Skip to content
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

test inner-branch and PR #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- <name> : An arbitrary name for the remote element
- <fetch> : Url to prepend.
It seems "../" use the url of the server used to checkout the manifest
It might be possible to use an arbitrary server
It is possible to use any arbitrary server
- <review> : Url of the review server to use
<remote name="organization"
fetch="../"
Expand All @@ -21,6 +21,9 @@
review="https://review.gerrithub.io" />

<!--
Default remote
This element is very important as it will make you work on top of a specific branch
In effect, all the patches will be as on top of the branch specified
-->
<default revision="refs/heads/master"
remote="organization"
Expand Down