Update release.sh

This commit is contained in:
ferrreo 2023-09-06 20:54:04 +01:00 committed by GitHub
parent 6ca0db5f41
commit c41640d71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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