summaryrefslogtreecommitdiff
path: root/tools/buildbot/slaves/bb-openbsd/svnclean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildbot/slaves/bb-openbsd/svnclean.sh')
-rwxr-xr-xtools/buildbot/slaves/bb-openbsd/svnclean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildbot/slaves/bb-openbsd/svnclean.sh b/tools/buildbot/slaves/bb-openbsd/svnclean.sh
index 82dbbbb..063f4dd 100755
--- a/tools/buildbot/slaves/bb-openbsd/svnclean.sh
+++ b/tools/buildbot/slaves/bb-openbsd/svnclean.sh
@@ -24,7 +24,7 @@ set -x
branch="$(basename $(svn info . | grep ^URL | cut -d' ' -f2))"
(test -h ../svn-trunk || ln -s build ../svn-trunk)
-for i in 6 7; do
+for i in 6 7 8 9 10; do
(test -h ../svn-1.${i}.x || ln -s build ../svn-1.${i}.x)
done
svn update ../../unix-build