Closed
Bug 535351
Opened 16 years ago
Closed 16 years ago
update tryserver (production) /tools/python with simplejson for mobile releases
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lsblakk, Assigned: lsblakk)
Details
This was already done in try-staging this morning.
as root:
wget http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.9.tar.gz
tar -xf simplejson-2.0.9.tar.gz
cd simplejson-2.0.9
python setup.py build
python setup.py install --prefix=/tools/python
Then symlink the release_mobile files from buildbot-configs into your buildmaster, and symlink release-fennec-mozilla-1.9.2.py to release_mobile_config.py
Comment 1•16 years ago
|
||
Why does the production try server need this? The only reason you needed it in staging was because you're working on try-as-another-branch....
| Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
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
•