2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Reverted accidental bulk commit with log message of "%"

This commit is contained in:
Andreas Gustafsson
2001-10-02 17:20:46 +00:00
parent c54091c8ed
commit 08bed4d70a
6 changed files with 36 additions and 13 deletions

View File

@@ -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.44 2001/10/02 01:09:05 gson Exp $
$Id: release,v 1.45 2001/10/02 17:20:43 gson Exp $
Preparing a bind9 release
@@ -179,12 +179,12 @@ release.
- Sign the distribution files with the ISC signing PGP key
and fix the permissions on the signature file:
pgp -sba bind-9.2.0rc5.tar.gz -u 0x51BAB2ED
chmod 644 bind-9.2.0rc5.tar.gz.asc
pgp -sba bind-9.2.0rc2.tar.gz -u 0x51BAB2ED
chmod 644 bind-9.2.0rc2.tar.gz.asc
- Verify the PGP signature:
pgp bind-9.2.0rc5.tar.gz.asc bind-9.2.0rc5.tar.gz
pgp bind-9.2.0rc2.tar.gz.asc bind-9.2.0rc2.tar.gz
(Look for the words "Good signature" in the output.)
@@ -192,7 +192,7 @@ release.
- Copy the distribution and PGP signature files to the FTP site:
ver=9.2.0rc5
ver=9.2.0rc2
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