This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-08-28 16:18:33 +03:00 committed by GitHub
parent 06f6dabcde
commit 8668750dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
pika-amdgpu-core (100:23.10.50503-1620044~22.04) lunar; urgency=low
pika-amdgpu-core (100:23.10.50503-1620044~22.04-1) lunar; urgency=low
* Update to 23.10.50503-1620044~22.04

View File

@ -1,14 +1,11 @@
# Sign the packages
dpkg-sig --sign builder ./output/pika-amdgpu-core*.deb
dpkg-sig --sign builder ./output/*.deb
# Pull down existing ppa repo db files etc
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Remove our existing package from the repo
reprepro -C main -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-amdgpu-core*)'
# Add the new package to the repo
reprepro -C main -V --basedir ./output/repo/ includedeb lunar ./output/pika-amdgpu-core*.deb
reprepro -C main -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/