Add release documentation for RELENG_6 as relnotes6.
This commit is contained in:
parent
477f1cd6d8
commit
abfb0e6105
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25122
1 changed files with 7 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
# 2 - failure in CVS operations
|
||||
# 3 - failure in make operations
|
||||
#
|
||||
# $FreeBSD: www/tools/webupdate,v 1.13 2004/09/26 11:55:51 simon Exp $
|
||||
# $FreeBSD: www/tools/webupdate,v 1.14 2004/11/07 11:04:09 simon Exp $
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -122,6 +122,12 @@ if [ $cond ]; then
|
|||
cvs -qR checkout -Pd relnotes/man4 src/share/man/man4 >> \
|
||||
$LOGFILE 2>&1 || exit 2;
|
||||
|
||||
test -d relnotes6 || mkdir relnotes6;
|
||||
cvs -qR checkout -Pd relnotes6/doc -rRELENG_6 src/release/doc >> \
|
||||
$LOGFILE 2>&1 || exit 2;
|
||||
cvs -qR checkout -Pd relnotes6/man4 -rRELENG_6 src/share/man/man4 >> \
|
||||
$LOGFILE 2>&1 || exit 2;
|
||||
|
||||
test -d relnotes5 || mkdir relnotes5;
|
||||
cvs -qR checkout -Pd relnotes5/doc -rRELENG_5 src/release/doc >> \
|
||||
$LOGFILE 2>&1 || exit 2;
|
||||
|
|
Loading…
Reference in a new issue