Closed
Bug 554455
Opened 15 years ago
Closed 15 years ago
Remove en-US.xpi from sums files for Firefox 3.6.2
Categories
(Release Engineering :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: armenzg)
References
Details
Had a complaint on IRC that the first lines of
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.6.2/SHA1SUMS
http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.6.2/MD5SUMS
refer to en-US.xpi, which was not shipped.
Armen, please take a copy of those two files, remove that line, resign with GPG, and push to the candidates directory and mirrors.
Assignee | ||
Updated•15 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 1•15 years ago
|
||
Nick does this look good?
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.2-candidates/build3/MD5SUMS
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.2-candidates/build3/MD5SUMS.asc
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.2-candidates/build3/SHA1SUMS
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.6.2-candidates/build3/SHA1SUMS.asc
Can I push it to releases?
Where do you want to put the copies of the two files you mention?
mkdir -p ~/signing-work/firefox-3.6.2-remove_en-US.xpi/unsigned
cd ~/signing-work/firefox-3.6.2-remove_en-US.xpi/unsigned
scp -i ~/.ssh/ffxbld_dsa ffxbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.6.2-candidates/build3/{MD5SUMS,SHA1SUMS} .
# modified MD5SUMS and SHA1SUMS
gpg -v -u releases -sba MD5SUMS
gpg -v -u releases -sba SHA1SUMS
Reporter | ||
Comment 2•15 years ago
|
||
Modified sums files and sigs look good.
Assignee | ||
Comment 3•15 years ago
|
||
I have backed up the MD5SUMS* and SHA1SUMS* to my people account and done this on stage:
cd /pub/mozilla.org/firefox/nightly/3.6.2-candidates/build3/
cp MD5SUMS* SHA1SUMS* ../../../releases/3.6.2/
I assume the mirrors will start picking up the changes. Let me know if there is anything else to be done.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•