canmove, Confirmed users
6,441
edits
| Line 209: | Line 209: | ||
* l10n_revision = FIREFOX_3_6b4_RELEASE | * l10n_revision = FIREFOX_3_6b4_RELEASE | ||
* locale = fr | * locale = fr | ||
builds went fine, uploads failed with ('''FIXME'''): | |||
Traceback (most recent call last): | |||
File "/usr/bin/post_upload.py", line 262, in ? | |||
func(options, upload_dir, files) | |||
File "/usr/bin/post_upload.py", line 156, in ReleaseToCandidatesDir | |||
os.chmod(os.path.join(root, d), 0755) | |||
OSError: [Errno 1] Operation not permitted: '/home/ftp/pub/firefox/nightly/3.6b4-candidates/build1/contrib/solaris_pkgadd' | |||
Encountered error while uploading | |||
Command ['ssh', '-o', 'IdentityFile=~/.ssh/ffxbld_dsa', 'ffxbld@stage.mozilla.org', 'post_upload.py -p firefox -v 3.6b4 -n 1 --release-to-candidates-dir "/tmp/tmp.IqJdUJ9377/" "/tmp/tmp.IqJdUJ9377/linux-i686/fr/firefox-3.6b4.tar.bz2" "/tmp/tmp.IqJdUJ9377/linux-i686/xpi/fr.xpi"'] returned non-zero exit code: 1 | |||
make: *** [l10n-upload-fr] Error 2 | |||
Had to finish the upload with: | |||
cd /builds/slave/linux_repack/build/mozilla-1.9.2/dist/update/linux-i686 | |||
rsync -e 'ssh -oIdentityFile=~/.ssh/ffxbld_dsa' -av fr ffxbld@stage.mozilla.org:/home/ftp/pub/firefox/nightly/3.6b4-candidates/build1/update/linux-i686/ | |||
...and equivalent commands for the other platforms. | |||
====Update Bouncer==== | ====Update Bouncer==== | ||