Closed
Bug 694738
Opened 14 years ago
Closed 14 years ago
Bring SeaMonkey releng code up to date with current default tips.
Categories
(SeaMonkey :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
Details
Attachments
(3 files)
Since this latest batch has a bit more involved, making a bug to track it.
| Assignee | ||
Comment 1•14 years ago
|
||
Attached is the |hg merge -P| output from http://hg.mozilla.org/build/buildbotcustom/pushloghtml?changeset=9c999966bd29
I also did http://hg.mozilla.org/users/Callek_gmail.com/tools/pushloghtml?changeset=342601c13583 while I was at it.
| Assignee | ||
Comment 2•14 years ago
|
||
Performed the following commands on the master (to make sure pulse will work with our new OOP Pulse Publisher)
cd /builds/buildbot/queue
cp ../master01/master/passwords.py passwords.py
wget -O run_pulse_publisher.sh http://mxr.mozilla.org/build/source/puppet-manifests/modules/buildmaster/templates/run_pulse_publisher.sh.erb?raw=1
chmod 755 run_pulse_publisher.sh
sudo chown root run_pulse_publisher.sh
sudo chgrp root run_pulse_publisher.sh
sudo nano run_pulse_publisher.sh # To Expand Vars in file
su
cd /etc/init.d
wget -O pulse_publisher http://mxr.mozilla.org/build/source/puppet-manifests/modules/buildmaster/templates/pulse_publisher.initd.erb?raw=1
nano pulse_publisher # for user and expanding Vars
/sbin/chkconfig --add pulse_publisher
sh pulse_publisher start
exit # cwd is now /builds/buildbot/queue
hg -R tools pull -u
| Assignee | ||
Comment 3•14 years ago
|
||
Had a bad merge in tools, corrected with: http://hg.mozilla.org/users/Callek_gmail.com/tools/rev/3acbbb7f1514
| Assignee | ||
Comment 4•14 years ago
|
||
Fixed a few mistakes with regard to Pulse changes I forgot about: http://hg.mozilla.org/build/buildbot-configs/pushloghtml?fromchange=c13bdfc8deae&tochange=6e8a7c6cb13e
Also restarted the master, so have a few slaves to now restart to make sure everything is connected fine...
| Assignee | ||
Comment 5•14 years ago
|
||
Ok, did many restarts, I'll check tomorrow if there are any lingering "not connected" slaves
| Assignee | ||
Comment 6•14 years ago
|
||
| Assignee | ||
Comment 7•14 years ago
|
||
| Assignee | ||
Comment 8•14 years ago
|
||
Things look alright here now.
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
•