mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
edited
This commit is contained in:
parent
a08f7f4a6c
commit
7f621e20af
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: release,v 1.29 2001/04/16 21:54:13 gson Exp $
|
||||
$Id: release,v 1.30 2001/05/04 17:59:09 gson Exp $
|
||||
|
||||
Preparing a bind9 release
|
||||
|
||||
|
|
@ -158,12 +158,12 @@ release.
|
|||
- Sign the distribution files with the ISC signing PGP key
|
||||
and fix the permissions on the signature file:
|
||||
|
||||
pgp -sba bind-9.1.1rc7.tar.gz -u 0x51BAB2ED
|
||||
chmod 644 bind-9.1.1rc7.tar.gz.asc
|
||||
pgp -sba bind-9.1.2rc1.tar.gz -u 0x51BAB2ED
|
||||
chmod 644 bind-9.1.2rc1.tar.gz.asc
|
||||
|
||||
- Verify the PGP signature:
|
||||
|
||||
pgp bind-9.1.1rc7.tar.gz.asc bind-9.1.1rc7.tar.gz
|
||||
pgp bind-9.1.2rc1.tar.gz.asc bind-9.1.2rc1.tar.gz
|
||||
|
||||
(Look for the words "Good signature" in the output.)
|
||||
|
||||
|
|
@ -171,7 +171,7 @@ release.
|
|||
|
||||
- Copy the distribution and PGP signature files to the FTP site:
|
||||
|
||||
ver=9.1.1rc7
|
||||
ver=9.1.2rc1
|
||||
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