Date: Sun, 13 Dec 2020 21:32:20 GMT From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: d79b57d3cf - Website build: remove 'svn co' references for doc tree operations. Message-ID: <202012132132.0BDLWK9x039547@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=d79b57d3cf7151e45216c0f8501cdb2eb7a3bd86 commit d79b57d3cf7151e45216c0f8501cdb2eb7a3bd86 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2020-12-13 21:31:39 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2020-12-13 21:31:39 +0000 Website build: remove 'svn co' references for doc tree operations. Sponsored by: Rubicon Communications, LLC (netgate.com) --- share/tools/webupdate | 4 ---- 1 file changed, 4 deletions(-) diff --git a/share/tools/webupdate b/share/tools/webupdate index e393fd7854..4b2322ab72 100755 --- a/share/tools/webupdate +++ b/share/tools/webupdate @@ -127,7 +127,6 @@ if [ $cond ]; then rm -Rf $subtrees 2>/dev/null; # Check out the new copies. This creates all the $subtrees. - #svn co $SVNROOT/doc/head head >> $LOGFILE 2>&1 || exit 2; git clone -b main $GITROOT/doc.git main >> $LOGFILE 2>&1 || exit 2; test -d relnotes || mkdir relnotes; @@ -140,9 +139,6 @@ if [ $cond ]; then rm -f $BUILDDIR/fullbuild-clean.flag else for dir in ${subtrees}; do - #svn cleanup $dir >> $LOGFILE 2>&1 || exit 2; - #svn update --accept theirs-full $dir >> $LOGFILE 2>&1 || exit 2; - #git -C main clean -f >> $LOGFILE 2>&1 || exit 2; git -C main pull --rebase >> $LOGFILE 2>&1 || exit 2; done fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012132132.0BDLWK9x039547>