Explorar el Código

Separate rsync command from update packages

master
Ray Burgemeestre hace 5 meses
padre
commit
b3d9c346eb
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      apt-publisher/Makefile

+ 2
- 0
apt-publisher/Makefile Ver fichero

@@ -136,6 +136,8 @@ update-packages-ubuntu2204:
echo check https://ci.cppse.nl/go/admin/pipelines/apt-publisher-ubuntu2204/stages/publisher/job/make/environment_variables
echo then probably you need to rm -rf /mnt2/NAS/kube/cppse.nl/cppse.nl/repo
echo then probably you need to rm -rf /var/lib/go-agent/pipelines/apt-publisher-ubuntu2204

update-packages-ubuntu2204-rsync:
rsync --delete -raPv -e "$$SYNC_CMD_SSH" repo $$SYNC_CMD_DEST
# NOTE: troubles with this shizzle? remove /mnt2/NAS/kube/cppse.nl/cppse.nl/repo
# and also remove work dir in go-agent: rm -rf /var/lib/go-agent/pipelines/apt-publisher-ubuntu2204

Cargando…
Cancelar
Guardar