Closed Bug 599871 Opened 14 years ago Closed 14 years ago

Turn off nightly updates for mac pending resolution of bug 571367

Categories

(Release Engineering :: General, defect, P1)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: johnath, Assigned: bhearsum)

References

Details

Updates seem to be broken for 32-bit mac after config changes made in bug 571367 - can we turn off mac nightly updates in general until we get it sorted?
Assignee: nobody → bhearsum
Priority: -- → P1
Updates should be off for mozilla-central mac builds now. I don't think other trunk-based branches picked up these changes in time for nightlies, so they should be OK still.
For posterity, I did the following:
# ffxbld@aus2-staging
cd /opt/aus2/incoming/2/Firefox/mozilla-central
ls -ld Darwin_x86*
drwxr-xr-x 229 ffxbld users 20480 Sep 27 06:32 Darwin_x86_64-gcc3
lrwxrwxrwx   1 ffxbld users    18 Sep 27 02:35 Darwin_x86_64-gcc3-u-i386-x86_64 -> Darwin_x86_64-gcc3
lrwxrwxrwx   1 ffxbld users    18 Sep 27 02:35 Darwin_x86-gcc3-u-i386-x86_64 -> Darwin_x86_64-gcc3
lrwxrwxrwx   1 ffxbld users    18 Sep 27 02:33 Darwin_x86-gcc3-u-ppc-i386 -> Darwin_x86_64-gcc3
chmod 0 Darwin_x86_64-gcc3
touch .

As I understand it, The "Darwin_$arch" covers the OS and the "u-$arch-$arch" covers the archs the build supports (except, the ppc+i386 on my 10.6 machines reports in as Darwin_x86-gcc3-u-ppc-i386, so I must be missing something). In any case, updates are off.

To turn them back on we need to do (as ffxbld):
chmod 755 Darwin_x86_64-gcc3
touch .
Sooooo, RESO FIXED?
Sure. We can track turning them back on elsewhere.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Blocks: 600289
(In reply to comment #2)
> As I understand it, The "Darwin_$arch" covers the OS and the "u-$arch-$arch"
> covers the archs the build supports (except, the ppc+i386 on my 10.6 machines
> reports in as Darwin_x86-gcc3-u-ppc-i386, so I must be missing something). In
> any case, updates are off.

There was an snafu, creating the mismatch between 'x86' and 'i386'.
Depends on: 629048
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.