François Allain
François Allain
@BartVB `s3cmd sync --delete-after` does not delete local files after upload, but > delete destination files that are not found anymore at the source. > The difference of this option...
Works fine with v1.1.5 ``` $ git clone https://github.com/trimstray/htrace.sh.git $ cd htrace.sh/build $ git co v1.1.5 $ ./build.sh +++ dirname ./build.sh ++ cd ./.. ++ pwd + ROOT_DIR=/home/frallain/Public/htrace.sh + cd...
@bdauvergne Why not add loxun in the `requirements.txt` as it is available on pypi at https://pypi.org/project/loxun/ instead of copy pasting the whole file in the `tablib` project?