diff options
author | wreg@wiedmeyer.de <wreg@wiedmeyer.de> | 2016-11-29 03:22:29 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2016-11-29 22:17:34 +0100 |
commit | 819f7f747ad9cf3f965b8c3384abe1cec5078da9 (patch) | |
tree | e9f5a9dabcd0dae428d79d86e0605da737cce746 | |
parent | c1cb73281c1d65c1c8daac7d562046ac6866e1f8 (diff) | |
download | manifest-replicant-4.2.zip manifest-replicant-4.2.tar.gz manifest-replicant-4.2.tar.bz2 |
Use relative fetch path for Replicant's reposreplicant-4.2
This allows to host Replicant's own repositories in arbitrary places
and mirrors don't need to change the url.
All repositories need to be in the same directory as the manifest
repository.
Signed-off-by: Wolfgang Wiedmeyer <wreg@wiedmeyer.de>
Acked-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 0e6d617..90ecbcb 100644 --- a/default.xml +++ b/default.xml @@ -11,7 +11,7 @@ review="review.cyanogenmod.org" /> <remote name="replicant" - fetch="https://git.replicant.us" /> + fetch=".." /> <!-- default --> |