mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:02:05 -04:00
minor edits
This commit is contained in:
parent
4e243fdc6b
commit
77527513f9
1 changed files with 5 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Copyright (C) 2000 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: release,v 1.16 2000/09/22 17:50:56 gson Exp $
|
||||
$Id: release,v 1.17 2000/11/14 18:09:44 gson Exp $
|
||||
|
||||
Preparing a bind9 release
|
||||
|
||||
|
|
@ -18,9 +18,8 @@ release.
|
|||
number (it should have been incremented after the
|
||||
previous release)
|
||||
|
||||
- If this is a final release (not a beta), update the
|
||||
lib/*/api files as needed. See the libtool info file
|
||||
for information about what the various numbers mean.
|
||||
- Update the lib/*/api files as needed. See the libtool
|
||||
info file for information about what the various numbers mean.
|
||||
|
||||
- Check that http://status.isc.org/bind9/bind9.html shows
|
||||
a clean build and test status for all supported systems.
|
||||
|
|
@ -54,7 +53,7 @@ release.
|
|||
... the script should have been able to do itself. :-)
|
||||
$ cvs ci -m'update_copyrights'
|
||||
|
||||
- Stop doing pullups
|
||||
- Stop doing pullups.
|
||||
|
||||
- Run util/altbuild.sh (from the mainline). This is to make sure that
|
||||
builds using libtool, separate source/object directories, and other
|
||||
|
|
@ -114,7 +113,7 @@ release.
|
|||
|
||||
- Copy the distribution and PGP signature files to the FTP site:
|
||||
|
||||
ver=9.0.0
|
||||
ver=9.0.1
|
||||
ssh -n isrv4.pa.vix.com "mkdir /udir/ftp/isc/bind9/$ver"
|
||||
scp bind-$ver.tar.gz bind-$ver.tar.gz.asc \
|
||||
isrv4.pa.vix.com:/udir/ftp/isc/bind9/$ver
|
||||
|
|
|
|||
Loading…
Reference in a new issue