Closed
Bug 465415
Opened 16 years ago
Closed 16 years ago
l10n repackages does not work in staging-1.9-master after upgrade to 0.7.9
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
I am debugging this
2008/11/17 14:35 PST [-] L10nMixin:: A list of locales is going to be requested
2008/11/17 14:35 PST [-] Unhandled error in Deferred:
2008/11/17 14:35 PST [-] Traceback (most recent call last):
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/posixbase.py", line 226, in mainLoop
self.runUntilCurrent()
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/base.py", line 555, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/builds/buildbot/staging-trunk-master/buildbotcustom/l10n/scheduler.py", line 177, in doPeriodicBuild
#This function is used by the custom made Build class
File "/builds/buildbot/staging-trunk-master/buildbotcustom/l10n/scheduler.py", line 137, in createL10nBuilds
--- <exception caught here> ---
File "/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/defer.py", line 107, in maybeDeferred
result = f(*args, **kw)
File "/builds/buildbot/staging-trunk-master/buildbotcustom/l10n/scheduler.py", line 122, in getLocales
#getPage returns a defered that will return a string
File "/tools/python-2.5.1/lib/python2.5/subprocess.py", line 593, in __init__
errread, errwrite)
File "/tools/python-2.5.1/lib/python2.5/subprocess.py", line 1079, in _execute_child
raise child_exception
<type 'exceptions.TypeError'>: execv() arg 2 must contain only strings
| Assignee | ||
Comment 1•16 years ago
|
||
After applying this patch https://bugzilla.mozilla.org/attachment.cgi?id=348583&action=edit (which is not yet comited) we get this issue solved but we get other problems which catlee has hit before (from twistd.log):
|2008/11/17 15:17 PST [HTTPChannel,1,10.2.72.11] Upgrading |buildbot.status.builder.BuildStepStatus (of |buildbot.status.builder.BuildStepStatus @ 165189932) to version 2
NOTE: The patch is in staging-1.9-master on /home/buildbot/armen/shipped-locales.464161.v1.diff
Comment 2•16 years ago
|
||
is this still a problem?
| Assignee | ||
Comment 3•16 years ago
|
||
(In reply to comment #2)
> is this still a problem?
>
coop has landed the attachment from bug 464161 and all we would have to do is check:
1) staging-1.9-master is running 0.7.9
2) buildbotcustom is update to the latest without local patches
3) commit the patches of bug 464151
| Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
> > is this still a problem?
> >
> coop has landed the attachment from bug 464161 and all we would have to do is
> check:
> 1) staging-1.9-master is running 0.7.9
> 2) buildbotcustom is update to the latest without local patches
> 3) commit the patches of bug 464151
Closing since the original problem of this bug had been fixed
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•