Activity log for bug #1625878

Date Who What changed Old value New value Message
2016-09-21 01:43:38 Mathieu Gagné bug added bug
2016-10-03 10:51:45 Darragh Bailey git-upstream: assignee Darragh Bailey (dbailey-k)
2016-10-03 10:51:53 Darragh Bailey git-upstream: assignee Darragh Bailey (dbailey-k)
2016-10-03 10:52:11 Darragh Bailey git-upstream: assignee Darragh Bailey (dbailey-k)
2016-10-03 10:52:30 Darragh Bailey git-upstream: status New Incomplete
2016-10-03 17:20:38 Darragh Bailey description I'm trying to import 2015.1.4 tag from Nova project. This tag also matches an existing tag: kilo-eol. To import a specific tag, I created a temporary branch: git branch temp-import/2015.1.4 2015.1.4 I can import (without merge) just fine: git-upstream import --no-merge temp-import/2015.1.4 When finalizing the import: git-upstream import --finish --into local/kilo --import-branch import/2015.1.4 temp-import/2015.1.4 I get this error: Searching for previous import Merging import to requested branch 'local/kilo' ERROR : Failed to finish import by merging branch: 'import/2015.1.4' into and replacing the contents of: 'local/kilo' ERROR : 'git merge --no-commit -s ours import/2015.1.4' returned with exit code 128 stderr: 'fatal: import/2015.1.4 - not something we can merge' I end up with those branches being created: import/kilo-eol import/kilo-eol-base Instead of the "expected" branches with import/2015.1.4 prefix. I'm trying to import 2015.1.4 tag from Nova project. This tag also matches an existing tag: kilo-eol. To import a specific tag, I created a temporary branch:   git branch temp-import/2015.1.4 2015.1.4 I can import (without merge) just fine:   git-upstream import --no-merge temp-import/2015.1.4 However git-upstream is using the tag kilo-eol to construct the import branch resulting in using import/kilo-eol instead of the expected import/2015.1.4. Thus when finalizing the import:   git-upstream import --finish --into local/kilo --import-branch import/2015.1.4 temp-import/2015.1.4 I get this error:   Searching for previous import   Merging import to requested branch 'local/kilo'   ERROR : Failed to finish import by merging branch:       'import/2015.1.4'   into and replacing the contents of:       'local/kilo'   ERROR : 'git merge --no-commit -s ours import/2015.1.4' returned with exit code 128   stderr: 'fatal: import/2015.1.4 - not something we can merge' I end up with those branches being created:   import/kilo-eol   import/kilo-eol-base Instead of the "expected" branches with import/2015.1.4 prefix.
2016-10-04 10:18:55 Darragh Bailey git-upstream: status Incomplete Confirmed
2016-10-04 10:19:03 Darragh Bailey git-upstream: importance Undecided Medium
2016-10-04 16:15:41 OpenStack Infra git-upstream: status Confirmed In Progress
2016-10-05 09:47:22 OpenStack Infra git-upstream: status In Progress Fix Released
2016-11-15 18:10:51 Darragh Bailey nominated for series git-upstream/0.12
2016-11-15 18:10:51 Darragh Bailey bug task added git-upstream/0.12
2016-11-15 18:10:51 Darragh Bailey nominated for series git-upstream/trunk
2016-11-15 18:10:51 Darragh Bailey bug task added git-upstream/trunk
2016-11-15 18:13:41 Darragh Bailey git-upstream/0.12: milestone 0.12.0
2016-11-15 18:20:44 Darragh Bailey git-upstream/0.12: status New Fix Released