diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-10-04 17:59:42 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-10-04 17:59:42 +0000 |
commit | 4158bdb22fe89a01e01ecea58172210886787a24 (patch) | |
tree | 1d91d42a71209a66b24c73759dbc3c82ab59aabd /sys | |
parent | 4c59523eaf2a8a2fc4656b4e3ff516e1db5db9ea (diff) |
reminder to create <version>.html and roll errata pages for release.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/newvers.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 5e7aa3a1c28..f6815812d5f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.156 2017/10/04 17:37:16 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.157 2017/10/04 17:59:41 benno Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -55,6 +55,9 @@ id=`basename "${d}"` # usr.bin/signify/signify.1 # change the version in the EXAMPLES section # +# When adding -beta, create a new www/<version>.html so devs can +# start adding to it. When removing -beta, roll errata pages. +# # -current and -beta tagging: # For release, select STATUS "" # Right after release unlock, select STATUS "-current" |