Confirmed users
563
edits
(Update instructions for HG) |
|||
Line 73: | Line 73: | ||
* Create the combined tar archive: | * Create the combined tar archive: | ||
tar czvf nss-3.15.1-with-nspr-4.10.tar.gz nss-3.15.1 | tar czvf nss-3.15.1-with-nspr-4.10.tar.gz nss-3.15.1 | ||
* create | * create SHA1SUMS and SHA256SUMS files: | ||
sha1sum *.gz > SHA1SUMS | sha1sum *.gz > SHA1SUMS | ||
sha256sum *.gz > SHA256SUMS | |||
* prepare the directory hierarchy that will be used on the FTP server, move the files into it, and copy the directory to the staging server | * prepare the directory hierarchy that will be used on the FTP server, move the files into it, and copy the directory to the staging server | ||
mkdir -p NSS_3_15_1_RTM/src | mkdir -p NSS_3_15_1_RTM/src | ||
Line 90: | Line 90: | ||
drwxrwxr-x 2 kaie security 4096 Feb 22 01:50 src | drwxrwxr-x 2 kaie security 4096 Feb 22 01:50 src | ||
$ ls -l NSS_3_15_1_RTM/src | $ ls -l NSS_3_15_1_RTM/src | ||
-rw-rw-r-- 1 kaie security | -rw-rw-r-- 1 kaie security 185 Feb 22 01:49 SHA256SUMS | ||
-rw-rw-r-- 1 kaie security 6083507 Feb 22 01:47 nss-3.15.1.tar.gz | -rw-rw-r-- 1 kaie security 6083507 Feb 22 01:47 nss-3.15.1.tar.gz | ||
-rw-rw-r-- 1 kaie security 7295947 Feb 22 01:49 nss-3.15.1-with-nspr-4.10.tar.gz | -rw-rw-r-- 1 kaie security 7295947 Feb 22 01:49 nss-3.15.1-with-nspr-4.10.tar.gz |