Releases/Firefox 3.0.3:BuildNotes: Difference between revisions

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-build6/*en-US* signed-build6-partial/
  cp signed-build1/*en-US* signed-build1-partial/
  cp unsigned-build6/*en-US* unsigned-build6-partial/
  cp unsigned-build1/*en-US* unsigned-build1-partial/
  # copied everything from 'de' -> 'zh-TW' from unsigned-build6 to unsigned-build6-partial
  # 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
  rsync -av signed-build6-partial/ signed-build6/
  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)


Confirmed users
2,679

edits