[Fai-commit] r5763 - branches/experimental
Michael Tautschnig
mt at alioth.debian.org
Tue Apr 13 07:17:34 UTC 2010
Author: mt
Date: 2010-04-13 07:17:31 +0000 (Tue, 13 Apr 2010)
New Revision: 5763
Modified:
branches/experimental/build-on-alioth
Log:
adapted build script to new experimental/ location
Modified: branches/experimental/build-on-alioth
===================================================================
--- branches/experimental/build-on-alioth 2010-04-12 11:31:30 UTC (rev 5762)
+++ branches/experimental/build-on-alioth 2010-04-13 07:17:31 UTC (rev 5763)
@@ -118,13 +118,13 @@
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
+ svn co -r $REV file:///srv/svn.debian.org/svn/fai/branches/experimental/patches $storage/trunk-w-exp/debian/patches
chmod -R g+wX $storage/trunk-w-exp/debian/patches
find $storage/trunk-w-exp/debian/patches -type d -exec chmod g+s {} \;
fi
# is this a commit to experimental?
-if svnlook dirs-changed -r $REV $REPOS | grep '^people/michael/experimental/' ; then
+if svnlook dirs-changed -r $REV $REPOS | grep '^branches/experimental/' ; then
rm -f $storage/trunk-w-exp/debian/source.lintian-overrides
svn revert $storage/trunk-w-exp/debian/rules
svn revert $storage/trunk-w-exp/debian/changelog
More information about the Fai-commit
mailing list