[Fai-commit] r5135 - people/michael/experimental

mt at alioth.debian.org mt at alioth.debian.org
Mon Sep 8 14:13:42 UTC 2008


Author: mt
Date: 2008-09-08 14:13:42 +0000 (Mon, 08 Sep 2008)
New Revision: 5135

Modified:
   people/michael/experimental/build-on-alioth
Log:
don't set +s on all files, should be directories only


Modified: people/michael/experimental/build-on-alioth
===================================================================
--- people/michael/experimental/build-on-alioth	2008-09-08 14:07:09 UTC (rev 5134)
+++ people/michael/experimental/build-on-alioth	2008-09-08 14:13:42 UTC (rev 5135)
@@ -98,12 +98,14 @@
 
 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
+  chmod -R g+wX $storage/trunk-w-exp
+  find $storage/trunk-w-exp -type d -exec chmod g+s {} \;
 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
+  chmod -R g+wX $storage/trunk-w-exp/patches
+  find $storage/trunk-w-exp/patches -type d -exec chmod g+s {} \;
 fi
 
 if svnlook dirs-changed -r $REV $REPOS | grep '^people/michael/experimental/' ; then




More information about the Fai-commit mailing list