From: R. Steve McKown Date: Fri, 28 Sep 2012 00:08:36 +0000 (-0600) Subject: Push changes to repo description file X-Git-Url: https://oss.titaniummirror.com/gitweb?p=deploy-utils.git;a=commitdiff_plain;h=014cf673df4477b3046d2a7af37433255613247e Push changes to repo description file --- diff --git a/git-push-public b/git-push-public index 4b57b97..39a8904 100755 --- a/git-push-public +++ b/git-push-public @@ -23,6 +23,7 @@ push_repo() fi echo "-- syncing $repo" git --git-dir=$repo push --mirror $PUBLICSERVER:$PUBLICBASE/$repo + rsync -a $repo/description $PUBLICSERVER:$PUBLICBASE/$repo/description } ## MAIN ##