Author: stsp
Date: Wed Mar 11 21:44:33 2020
New Revision: 1875104
URL: http://svn.apache.org/viewvc?rev=1875104&view=rev
Log:
Follow-up to r1875103:
* tools/buildbot/slaves/bb-openbsd/svnclean.sh: Also run 'svn cleanup' on the
main working copy used by the buildbot. Apparently, buildbot won't handle
this step for us.
Modified:
subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh
Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh?rev=1875104&r1=1875103&r2=1875104&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh Wed Mar 11
21:44:33 2020
@@ -22,6 +22,7 @@
set -e
set -x
+svn cleanup ../build
(test -h ../svn-trunk || ln -s build ../svn-trunk)
for i in $(jot - 6 12); do
(test -h ../svn-1.${i}.x || ln -s build ../svn-1.${i}.x)