Fix removal method

This commit is contained in:
ferrreo 2023-02-24 13:10:16 +00:00 committed by GitHub
parent e1a6707cfb
commit 5e785cea19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,7 @@ rsync -azP --exclude '*.deb' ferreo@pika-os.com:/srv/www/pikappa/ ./output/repo
cp ./output/key.gpg ./output/repo/key.gpg
# Remove our existing package from the repo
reprepro -V --basedir ./output/repo/ remove kinetic linux-image*
reprepro -V --basedir ./output/repo/ remove kinetic linux-headers*
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% linux-*-pikaos*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb