From d6fd1d6894ecc86eeb42b15b220ea130715c632c Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 30 May 2021 23:26:50 +0100 Subject: [PATCH] apt: remove last unstable before adding kind of a hack, since all versions have version number 0.0.0, reprepro skips adding new files. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9a25026..6c9a572 100644 --- a/.drone.yml +++ b/.drone.yml @@ -96,6 +96,7 @@ steps: - wget https://builds.hrfee.pw/upload.py - pip3 install requests - bash -c 'sftp -P 2022 -i /id_rsa -o StrictHostKeyChecking=no root@161.97.102.153:/repo/incoming <<< $"put dist/*.deb"' + - bash -c 'ssh -i /id_rsa root@161.97.102.153 -p 2022 "reprepro -Vb /repo remove trusty-unstable jfa-go"' - bash -c 'ssh -i /id_rsa root@161.97.102.153 -p 2022 "repo-process-deb trusty"' - bash -c 'python3 upload.py https://builds.hrfee.pw hrfee jfa-go --upload ./dist/*.zip ./dist/*.rpm ./dist/*.apk --tag internal-git=true' environment: