Explorar el Código

Small fix in apt publisher.

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

+ 5
- 1
apt-publisher/Makefile Ver fichero

@@ -75,9 +75,13 @@ update-packages-ubuntu2004:
# rsync to host
rsync --delete -raPv -e "$$SYNC_CMD_SSH" repo $$SYNC_CMD_DEST

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

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

clean-all:
rm -rf repo gnupg keys

Cargando…
Cancelar
Guardar