Move key, update release so it updates the ppa repo instead of creating a new one each time

This commit is contained in:
ferrreo 2023-02-24 12:01:04 +00:00
parent ee4f3a81f3
commit 63350f295c
2 changed files with 5 additions and 1 deletions

View File

@ -6,8 +6,12 @@ echo "Pika Kernel - Releasing Kernel"
dpkg-sig --sign builder ./output/linux-image*.deb
dpkg-sig --sign builder ./output/linux-headers*.deb
rsync -azP --exclude '*.deb' ferreo@pika-os.com:/srv/www/pikappa/ ./output/repo
cp ./output/key.gpg ./output/repo/key.gpg
# Update the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-headers*.deb
rsync -azP ./output/repo/ ferreo@pika-os.com:/srv/www/pikappa/
rsync -azP ./output/repo/ ferreo@pika-os.com:/srv/www/pikappa/