misc: remove cd06

This commit is contained in:
Benjamin Dauvergne 2020-04-19 11:59:04 +02:00
parent 650123b11e
commit 72b4cf073a
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
include Makefile.config
all:
python3 script.py target
rm -rf target/tmp/
lftp -e 'mirror -e -R target $(SFTP_DIRECTORY); exit' $(SFTP_URL)
.PHONY: all
VAR_DIR=target
LOG=$(shell tempfile)
all:
lftp -e 'set cmd:interactive 0; set sftp:connect-program "ssh -a -x -o HostKeyAlgorithms=+ssh-dss -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"; cd Recette; exit' $(SFTP_URL)