Skip to content

Commit

Permalink
Fix secure path to be conform with RFC
Browse files Browse the repository at this point in the history
Change-Id: I62ff4371f49402d5624f720c22159bb670139376
Signed-off-by: eramox <[email protected]>
Reviewed-on: https://review.gerrithub.io/285037
Reviewed-by: Franck LENORMAND <[email protected]>
Tested-by: Franck LENORMAND <[email protected]>
  • Loading branch information
eramox authored and eramox committed Jul 24, 2016
1 parent 46de077 commit 24bf1bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion allOrg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest>

<remote name="organization"
fetch="git://github.com:"
fetch="git://github.com/"
review="https://review.gerrithub.io" />

<default revision="refs/heads/master"
Expand Down
3 changes: 2 additions & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
- <name> : An arbitrary name for the remote element
- <fetch> : Url to prepend.
the use of "../<path>" use the url of the server used to checkout the manifest and append <path>
It is possible to use any protocol: https://, git://
It is possible to use any protocol: https://, git:// as long as the RFC format is respected:
<protocol>://<user>:<password>@<hostname>:<port>/<path>
- <review> : Url of the review server to use
<remote name="organization"
fetch="../"
Expand Down

0 comments on commit 24bf1bc

Please sign in to comment.