Indicate release tag of zimwriterfs.

This commit is contained in:
Matthieu Gautier 2018-03-15 17:42:41 +01:00
parent 0594486afd
commit f88f27edac
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ class Zimwriterfs(Dependency):
class Source(GitClone):
git_remote = "https://github.com/openzim/zimwriterfs.git"
git_dir = "zimwriterfs"
release_git_ref = "1.1"
def _post_prepare_script(self, context):
context.try_skip(self.git_path)