Closed
Bug 662609
Opened 14 years ago
Closed 14 years ago
Start buildbot on boot on Linux
Categories
(Mozilla Messaging Graveyard :: Release Engineering, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Assigned: gozer)
Details
Start buildbot on boot on Linux so we don't need to wait for the */10 cron job to start it.
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → gozer
Assignee | ||
Comment 1•14 years ago
|
||
svn rev 3677.
Turns out puppet does support these special cron aliases, using the 'special' argument to cron specifications, as in:
cron { "start-buildbot-on-boot":
environment => ["MAILTO=root@mozillamessaging.com", "DISPLAY=:2" ],
command => "/usr/local/bin/start-buildbot",
user => cltbld,
special => reboot,
require => [
User["cltbld"],
File["/usr/local/bin/start-buildbot"],
],
}
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
•