Closed
Bug 607472
Opened 14 years ago
Closed 14 years ago
Update SeaMonkey buildbotcustom to the proper branch
Categories
(SeaMonkey :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
Details
We should just update buildbotcustom to the 0.7 branch to avoid future forgetting "trunk buildbotcustom is closed" issues since the switch with 0.7 and 0.8
Assignee | ||
Comment 1•14 years ago
|
||
[seabld@cb-seamonkey-linuxmaster-01 ~]$ cd /tools/buildbotcustom/buildbotcustom/
[seabld@cb-seamonkey-linuxmaster-01 buildbotcustom]$ hg branch
Not trusting file /tools/buildbotcustom/buildbotcustom/.hg/hgrc from untrusted user root, group
root
Not trusting file /tools/buildbotcustom/buildbotcustom/.hg/hgrc from untrusted user root, group
root
default
[seabld@cb-seamonkey-linuxmaster-01 buildbotcustom]$ hg branches
Not trusting file /tools/buildbotcustom/buildbotcustom/.hg/hgrc from untrusted user root, group
root
Not trusting file /tools/buildbotcustom/buildbotcustom/.hg/hgrc from untrusted user root, group
root
default 998:70e4b33de199
buildbot-0.8.0 997:0c2a2d85b511
[seabld@cb-seamonkey-linuxmaster-01 buildbotcustom]$ sudo hg pull
pulling from http://hg.mozilla.org/build/buildbotcustom
searching for changes
adding changesets
adding manifests
adding file changes
added 25 changesets with 36 changes to 13 files
(run 'hg update' to get a working copy)
[seabld@cb-seamonkey-linuxmaster-01 buildbotcustom]$ hg branches
Not trusting file /tools/buildbotcustom/buildbotcustom/.hg/hgrc from untrusted user root, group
root
Not trusting file /tools/buildbotcustom/buildbotcustom/.hg/hgrc from untrusted user root, group
root
buildbot-0.7 1023:ed8326078960
default 1022:ce49dcd79aae
buildbot-0.8.0 1021:8b89bc9187cb (inactive)
[seabld@cb-seamonkey-linuxmaster-01 buildbotcustom]$ sudo hg -v up -C buildbot-0.7
.hgtags@666f6c60d3e3, line 93: tag 'FIREFOX_3_6_9_BUILD1' refers to unknown node
.hgtags@666f6c60d3e3, line 94: tag 'FIREFOX_3_6_9_RELEASE' refers to unknown node
resolving manifests
getting README
getting process/factory.py
getting steps/misc.py
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
[seabld@cb-seamonkey-linuxmaster-01 buildbotcustom]$ cd /builds/master && buildbot checkconfig
Config file is good!
[seabld@cb-seamonkey-linuxmaster-01 master]$ buildbot reconfig .
<lots of output>
2010/10/26 14:49 PDT [-] notifying downstream schedulers of changes
2010/10/26 14:49 PDT [-] configuration update complete
Reconfiguration appears to have completed successfully.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•