aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-01-09 23:25:25 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-01-09 23:44:26 +0100
commit6696afbd2394af7b3ae5ec717b4fe0a2945600ce (patch)
tree267ff42581443a948b8ba1da4d652a71898cb861
parent8f384f6b9411cf299d80fd2f1674e810744feca9 (diff)
downloadmanifest-6696afbd2394af7b3ae5ec717b4fe0a2945600ce.tar.gz
manifest-6696afbd2394af7b3ae5ec717b4fe0a2945600ce.tar.bz2
manifest-6696afbd2394af7b3ae5ec717b4fe0a2945600ce.zip
F-Droid-mirror: Rename to mirrors/F-Droid
To release a Replicant 6 version, we need to tag all the repositories. For some time, the LineageOS mirrors have been moved in mirrors/LineageOS. We have redirections in place to continue being able to fetch old revisions of Replicant. We have HTTP and HTTPS redirection (it's done with Apache), but no redirection for git:// or ssh. Because of that, when we removed the symlinks to make the setup more robust, git:// or ssh weren't redirected anymore. This removal doesn't affect the ability to fetch old revisions as people are expected to use HTTP or HTTPS to fetch the full Replicant source code. However it broke the release process: The releasetag.sh script (which is in the vendor_replicant-release-scripts repository) was using the git remote URL to reconstruct the URI to which to push the tag to. To fix that the best way is update the manifest to make sure that the address to which to push correspond to the one that is used to download the repositories. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 917bb40..6508282 100644
--- a/default.xml
+++ b/default.xml
@@ -219,7 +219,7 @@
<project path="packages/apps/Email" name="mirrors/LineageOS/android_packages_apps_Email.git" groups="pdk-fs" />
<project path="packages/apps/ExactCalculator" name="mirrors/LineageOS/android_packages_apps_ExactCalculator.git" groups="pdk-fs" />
<project path="packages/apps/Exchange" name="mirrors/LineageOS/android_packages_apps_Exchange.git" groups="pdk-fs" />
- <project path="packages/apps/FDroidPrivilegedExtension" name="F-Droid-mirror/privileged-extension.git" remote="fdroid" />
+ <project path="packages/apps/FDroidPrivilegedExtension" name="mirrors/F-Droid/privileged-extension.git" remote="fdroid" />
<project path="packages/apps/FMRadio" name="mirrors/LineageOS/android_packages_apps_FMRadio.git" groups="pdk-fs" />
<project path="packages/apps/Gallery" name="mirrors/AOSP/platform_packages_apps_Gallery.git" groups="pdk-fs" remote="aosp" />
<project path="packages/apps/Gallery2" name="mirrors/LineageOS/android_packages_apps_Gallery2.git" groups="pdk-fs" />