Closed
Bug 660344
Opened 14 years ago
Closed 10 years ago
Error when pushing to user repo: Sending messages to pulse.mozilla.org, Hook returned an exception: 'NoneType' object has no attribute 'filerev'
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: justin.lebar+bug, Assigned: christian)
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1334] )
(Not sure if this is the right component.)
I get the following error when I push to my user repository:
$ hg push
pushing to ssh://hg.mozilla.org/users/jlebar_mozilla.com/patches
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 13 changesets with 30 changes to 15 files
remote: Sending messages to pulse.mozilla.org
remote: Please do not interrupt...
remote: ERROR: Hook returned an exception: 'NoneType' object has no attribute 'filerev'
remote: Ignoring and continuing the push...
remote: Trying to insert into pushlog.
remote: Please do not interrupt...
remote: Inserted into the pushlog db successfully.
Comment 1•14 years ago
|
||
This hook is owned by Christian, and deployed by IT.
Doesn't look like this blocks pushing, so probably not high priority.
Also, maybe related to bug 660208?
Component: Release Engineering → Hg: Customizations
QA Contact: release → hg.customizations
Comment 2•14 years ago
|
||
Perhaps a fallout from bug 603029?
Comment 3•14 years ago
|
||
I get this when pushing a merge to services-central (the error looks like it doesn't handle merge commits quite right.)
Comment 4•14 years ago
|
||
Probably a dupe of bug 660137
I might not be handling merges right...I'll add some more tests.
Comment 6•14 years ago
|
||
got this on http://hg.mozilla.org/l10n-central/es-ES/pushloghtml?changeset=1d618e2ecb90, which contains two merges.
Comment 7•14 years ago
|
||
I got it with https://hg.mozilla.org/comm-central/pushloghtml?changeset=0d12ed87f045, which doesn't actually contain any merges.
Yep, merges and deleted files. I have a lot more tests, just making sure I got everything before rolling out.
I got this on http://hg.mozilla.org/try/pushloghtml?changeset=740b6956cabd which has neither merges nor deleted files, but the tip changeset has no file changes at all in it (it's just there for the try syntax).
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
Product: Release Engineering → Developer Services
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://kanbanize.com/ctrl_board/6/282]
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://kanbanize.com/ctrl_board/6/282] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1325] [kanban:engops:https://kanbanize.com/ctrl_board/6/282]
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1325] [kanban:engops:https://kanbanize.com/ctrl_board/6/282] [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1329] [kanban:engops:https://kanbanize.com/ctrl_board/6/282] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1329] [kanban:engops:https://kanbanize.com/ctrl_board/6/282] [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1330] [kanban:engops:https://kanbanize.com/ctrl_board/6/282]
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1330] [kanban:engops:https://kanbanize.com/ctrl_board/6/282] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1334] [kanban:engops:https://kanbanize.com/ctrl_board/6/282]
Updated•11 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1334] [kanban:engops:https://kanbanize.com/ctrl_board/6/282] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1334]
Comment 10•10 years ago
|
||
Pulse hook is not currently deployed. Closing.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•