diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fbd0f02414b5ffbeb3eaf6b2baba1aa0d15fa5c..a21dab4175088f62d2c40b41836a983251cedec8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -285,15 +285,15 @@ deploy-job: - echo "Deploying deb-packets..." - ssh -o stricthostkeychecking=no ansible@picodata.io "mkdir -p ~/.deb/tnt-focal" - scp -o stricthostkeychecking=no build_focal/tarantool*deb ansible@picodata.io:.deb/tnt-focal/ - - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro -b /data/nginx/www/packrepo/tarantool-picodata/ubuntu/ -C main includedeb focal ~/.deb/tnt-focal/tarantool*deb; rm -rf ~/.deb/tnt-focal" + - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro --keepunreferencedfiles -b /data/nginx/www/packrepo/tarantool-picodata/ubuntu/ -C main includedeb focal ~/.deb/tnt-focal/tarantool*deb; rm -rf ~/.deb/tnt-focal" # Ubuntu jammy - ssh -o stricthostkeychecking=no ansible@picodata.io "mkdir -p ~/.deb/tnt-jammy" - scp -o stricthostkeychecking=no build_jammy/tarantool*deb ansible@picodata.io:.deb/tnt-jammy/ - - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro -b /data/nginx/www/packrepo/tarantool-picodata/ubuntu/ -C main includedeb jammy ~/.deb/tnt-jammy/tarantool*deb; rm -rf ~/.deb/tnt-jammy" + - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro --keepunreferencedfiles -b /data/nginx/www/packrepo/tarantool-picodata/ubuntu/ -C main includedeb jammy ~/.deb/tnt-jammy/tarantool*deb; rm -rf ~/.deb/tnt-jammy" # Debian bullseye - ssh -o stricthostkeychecking=no ansible@picodata.io "mkdir -p ~/.deb/tnt-bullseye" - scp -o stricthostkeychecking=no build_bullseye/tarantool*deb ansible@picodata.io:.deb/tnt-bullseye/ - - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro -b /data/nginx/www/packrepo/tarantool-picodata/debian/ -C main includedeb bullseye ~/.deb/tnt-bullseye/tarantool*deb; rm -rf ~/.deb/tnt-bullseye" + - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro --keepunreferencedfiles -b /data/nginx/www/packrepo/tarantool-picodata/debian/ -C main includedeb bullseye ~/.deb/tnt-bullseye/tarantool*deb; rm -rf ~/.deb/tnt-bullseye" - echo "deb-packets successfully deployed." - echo # Altlinux p9 @@ -319,7 +319,7 @@ deploy-job: - echo "Deploying Astralinux packet..." - ssh -o stricthostkeychecking=no ansible@picodata.io "mkdir -p ~/.deb/tnt-astra" - scp -o stricthostkeychecking=no build_astra/tarantool*_signed.deb ansible@picodata.io:.deb/tnt-astra/ - - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro -b /data/nginx/www/packrepo/tarantool-picodata/astra -C main includedeb orel ~/.deb/tnt-astra/tarantool*_signed.deb; rm -rf ~/.deb/tnt-astra" + - ssh -o stricthostkeychecking=no ansible@picodata.io "reprepro --keepunreferencedfiles -b /data/nginx/www/packrepo/tarantool-picodata/astra -C main includedeb orel ~/.deb/tnt-astra/tarantool*_signed.deb; rm -rf ~/.deb/tnt-astra" - echo "Astralinux packets successfully deployed." - echo - echo "Application successfully deployed."