ReleaseEngineering/How To/Create new ESR branch: Difference between revisions

(Bug 1082602)
Line 71: Line 71:
** Channel: nightly-esrNN
** Channel: nightly-esrNN
** Update type: minor
** Update type: minor
=== Update AUS2 ===
''These are legacy instructions, and should be deprecated when we stop uploading nightly snippets to aus3-staging.''
Adds new entries for nightly builds, Firefox only. See {{bug|808543}} for the details. Requires IT deployment (see {{bug|808543}}). Project and inbound branches usually do not have nightly builds.
Also need to create some symlinks for mac:
  ssh aus3-staging.mozilla.org    # using your ldap username, VPN running
  sudo su - ffxbld
  cd /opt/aus2/incoming/2/Firefox
  mkdir mozilla-esrNN            # where NN is your new version
  cd mozilla-esrNN
  ln -s Darwin_x86_64-gcc3 Darwin_x86_64-gcc3-u-i386-x86_64
  ln -s Darwin_x86_64-gcc3 Darwin_x86-gcc3-u-i386-x86_64


= Pull from mozilla-release =
= Pull from mozilla-release =
Confirmed users
3,104

edits