diff options
author | Glen Barber <gjb@FreeBSD.org> | 2020-12-13 20:13:25 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2020-12-13 20:13:25 +0000 |
commit | b385a812234fcdb8b6284b8970dbf443c1c96dc2 (patch) | |
tree | 7deaf40d8daffae54be01f69d5a7e62823a5e55d /share | |
parent | 41c404416f388900b5740efc6fbe96df10e860cc (diff) | |
download | doc-b385a812234fcdb8b6284b8970dbf443c1c96dc2.tar.gz doc-b385a812234fcdb8b6284b8970dbf443c1c96dc2.zip |
Website build: comment the 'git clean', which is causing missing pages.
Sponsored by: Rubicon Communications, LLC (netgate.com)
Diffstat (limited to 'share')
-rwxr-xr-x | share/tools/webupdate | 2 |
1 files changed, 1 insertions, 1 deletions
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 |