Update release.sh

This commit is contained in:
ferrreo 2023-09-06 22:22:05 +01:00 committed by GitHub
parent c7e931c06a
commit 95e02443a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,8 @@
# Sign the packages
dpkg-sig --sign builder ./output/kernel-pika*.deb
# send debs to server
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
# Pull down existing ppa repo db files etc
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# add debs to repo
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/'
# Remove our existing package from the repo
reprepro -V -C main --basedir ./output/repo/ removefilter lunar 'Package (% kernel-pika*)'
# Add the new package to the repo
reprepro -V -C main --basedir ./output/repo/ includedeb lunar ./output/kernel-pika*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
# publish the repo
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:'