NSS/Release Management: Difference between revisions

Update release instructions for new NSPR automation.
(add an item to check automation/release/nspr-version.txt)
(Update release instructions for new NSPR automation.)
Line 71: Line 71:
# Go to the NSS dir
# Go to the NSS dir
#: <code>$ cd /your/path/to/nss</code>
#: <code>$ cd /your/path/to/nss</code>
# Let 4.12 be the required NSPR version
# Make sure that the respective NSPR release archive file (for the version listed in automation/release/nspr-version.txt) is contained in your stage directory. (Download it, if you don't have it.) A copy of this NSPR release will be automatically included in the combined NSS release archived.
# Make sure that the NSPR release archive file is contained in your stage directory. (Download it, if you don't have it.)
# Run the following command to create two release archive files (<code>nss-3.26.tar.gz</code> and <code>nss-3.26-with-nspr-4.12.tar.gz</code>) and two files SHA1SUMS and SHA256SUMS in <code>/your/path/to/stage/NSS_3_26_RTM/src/</code>.
# Run the following command to create two release archive files (<code>nss-3.26.tar.gz</code> and <code>nss-3.26-with-nspr-4.12.tar.gz</code>) and two files SHA1SUMS and SHA256SUMS in <code>/your/path/to/stage/NSS_3_26_RTM/src/</code>.
#: <code>$ python automation/release/nss-release-helper.py create_nss_release_archive 3.26 NSS_3_26_RTM 4.12 ../stage</code>
#: <code>$ python automation/release/nss-release-helper.py create_nss_release_archive 3.26 NSS_3_26_RTM ../stage</code>


===== Some additional check one may want to perform =====
===== Some additional check one may want to perform =====
Confirmed users
563

edits