diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2015-08-18 21:07:39 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2015-08-18 21:07:39 +0000 |
| commit | a8ac032f747d41e2f9b28e961ed428f3c4f8ad5e (patch) | |
| tree | c2c91671224c4b81830fc4f1e7c5218e890d5b9c /share/tools/webupdate | |
| parent | fed721c5897b6128ab9a5e53ed7362822091ae9e (diff) | |
Remove stable/8, as it is no longer supported.
Approved by: doceng (implicit)
Sponsored by: The FreeBSD Foundation
Notes
svn path=/head/; revision=47267
Diffstat (limited to 'share/tools/webupdate')
| -rwxr-xr-x | share/tools/webupdate | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/tools/webupdate b/share/tools/webupdate index 96cfb42454..77fc7da69b 100755 --- a/share/tools/webupdate +++ b/share/tools/webupdate @@ -89,7 +89,6 @@ subtrees='head relnotes/doc relnotes/man4 relnotes10/doc relnotes10/man4 relnotes9/doc relnotes9/man4 -relnotes8/doc relnotes8/man4 ports'; # @@ -136,8 +135,6 @@ if [ $cond ]; then svn co $SVNROOT/base/stable/10/share/man/man4 relnotes10/man4 >> $LOGFILE 2>&1 || exit 2; svn co $SVNROOT/base/stable/9/release/doc relnotes9/doc >> $LOGFILE 2>&1 || exit 2; svn co $SVNROOT/base/stable/9/share/man/man4 relnotes9/man4 >> $LOGFILE 2>&1 || exit 2; - svn co $SVNROOT/base/stable/8/release/doc relnotes8/doc >> $LOGFILE 2>&1 || exit 2; - svn co $SVNROOT/base/stable/8/share/man/man4 relnotes8/man4 >> $LOGFILE 2>&1 || exit 2; svn co --depth immediates $SVNROOT/ports/head ports >> $LOGFILE 2>&1 || exit 2 svn up --set-depth infinity ports/Mk >> $LOGFILE 2>&1 || exit 2 rm -f $BUILDDIR/fullbuild-clean.flag |
