Actions
action #63133
closedcoordination #58184: [saga][epic][use case] full version control awareness within openQA
coordination #45302: [epic] smarter fetchneedles (was: fetchneedles should ensure we are always on a branch (and try to self-repair))
SLE needles git repo looses upstream branch configuration, needles are saved but fail to be pushed
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2020-02-05
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
Unable to push Git commit: fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
or
/var/lib/openqa/share/tests/sle/products/sle/needles> sudo -u geekotest /usr/share/openqa/script/fetchneedles
There is no tracking information for the current branch.
Please specify which branch you want to rebase against.
See git-rebase(1) for details.
git rebase <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
Problem¶
I suspect 2aadd3e56 was incomplete in the sense that we recreate the master branch but never set the upstream information.
Actions