Closed
Bug 1258577
Opened 9 years ago
Closed 9 years ago
Pushes to mozilla-aurora are rejected if they include an IDL change without updating the UUID
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaws, Unassigned)
Details
This should have been removed per https://groups.google.com/forum/#!topic/mozilla.dev.platform/HE1_qZhPj1I
jared@jaws-win10 /c/ma
$ hg push -r tip ssh://hg.mozilla.org/releases/mozilla-aurora
pushing to ssh://hg.mozilla.org/releases/mozilla-aurora
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 5 changes to 5 files
remote:
remote: *************************** ERROR ***************************
remote: Push rejected because the following IDL interfaces were
remote: modified without changing the UUID:
remote: - nsIDOMFileList in changeset ad19586f42f9
remote:
remote: To update the UUID for all of the above interfaces and their
remote: descendants, run:
remote: ./mach update-uuids nsIDOMFileList
remote:
remote: If you intentionally want to keep the current UUID, include
remote: 'IGNORE IDL' in the commit message.
remote: *************************************************************
remote:
remote: transaction abort!
remote: rollback completed
remote: pretxnchangegroup.e_idl_no_uuid hook failed
abort: push failed on remote
Comment 1•9 years ago
|
||
Removed the hook.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•