diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-01 00:16:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-01 00:16:47 +0000 |
commit | e34f55cd4694f09ef48b4c9c799fa105432cb27e (patch) | |
tree | 79db8318fe9ece2fafa8aa1c9742225976f4b64e | |
parent | 445be3753cf1274bfa5b4f1e686f60f1c52f7783 (diff) |
document how to do -beta and -current tagging
-rw-r--r-- | sys/conf/newvers.sh | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index f40451dca7e..d19639c4567 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.57 2003/09/15 23:29:31 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.58 2004/01/01 00:16:46 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -59,6 +59,17 @@ id=`basename ${d}` # VERSION and other bits # src/sys/arch/macppc/stand/tbxidata/bsd.tbxi # change /X.X/macppc/bsd.rd +# +# -current and -beta tagging: +# right after a release, re-tag to -current by changing the +# following lines below, as shown: +# +# " @(#)${ost} ${osr}-current (${id}) #${v}: ${t}\n"; +# "${ost} ${osr}-current (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n"; +# +# a month or so before release, change to -beta by changing in the +# same way. +# ost="OpenBSD" osr="3.4" |