Author: tchemit Date: 2014-05-30 11:43:27 +0200 (Fri, 30 May 2014) New Revision: 80 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/80 Log: refs #5074 make synch works again Modified: scripts/git-tools/git-create-or-fetch-ro-repository.sh Modified: scripts/git-tools/git-create-or-fetch-ro-repository.sh =================================================================== --- scripts/git-tools/git-create-or-fetch-ro-repository.sh 2014-05-30 06:48:14 UTC (rev 79) +++ scripts/git-tools/git-create-or-fetch-ro-repository.sh 2014-05-30 09:43:27 UTC (rev 80) @@ -30,7 +30,7 @@ echo "Synchronize read-only repository" chmod -R u+w $RO_REPOSITORY - git fetch -q $RO_REPOSITORY + (cd $RO_REPOSITORY ; git fetch -q) sleep 2 chmod -R u-w $RO_REPOSITORY