mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Post-0.71 checklist updates.
This commit is contained in:
parent
c1fa520f98
commit
bda765dbd2
@ -139,7 +139,7 @@ Preparing to make the release
|
|||||||
- Sign the release in full. In the `build-X.YZ-rcN.out' directory,
|
- Sign the release in full. In the `build-X.YZ-rcN.out' directory,
|
||||||
re-verify that the preliminary signed checksums file has a correct
|
re-verify that the preliminary signed checksums file has a correct
|
||||||
signature on it and also matches the files you're about to sign for real:
|
signature on it and also matches the files you're about to sign for real:
|
||||||
gpg -d sha512sums-preliminary.gpg | (cd putty; sha512sum -c)
|
gpg -d sha512sums-preliminary.gpg | (cd putty; grep -vF ' (installer version)' | grep . | sha512sum -c)
|
||||||
If the combined output of that pipeline reports both a good
|
If the combined output of that pipeline reports both a good
|
||||||
signature (from the release key) and a successful verification of
|
signature (from the release key) and a successful verification of
|
||||||
all the sha512sums, then all is well, so now run
|
all the sha512sums, then all is well, so now run
|
||||||
@ -161,6 +161,8 @@ locally, this is the procedure for putting it up on the web.
|
|||||||
|
|
||||||
- Check that downloads via version-numbered URLs all work:
|
- Check that downloads via version-numbered URLs all work:
|
||||||
../release.pl --version=X.YZ --precheck
|
../release.pl --version=X.YZ --precheck
|
||||||
|
If this has trouble accessing chiark's ftp server, that is
|
||||||
|
unfortunately normal; add --no-ftp and try again.
|
||||||
|
|
||||||
- Switch the 'latest' links over to the new release:
|
- Switch the 'latest' links over to the new release:
|
||||||
* Update the HTTP redirect at the:www/putty/htaccess .
|
* Update the HTTP redirect at the:www/putty/htaccess .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user