New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rdopkg clone: "gerrit" remote is missing #63
Comments
|
"upstream" remote is also duplicate, "patches" on review.rdoproject.org is kept up to date by Softwarefactory.
|
|
Now I see "review-origin" is included in rdoinfo but it is localized in package-configs: templates, so shouldn't be a problem to change it. |
and thus no
remotes can be optimized in the future (reduce number of them) with better conventions but this was easiest to hack into existing code without breaking plain patches branch workflow. Further refinement is very likely :) |
This is always upstream release tag and patches themselves stay unmerged, so branch content is equal to the upstream, except .gitreview changes. |
|
Yes, with review-based workflow, we could drop |
|
I would like to reopen this, for simplified RDO on-boarding [1] git review w/o parameters should work on each branch and if defaultremote is not specified in .gitreview "gerrit" remote will be created which would conflict with upstream if you later also submit upstream changes in the same checkout. |
After rdopkg clone openstack-manila we get following git remotes created:
.gitreview on rpm-master branch is:
[gerrit]
host=review.rdoproject.org
port=29418
project=openstack/manila-distgit
defaultbranch=rpm-master
NB "origin" might be required for compatibility with fedpkg/rpkg which expects "origin" remote.
The text was updated successfully, but these errors were encountered: