git: b385a81223 - Website build: comment the 'git clean', which is causing missing pages.

Glen Barber gjb at FreeBSD.org
Sun Dec 13 20:13:48 UTC 2020


The branch main has been updated by gjb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=b385a812234fcdb8b6284b8970dbf443c1c96dc2

commit b385a812234fcdb8b6284b8970dbf443c1c96dc2
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2020-12-13 20:13:25 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2020-12-13 20:13:25 +0000

    Website build: comment the 'git clean', which is causing missing pages.
    
    Sponsored by:   Rubicon Communications, LLC (netgate.com)
---
 share/tools/webupdate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/tools/webupdate b/share/tools/webupdate
index e8fe19f6fd..e393fd7854 100755
--- a/share/tools/webupdate
+++ b/share/tools/webupdate
@@ -142,7 +142,7 @@ 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 clean -f >> $LOGFILE 2>&1 || exit 2;
 		git -C main pull --rebase >> $LOGFILE 2>&1 || exit 2;
 	done
 fi


More information about the dev-commits-doc-all mailing list