Fix deploy for lunar

This commit is contained in:
ferrreo 2023-04-24 19:58:40 +01:00
parent ac04591315
commit 2c2ab8c6ca

View File

@ -12,7 +12,7 @@ rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./outpu
echo "Pika Kernel - Repo rsync pull complete" echo "Pika Kernel - Repo rsync pull complete"
# Remove our existing package from the repo - only for current version so we can update it # Remove our existing package from the repo - only for current version so we can update it
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% linux-*-6.3.0-pikaos*)' reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% linux-*-6.3.0-pikaos*)'
echo "Pika Kernel - Repo clean complete" echo "Pika Kernel - Repo clean complete"
# Add the new package to the repo # Add the new package to the repo