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.
This commit is contained in:
Matthieu Gautier 2016-12-21 15:05:57 +01:00
parent feca176523
commit b819c97bf8
1 changed files with 2 additions and 1 deletions

View File

@ -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"