From b819c97bf8d9b568f6de90527c3f5f59c6608f0f Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 21 Dec 2016 15:05:57 +0100 Subject: [PATCH] Temporary change the git_remote for zimlib. zimlib doesn't use github but gerrit to handle changes. As this patches to review, there is no meson branche for now. Use a personal fork for now. As soon as the meson scripts have been integrated in openzim repository, we should revert this commit. --- kiwix-build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix-build.py b/kiwix-build.py index 113a2e9..53ac9ec 100755 --- a/kiwix-build.py +++ b/kiwix-build.py @@ -424,7 +424,8 @@ class Icu(Dependency, ReleaseDownloadMixin, MakeMixin): class Zimlib(Dependency, GitCloneMixin, MesonMixin): name = "zimlib" - git_remote = "https://gerrit.wikimedia.org/r/p/openzim.git" + #git_remote = "https://gerrit.wikimedia.org/r/p/openzim.git" + git_remote = "https://github.com/mgautierfr/openzim" git_dir = "openzim" git_ref = "meson" source_dir = "openzim/zimlib"