Author: stsp
Date: Mon Feb 12 09:41:03 2018
New Revision: 1823930

URL: http://svn.apache.org/viewvc?rev=1823930&view=rev
Log:
* tools/dev/buildbot/bb-openbsd/svnbuild.sh: The buildbot framework checks out
  a working copy for us to build and test. Prevent Makefile.svn from updating
  the working copy again to ensure we're testing what we were asked to test.

Modified:
    subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnbuild.sh

Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnbuild.sh
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnbuild.sh?rev=1823930&r1=1823929&r2=1823930&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnbuild.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnbuild.sh Mon Feb 12 
09:41:03 2018
@@ -25,4 +25,5 @@ set -x
 url="$(svn info --show-item url)"
 branch="${url##*/}"
 (test -h ../GNUmakefile || ln -s ../unix-build/Makefile.svn ../GNUmakefile)
+touch ../objdir/svn-${branch}/.retrieved
 (cd .. && gmake BRANCH="$branch" THREADING="no" JAVA="no" MAKE_JOBS=8)


Reply via email to