remove 'zimwriterfs' project from build and CI configuration

'zimwriterfs' is now a part of zim-tools (openzim/zim-tools/#92)
This commit is contained in:
Alexander Sashnov
2020-06-27 14:36:22 +07:00
committed by Kelson
parent 0910e3bc7d
commit da31dd428e
9 changed files with 21 additions and 34 deletions

View File

@ -5,7 +5,6 @@ main_project_versions = {
'kiwix-lib': '9.3.0',
'kiwix-tools': '3.1.2', # Also need to change this in appveyor/install_kiwix-tools.cmd
'zim-tools': '1.2.1',
'zimwriterfs': '1.3.10',
'kiwix-desktop': '2.0.2' # Also change KIWIX_DESKTOP_VERSION and KIWIX_DESKTOP_RELEASE in appveyor.yml
# You need to do the release process of kiwix-tools and kiwix-desktop in two separated process.
}
@ -35,7 +34,6 @@ release_versions = {
'kiwix-lib': 0, # Depends of libzim (was 1)
'kiwix-tools': 0, # Depends of kiwix-lib and libzim (was 6)
'zim-tools': None, # Depends of libzim (was 3)
'zimwriterfs': None, # Depends of libzim (was 4)
'kiwix-desktop': None # Depends of kiwix-lib and libzim (was 0)
}