xwayland/release.sh

15 lines
564 B
Bash
Raw Normal View History

# Sign the packages
dpkg-sig --sign builder ./output/xwayland*.deb
# Pull down existing ppa repo db files etc
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Remove our existing package from the repo
2023-08-30 21:45:12 +02:00
reprepro -V -C main --basedir ./output/repo/ removefilter lunar 'Package (% xwayland*)'
# Add the new package to the repo
2023-08-30 21:45:12 +02:00
reprepro -V -C main --basedir ./output/repo/ includedeb lunar ./output/xwayland*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/