Closed
Bug 1112762
Opened 10 years ago
Closed 10 years ago
The deploy script should indicate if the working directory has local changes
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
As part of the last deploy (bug 1112757), for some reason import-buildbot-data.py was merged during the pull. Makes me think there might be local changes, sigh.
Let's add an |hg diff --git| to the deploy script to rule it out.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
remote: https://hg.mozilla.org/webtools/tbpl/rev/b22cef4ad6b3
Ah, needn't worry:
[2014-12-17 13:28:54] [localhost] finished: cd /data/genericrhel6/src/tbpl.mozilla.org/tbpl && hg diff --git (0.140s)
[localhost] out: diff --git a/dataimport/import-buildbot-data.py b/dataimport/import-buildbot-data.py
[localhost] out: old mode 100644
[localhost] out: new mode 100755
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•