[Replicant] [PATCH] Use relative fetch path for Replicant's repos
wreg at wiedmeyer.de
wreg at wiedmeyer.de
Tue Nov 29 02:22:29 UTC 2016
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 at wiedmeyer.de>
---
default.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 -->
--
2.8.0.rc3
More information about the Replicant
mailing list