Activity log for bug #1659292

Date Who What changed Old value New value Message
2017-01-25 13:25:52 Valentin Hamon bug added bug
2017-01-25 13:29:57 Valentin Hamon description Hello, I got an error message when I try to modify a project's code default branch : << Oops! Sorry, something just went wrong in Launchpad. We’ve recorded what happened, and we’ll fix it as soon as possible. Apologies for the inconvenience. (Error ID: OOPS-a9a918a3f409915cdf7947c22ff834de) >> https://code.launchpad.net/~armadito/armadito-web-ui/+git/main/+edit I'm trying to change from /refs/heads/master to /refs/heads/DEV. Do you have any idea of what could lead to that error ? Thanks in advance, Valentin. An error occurs in case of multiple HEAD branches in remote. Import error log : 2017-01-25 13:08:39 INFO error: Multiple remote HEAD branches. Please choose one explicitly with: 2017-01-25 13:08:39 INFO git remote set-head source DEV 2017-01-25 13:08:39 INFO git remote set-head source master 2017-01-25 13:08:39 INFO Unable to fetch default branch: Command '['git', 'remote', 'set-head', 'source', '--auto']' returned non-zero exit status 1
2017-01-25 13:30:14 Valentin Hamon tags git
2017-01-25 13:30:50 Valentin Hamon tags git code-import git
2017-01-25 13:31:16 Valentin Hamon description An error occurs in case of multiple HEAD branches in remote. Import error log : 2017-01-25 13:08:39 INFO error: Multiple remote HEAD branches. Please choose one explicitly with: 2017-01-25 13:08:39 INFO git remote set-head source DEV 2017-01-25 13:08:39 INFO git remote set-head source master 2017-01-25 13:08:39 INFO Unable to fetch default branch: Command '['git', 'remote', 'set-head', 'source', '--auto']' returned non-zero exit status 1 An error occurs in case of multiple HEAD branches in remote. Import error log is the following : 2017-01-25 13:08:39 INFO error: Multiple remote HEAD branches. Please choose one explicitly with: 2017-01-25 13:08:39 INFO git remote set-head source DEV 2017-01-25 13:08:39 INFO git remote set-head source master 2017-01-25 13:08:39 INFO Unable to fetch default branch: Command '['git', 'remote', 'set-head', 'source', '--auto']' returned non-zero exit status 1
2017-01-25 13:32:19 Valentin Hamon description An error occurs in case of multiple HEAD branches in remote. Import error log is the following : 2017-01-25 13:08:39 INFO error: Multiple remote HEAD branches. Please choose one explicitly with: 2017-01-25 13:08:39 INFO git remote set-head source DEV 2017-01-25 13:08:39 INFO git remote set-head source master 2017-01-25 13:08:39 INFO Unable to fetch default branch: Command '['git', 'remote', 'set-head', 'source', '--auto']' returned non-zero exit status 1 An error occurs in case of multiple HEAD branches in remote. Import error log is the following : 2017-01-25 13:08:39 INFO error: Multiple remote HEAD branches. Please choose one explicitly with: 2017-01-25 13:08:39 INFO git remote set-head source DEV 2017-01-25 13:08:39 INFO git remote set-head source master 2017-01-25 13:08:39 INFO Unable to fetch default branch: Command '['git', 'remote', 'set-head', 'source', '--auto']' returned non-zero exit status 1 After that, user can't modify project's code default branch.
2017-01-25 13:32:31 Valentin Hamon summary Unable to set good remote HEAD during a git import Bad default branch after a git-to-git import to launchpad
2021-01-05 18:04:31 Colin Watson affects launchpad lp-codeimport