Commit Graph

8 Commits

Author SHA1 Message Date
daad1c98c6 Make the options global. 2018-05-31 11:25:59 +02:00
7e0b403ccc Move run_command method out of buildEnv class. 2018-05-31 11:14:31 +02:00
98ebba65f6 fix imports 2018-05-22 16:58:40 +02:00
ac83dec674 Move ios sdk in toolchains module. 2018-05-22 16:58:06 +02:00
a417b044f8 Add libmagic dependency. 2018-05-14 15:46:57 +02:00
72d9e99bf9 except the correct exception URLError when downloading.
`urllib.request.open` can raise a URLError or a HTTPError.
2018-04-17 17:39:13 +02:00
5d08673a52 Correctly stop the build if there is an error during the downloading. 2018-04-05 23:32:46 +02:00
97666b0fc9 Create a real module kiwixbuild and make it installable. Split files.
Make kiwix-build installable using pip.
Module is now called `kiwixbuild` because `kiwix-build` is not a valid
python identifier.

Also split toolchains in separated directory.
2018-04-04 15:43:16 +02:00