Closed Bug 639972 Opened 13 years ago Closed 13 years ago

please clone releases/mozilla-2.1 and releases/mobile-2.0

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: jlaz)

References

Details

mozilla-central -> releases/mozilla-2.1
mobile-browser -> releases/mobile-2.0

We need the tree closure hooks of both of these to point to the Mobile2.0 tinderbox page.

These block the Fennec 4.0 release which is planning to build on Friday; hoping we can get them in next day/two.
Severity: normal → major
Assignee: server-ops → jlazaro
Blocks: 639980
per cshields, raising to critical because of turnaround time needed, and impact on fennec4.0 release.
Severity: major → critical
hg repos cloned

hg clone /repo/hg/mozilla/mozilla-central /repo/hg/mozilla/releases/mozilla-2.1
hg clone /repo/hg/mozilla/mobile-browser /repo/hg/mozilla/releases/mobile-2.0

Set permissions for newly cloned repos

chown -R hg:scm_level_3 mozilla-2.1
chown -R hg:scm_level_3 mobile-2.0

Edited added these lines under 
hgNameToTinderboxURL = { in treeclosure2.py

'mozilla-2.1'    : 'http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mobile2.0',
'mobile-2.0'     : 'http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mobile2.0',


Cleared varnish cache

/usr/bin/varnishadm -S /etc/varnish/secret -T dm-vcview04:6082 purge.url mozilla-2.1
/usr/bin/varnishadm -S /etc/varnish/secret -T dm-vcview04:6082 purge.url mobile-2.0
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
(In reply to comment #2)
> Edited added these lines under 
> hgNameToTinderboxURL = { in treeclosure2.py
> 
> 'mozilla-2.1'    :
> 'http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mobile2.0',
> 'mobile-2.0'     :
> 'http://tinderbox.mozilla.org/showbuilds.cgi?tree=Mobile2.0',

Bug 640017 to get this into the repo. Is the single head hook also installed ? Want it on mozilla-2.1 for sure, and on mobile-2.0 if we also have it on mobile-browser.
Depends on: 644429
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.