Update release.sh

This commit is contained in:
ferrreo 2023-06-10 18:43:47 +01:00 committed by GitHub
parent d83aed977c
commit 57f3c6c917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ dpkg-sig --sign builder ./output/*.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
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% libwayland-doc*_all*)'
# Add the new package to the repo # Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb