Update release.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-28 17:04:13 +03:00 committed by GitHub
parent 312f7e1040
commit a85c8e1203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,11 @@
# Sign the packages # Sign the packages
dpkg-sig --sign builder ./output/pika-*-meta*.deb dpkg-sig --sign builder ./output/*.deb
dpkg-sig --sign builder ./output/pika-package-manager*.deb
# Pull down existing ppa repo db files etc # Pull down existing ppa repo db files etc
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
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-*-meta*)'
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-package-manager*)'
# Add the new package to the repo # Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-*-meta*.deb reprepro -C main -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-package-manager*.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/