You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/11/25 21:57:55 UTC

svn commit: r1039174 - /subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh

Author: stsp
Date: Thu Nov 25 20:57:54 2010
New Revision: 1039174

URL: http://svn.apache.org/viewvc?rev=1039174&view=rev
Log:
* tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh: Also reset and clean
   dependencies in case they've changed. Building deps only accounts for a
   tiny fraction of the total run time anyway.

Modified:
    subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh

Modified: subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh?rev=1039174&r1=1039173&r2=1039174&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh Thu Nov 25 20:57:54 2010
@@ -27,4 +27,4 @@ for i in 3 4 5 6 7; do
   (test -h ../svn-1.${i}.x || ln -s build ../svn-1.${i}.x)
 done
 (test -h ../GNUmakefile || ln -s ../unix-build/Makefile.svn ../GNUmakefile)
-(cd .. && gmake BRANCH="$branch" svn-reset svn-clean)
+(cd .. && gmake BRANCH="$branch" reset clean)