Confirmed users
2,679
edits
(→Sign) |
(→Sign) |
||
Line 373: | Line 373: | ||
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 | ||
rsync -av signed- | rsync -av signed-build6-partial/ signed-build6/ | ||
# then push the builds back to stage (instructions on the signing doc) | # then push the builds back to stage (instructions on the signing doc) | ||