3
0
Fork 0

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.
small_fixes
Matthieu Gautier 9 years ago
parent 6007ca6eff
commit 834f52a9ec

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

Loading…
Cancel
Save