Confirmed users
2,679
edits
(→Sign) |
|||
| Line 116: | Line 116: | ||
To work-around, did the following (from https://bugzilla.mozilla.org/show_bug.cgi?id=415966#c25): | To work-around, did the following (from https://bugzilla.mozilla.org/show_bug.cgi?id=415966#c25): | ||
mkdir signed-build6-partial unsigned-build6-partial | mkdir signed-build6-partial unsigned-build6-partial | ||
cp signed- | cp signed-build1/*en-US* signed-build1-partial/ | ||
cp unsigned- | cp unsigned-build1/*en-US* unsigned-build1-partial/ | ||
# copied everything from 'de' -> 'zh-TW' from unsigned- | # copied everything from 'de' -> 'zh-TW' from unsigned-build1 to unsigned-build1-partial | ||
perl ./signing/sign-release.pl -o signed-build${BUILD}-partial -M dir -d unsigned-build${BUILD}-partial -a ${PRODUCT} --release ${TAG} 2>&1 | tee -a win32_signing_build${BUILD}.log | perl ./signing/sign-release.pl -o signed-build${BUILD}-partial -M dir -d unsigned-build${BUILD}-partial -a ${PRODUCT} --release ${TAG} 2>&1 | tee -a win32_signing_build${BUILD}.log | ||
# to merge the signed builds back together | # to merge the signed builds back together | ||
mv signed-build6-partial/ signed-build6/ | |||
...and again when failed on 'fy'. | |||
# then push the builds back to stage (instructions on the signing doc) | # then push the builds back to stage (instructions on the signing doc) | ||