Commit Graph

13 Commits

Author SHA1 Message Date
579109ab79 make_archive now takes different arguments to compute the archive name. 2018-03-15 16:55:19 +01:00
3180b5f761 Merge branch 'master' into fix_archive_typo 2018-02-26 20:27:14 +01:00
d7dd02e922 Do not try to deploy android apks if we are not building them. 2018-02-26 11:36:55 +01:00
ea54c56529 Fix small typos in the armhf name.
Fix kiwix/kiwix-tools#157
2018-02-26 11:12:05 +01:00
f6c3083505 Do not try to compile kiwix-android if we make a release.
kiwix-android is following its own release process and tagging policy.
Will should fix this in the future but trying to compile kiwix-android
master branch may fail with tagged version of kiwix-lib.
2018-02-23 14:50:48 +01:00
3b12557df8 Files in the deps archive must not be absolute path.
The archives will be extracted in the right directory. We need to store
relative paths.
2018-02-22 10:43:06 +01:00
8ccd46966b Fix typo. 2018-02-06 19:22:51 +00:00
fe2796f9bc Use absolute path for the archive name 2018-02-05 08:30:09 +00:00
83b5f5be79 right name for ssh key 2018-02-04 04:10:41 +01:00
96b68fc50f convert SSH_KEY from PosixPath to str 2018-02-03 21:51:28 +01:00
220d434b88 write_text method exists only on python 3.5.
And travis is using python 3.4 :/
2018-02-03 19:56:00 +01:00
51ba7132a4 fix typo in compile_all.py 2018-02-02 23:46:47 +01:00
06cf4d44d0 New travis script written in python and handle release deployement.
`compile_all.sh` script starts to be very complex.
Let's rewrite it in python.

In the same time, update the travis scripts to handle deployement of
release versions.
2018-02-01 18:21:59 +01:00