Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 1667c8ea70e0b665a2e26660748536e6 > files > 12

etckeeper-1.4-1.fc17.noarch.rpm

#!/bin/sh
if [ -n "$PUSH_REMOTE" ]; then
	if [ "$VCS" = git ] && [ -d .git ]; then
		git push "$PUSH_REMOTE" master || true
	else
		echo "PUSH_REMOTE not yet supported for $VCS" >&2
	fi
fi