Scott Little 078d3cb038 branching: don't push branches and tags in a single command
The command 'git push --tags ${review_remote} ${branch}'
is trying to push the branch and tag at the same time,
and as a side effect is re-pushing all other known tags.

Upstream servers are now consistently rejecting this.
Either they only accept a single branch or tag per push,
or they reject duplicate tags that they already have,
even if unchanged.

Change the code to push the branch and tag independently.

Closes-bug: 1952472
Change-Id: If99123b1eae823ea05ee2b2c80f891cb189e18d3
Signed-off-by: Scott Little <scott.little@windriver.com>
2021-11-26 11:42:52 -05:00
2021-06-08 15:44:00 -04:00
2019-04-19 19:52:37 +00:00
2018-06-01 07:45:23 -07:00
2021-06-29 11:20:52 -04:00
Description
StarlingX build source tree root
12 MiB
Languages
Python 62%
Shell 36.9%
BitBake 0.6%
Dockerfile 0.5%