|
|
Line 61: |
Line 61: |
|
| |
|
| == Disable updates == | | == Disable updates == |
| If you're requested to disable updates for whatever reasons you can log on to aus3-staging to do it. Depending what you're asked to shut off, you'll have to chmod a different directory (or directories) to 700. You can logon to aus3-staging.mozilla.org through ldap account and use 'sudo su - ffxbld' (or tbirdbld) to gain the correct privileges. Some examples of shutting off different updates are below:
| | |
| * 64-bit Windows on the ux branch:
| | See [[ReleaseEngineering/How_To/Shut_off_all_updates]] for global shutoff. We use Balrog now for nightly & aurora updates. |
| chmod 700 /opt/aus2/incoming/2/Firefox/ux/WINNT_x86_64-msvc
| |
| * All updates on Nightly:
| |
| chmod 700 /opt/aus2/incoming/2/Firefox/mozilla-central
| |
| * Linux (32-bit + 64-bit) updates on Aurora:
| |
| chmod 700 /opt/aus2/incoming/2/Firefox/mozilla-aurora/Linux_x86-gcc3 /opt/aus2/incoming/2/Firefox/mozilla-aurora/Linux_x86_64-gcc3
| |
|
| |
|
| = Talos = | | = Talos = |