Explorar el Código

Fix the sync command

master
Ray Burgemeestre hace 5 años
padre
commit
6b84ba5518
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      apt-publisher/Makefile

+ 1
- 1
apt-publisher/Makefile Ver fichero

@@ -33,7 +33,7 @@ update-packages:
docker pull rayburgemeestre/apt-ubuntu:16.04
docker run -t -v $$PWD:$$PWD -v $$PWD/gnupg:/root/.gnupg -v $$PWD/repo:/repo --workdir $$PWD rayburgemeestre/apt-ubuntu:16.04 /bin/sh -c "bash update.sh"
tar -czf repo.tar.gz repo
$$SYNC_CMD
rsync -raPv -e "$$SYNC_CMD_SSH" repo $$SYNC_CMD_DEST

shell:
docker run -t -v $$PWD:$$PWD -v $$PWD/gnupg:/root/.gnupg -v $$PWD/repo:/repo --workdir $$PWD rayburgemeestre/apt-ubuntu:16.04 /bin/bash

Cargando…
Cancelar
Guardar