mesa-pika/release.sh

12 lines
407 B
Bash
Raw Normal View History

2023-08-11 21:02:52 +02:00
# Sign the packages
dpkg-sig --sign builder ./output/*.deb
2023-08-11 20:44:06 +02:00
2023-08-11 21:02:52 +02:00
# Pull down existing ppa repo db files etc
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
2023-08-11 20:44:06 +02:00
2023-08-11 21:02:52 +02:00
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
2023-08-11 20:44:06 +02:00
2023-08-11 21:02:52 +02:00
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/