Closed
Bug 1962925
Opened 25 days ago
Closed 23 days ago
git-hg-sync doesn't bootstrap the tags branch correctly
Categories
(Conduit :: git-to-hg sync, defect)
Conduit
git-to-hg sync
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: shtrom, Assigned: shtrom)
References
Details
Attachments
(1 file)
ERROR Couldn't resolve refs/heads/dev-tags
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)\n cmdline: git cinnabar tag --message No bug - Tagging a01becab4ba65eaa649147577d15edd23134ef94 with FIREFOX_NIGHTLY_141_END a=tagging CLOSED TREE DONTBUILD --onto refs/heads/dev-tags FIREFOX_NIGHTLY_141_END a17a1acdb82625ee5218469f8d26be4a32e6ea15\n stderr: '\rERROR Couldn't resolve refs/heads/dev-tags'\n\n\nThe above exception was the direct cause of the following exception:\n\n\nTraceback (most recent call last):\n\n File \"/app/git_hg_sync/application.py\", line 66, in _handle_push_event\n synchronizer.sync(destination, operations, push_event.user)\n\n File \"/app/git_hg_sync/repo_synchronizer.py\", line 159, in sync\n raise RepoSyncError(tag_operation, e) from e\n\ngit_hg_sync.repo_synchronizer.RepoSyncError: (SyncTagOperation(source_commit='a17a1acdb82625ee5218469f8d26be4a32e6ea15', tag='FIREFOX_NIGHTLY_141_END', tags_destination_branch='dev-tags', tag_message_suffix='a=tagging CLOSED TREE DONTBUILD'), GitCommandError(['git', 'cinnabar', 'tag', '--message', 'No bug - Tagging a01becab4ba65eaa649147577d15edd23134ef94 with FIREFOX_NIGHTLY_141_END a=tagging CLOSED TREE DONTBUILD', '--onto', 'refs/heads/dev-tags', 'FIREFOX_NIGHTLY_141_END', 'a17a1acdb82625ee5218469f8d26be4a32e6ea15'], 1, b\"\\rERROR Couldn't resolve refs/heads/dev-tags\", b''))\n"
Comment 1•25 days ago
|
||
Comment 2•23 days ago
|
||
Authored by https://github.com/shtrom
https://github.com/mozilla-conduit/git-hg-sync/commit/770af6d170e970383826e01888d03af80e241a06
[main] repo_synchroniser: fix tags management (bug 1962925) (#38)
Status: ASSIGNED → RESOLVED
Closed: 23 days ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 days ago
|
Component: Lando → git-to-hg sync
You need to log in
before you can comment on or make changes to this bug.
Description
•