- 03 May, 2017 1 commit
-
-
thiolliere authored
-
- 02 May, 2017 1 commit
-
-
thiolliere authored
it is useful for more complete app like GUI app
-
- 25 Apr, 2017 6 commits
-
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
- 21 Apr, 2017 1 commit
-
-
thiolliere authored
-
- 20 Apr, 2017 3 commits
-
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
This is very weird but it the shell command sudo systemctl... must be split and we must sleep between write call.
-
- 19 Apr, 2017 2 commits
-
-
thiolliere authored
using process raise several issues: * when freeze you have to add multiprocess_freeze support for windows * when freeze to onefile more things seem to be done... * the file descriptor must be open in the new process if it is doable with threads then it must be implemented this way
-
thiolliere authored
select is not available on file descriptor on windows so we now use process to wait for I/O completion with a timeout
-
- 18 Apr, 2017 7 commits
-
-
thiolliere authored
fixes: * zipfile was not closed * path in archive and in fs is different (toto/tata in archive and toto\tata in FS on windows) so we extract from the zip_path in the archive and then we move to the path we want. The move is necessary because zipfile can modify the name in the archive (for instance special character can be changed into _ on windows) and you can't set the output path. * binaries have a different name depending of the platform: windows binaries end with .exe
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
it has been tested but I can't say if all dependencies of qemu-img and qemu-system-arm have been bundled because I only tested by deleting qemu-system-arm
-
thiolliere authored
-
thiolliere authored
-
- 12 Apr, 2017 5 commits
-
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
- 11 Apr, 2017 5 commits
-
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
- 10 Apr, 2017 9 commits
-
-
thiolliere authored
-
thiolliere authored
get partition information with fdisk -l and resize and reboot only if needed
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
quiet option has been made because wget was too verbose in travis but now we use urllib and the reporthook is less verbose so we don't need this anymore
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-
thiolliere authored
-