pkg-bottles/release.sh

12 lines
407 B
Bash
Raw Normal View History

2023-02-24 13:29:17 +00:00
# Sign the packages
2023-05-11 11:22:59 +03:00
dpkg-sig --sign builder ./output/*.deb
2023-02-24 13:29:17 +00:00
# Pull down existing ppa repo db files etc
2023-02-24 15:23:09 +00:00
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
2023-02-24 13:29:17 +00:00
# Add the new package to the repo
2023-05-11 11:22:59 +03:00
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
2023-02-24 13:29:17 +00:00
# Push the updated ppa repo to the server
2023-02-24 15:23:09 +00:00
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/