Closed
Bug 1117545
Opened 10 years ago
Closed 10 years ago
Enable the push_printurls.py hghook on try-comm-central
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Fallen, Assigned: fubar)
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/4267] )
I would like to see the treeherder URLs and anything else that you'd get when pushing to m-i and try, but for comm-central and try-comm-central. I see there is bug 1062620, but I'd at least like to see the treeherder link in try-comm-central.
This is what I get when I push to try-comm-central:
pushing to ssh://hg.mozilla.org/try-comm-central
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 9 changesets with 25 changes to 18 files (+1 heads)
remote: Looks like you used try syntax, going ahead with the push.
remote: If you don't get what you expected, check http://trychooser.pub.build.mozilla.org/
remote: for help with building your trychooser request.
remote: Thanks for helping save resources, you're the best!
remote: Trying to insert into pushlog.
remote: Inserted into the pushlog db successfully.
And this is what I get when I push to comm-central:
pushing to ssh://hg.mozilla.org/comm-central
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 7 changes to 7 files
remote: Trying to insert into pushlog.
remote: Inserted into the pushlog db successfully.
remote: You can view your change at the following URL:
remote: https://hg.mozilla.org/comm-central/rev/e0d2a43ab539
Reporter | ||
Comment 1•10 years ago
|
||
Looking at https://hg.mozilla.org/hgcustom/version-control-tools/file/default/hghooks/mozhghooks/push_printurls.py there seems to be code for this, maybe the hook is just not installed?
Comment 2•10 years ago
|
||
Adjusting summary to make this about enabling the hook on try-comm-central, from comment 0 it seems to already be enabled on comm-central and so bug 1062620 will add the treeherder URL for the latter.
OS: Mac OS X → All
Hardware: x86 → All
Summary: Print treeherder URLs for (try-)comm-central → Enable the push_printurls.py hghook on try-comm-central
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/4267]
Assignee | ||
Comment 3•10 years ago
|
||
All set.
Assignee: nobody → klibby
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•