Update release.sh

This commit is contained in:
ferrreo 2023-08-30 20:30:28 +01:00 committed by GitHub
parent 9a19424f39
commit 87d2f41e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-kde-settings*.deb
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Remove our existing package from the repo # Remove our existing package from the repo
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-kde-settings*)' reprepro -V -C main --basedir ./output/repo/ removefilter lunar 'Package (% pika-kde-settings*)'
# Add the new package to the repo # Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-kde-settings*.deb reprepro -V -C main --basedir ./output/repo/ includedeb lunar ./output/pika-kde-settings*.deb
# Push the updated ppa repo to the server # Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/ rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/