This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
octopus:releasepipeline [2016/02/24 10:05] Fatih Degirmenci |
octopus:releasepipeline [2016/02/24 18:44] (current) Aric Gardner |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| * Using Gerrit Web Interface: | * Using Gerrit Web Interface: | ||
| * https://gerrit.opnfv.org/gerrit/gitweb?p=<**YOUR PROJECT NAME**>.git;a=shortlog;h=refs/heads/stable/brahmaputra | * https://gerrit.opnfv.org/gerrit/gitweb?p=<**YOUR PROJECT NAME**>.git;a=shortlog;h=refs/heads/stable/brahmaputra | ||
| + | * Click one of the commits listed on the page. The SHA1 is the one listed in commit field. | ||
| * Using Git command | * Using Git command | ||
| * git checkout stable/brahmaputra | * git checkout stable/brahmaputra | ||
| Line 53: | Line 54: | ||
| * git tag -am "brahmaputra.1.0" brahmaputra.1.0 | * git tag -am "brahmaputra.1.0" brahmaputra.1.0 | ||
| * git push origin brahmaputra.1.0 | * git push origin brahmaputra.1.0 | ||
| + | |||
| + | If you get the error | ||
| + | ! [remote rejected] brahmaputra.1.0 -> brahmaputra.1.0 (prohibited by Gerrit) | ||
| + | This is because you are not the author of the commit being tagged. email helpdesk and I will add forge rights to refs/tags/* on your repo. | ||
| + | |||
| + | |||
| Please contact aricg and/or other Octopus members on #opnfv-octopus channel if you experience any issues. | Please contact aricg and/or other Octopus members on #opnfv-octopus channel if you experience any issues. | ||