This commit is contained in:
Ward Nakchbandi 2023-04-06 00:22:05 +03:00
parent 68ceef5e76
commit 5b56884f25

View File

@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-amdgpu-switcher*.deb
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 kinetic 'Package (% pika-amdgpu-switcher*)'
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-amdgpu-switcher*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-amdgpu-switcher*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-amdgpu-switcher*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/