Closed
Bug 1174161
Opened 10 years ago
Closed 10 years ago
The buildslave package in deployment does not match our repository
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mrrrgn, Assigned: mrrrgn)
References
Details
Attachments
(1 file)
1.28 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
Looks like the package was deployed with new code, but never `hg push`ed
In production we have:
def registerActivity(self):
if self._state == CONNECTED:
if sys.platform in ('linux2', 'darwin') and not self._remote_shutdown_requested:
# Force buildbot to shutdown after a single job runs
self.callRemoteShutdown()
self._setTimer(self.max_idle_time)
else:
log.msg("Idleizer: activity while not connected??")
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8621591 -
Flags: review?(bugspam.Callek)
Comment 2•10 years ago
|
||
Comment on attachment 8621591 [details] [diff] [review]
osxidleizer.diff
Review of attachment 8621591 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the delay, I thought I already r+'d this
Attachment #8621591 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•