This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-14 19:46:16 +03:00
parent fd37bf637c
commit cf138e687b

View File

@ -1,12 +1,9 @@
# 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 -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-amdgpu-core*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-amdgpu-core*.deb