From 014cf673df4477b3046d2a7af37433255613247e Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Thu, 27 Sep 2012 18:08:36 -0600 Subject: [PATCH] Push changes to repo description file --- git-push-public | 1 + 1 file changed, 1 insertion(+) 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 ## -- 2.39.2