This commit is contained in:
parent
06f6dabcde
commit
8668750dd1
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user