[Fai-commit] r5134 - people/michael/experimental
mt at alioth.debian.org
mt at alioth.debian.org
Mon Sep 8 14:07:10 UTC 2008
Author: mt
Date: 2008-09-08 14:07:09 +0000 (Mon, 08 Sep 2008)
New Revision: 5134
Modified:
people/michael/experimental/build-on-alioth
Log:
make sure that all member of the fai group can have the script operate properly
Modified: people/michael/experimental/build-on-alioth
===================================================================
--- people/michael/experimental/build-on-alioth 2008-09-08 14:03:17 UTC (rev 5133)
+++ people/michael/experimental/build-on-alioth 2008-09-08 14:07:09 UTC (rev 5134)
@@ -98,10 +98,12 @@
if [ ! -d $storage/trunk-w-exp ] ; then
svn co -r $REV file:///srv/svn.debian.org/svn/fai/trunk $storage/trunk-w-exp
+ chmod -R g+swX $storage/trunk-w-exp
fi
if [ ! -d $storage/trunk-w-exp/debian/patches ] ; then
svn co -r $REV file:///srv/svn.debian.org/svn/fai/people/michael/experimental/patches $storage/trunk-w-exp/debian/patches
+ chmod -R g+swX $storage/trunk-w-exp/patches
fi
if svnlook dirs-changed -r $REV $REPOS | grep '^people/michael/experimental/' ; then
More information about the Fai-commit
mailing list