Closed
Bug 714284
Opened 13 years ago
Closed 13 years ago
L10n mac dep builds busted on central and aurora
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: armenzg)
References
Details
Attachments
(1 file)
1.10 KB,
patch
|
coop
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #712115 +++
Right now, the l10n dep builds are busted for mac, they can't find the stage dir.
Seems that the fix for nightlies in bug 712115 didn't fix the dep builds, see http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n-is/1325242769.1325242865.18295.gz&fulltext=1 for an example.
Updated•13 years ago
|
Priority: P1 → --
Comment 1•13 years ago
|
||
Assigning to Armen based on bug 712115.
If you need us to trigger another nightly for a given locale for testing purposes in the interim, please let us know.
Assignee: nobody → armenzg
Severity: blocker → critical
OS: Mac OS X → All
Priority: -- → P3
Hardware: x86 → All
Assignee | ||
Updated•13 years ago
|
Priority: P3 → P2
Assignee | ||
Comment 2•13 years ago
|
||
This worked for me on my development setup.
"disk1" ejected.
+ rsync -a /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/unpack.tmp/FirefoxNightly.app firefox
+ test -n /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/branding/dsstore
+ rsync -a /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/unpack.tmp/.DS_Store /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/branding/dsstore
+ test -n /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/branding/background.png
++ basename /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/branding/background.png
+ rsync -a /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/unpack.tmp/.background/background.png /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/branding/background.png
+ test -n /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/branding/disk.icns
+ rsync -a /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/unpack.tmp/.VolumeIcon.icns /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/branding/disk.icns
+ rm -rf /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../dist/unpack.tmp
+ test -n ''
+ cd firefox/FirefoxNightly.app/Contents/MacOS
+ /tools/buildbot/bin/python2.6 /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../config/optimizejars.py --deoptimize /builds/slave/m-cen-osx64-l10n-dep/build/mozilla-central/browser/locales/../../jarlog//en-US ./ ./
+ /usr/bin/unzip -o omni.ja
VS
"disk1" ejected.
+ rsync -a /builds/slave/m-aurora-osx64-l10n-dep/build/mozilla-aurora/browser/locales/../../dist/unpack.tmp/Aurora.app firefox
rsync: link_stat "/builds/slave/m-aurora-osx64-l10n-dep/build/mozilla-aurora/browser/locales/../../dist/unpack.tmp/Aurora.app" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-37.3/rsync/main.c(992) [sender=2.6.9]
make: *** [/builds/slave/m-aurora-osx64-l10n-dep/build/mozilla-aurora/browser/locales/../../dist/l10n-stage/firefox/Aurora.app/Contents/MacOS] Error 23
Attachment #589985 -
Flags: review?(coop)
Updated•13 years ago
|
Attachment #589985 -
Flags: review?(coop) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 589985 [details] [diff] [review]
pass l10n_extra_configure_args to dep repacks as well
http://hg.mozilla.org/build/buildbotcustom/rev/b22685101abd
Attachment #589985 -
Flags: checked-in+
Assignee | ||
Comment 4•13 years ago
|
||
This change is pending a reconfig to go live.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
Merged to production today.
Assignee | ||
Comment 6•13 years ago
|
||
I marked the builders to clobber.
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•