Update release.sh
This commit is contained in:
parent
91ee6f76c9
commit
1a88e919ae
@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-hyprland-desktop*.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 lunar 'Package (% pika-hyprland-desktop*)'
|
||||
reprepro -V -C main --basedir ./output/repo/ removefilter lunar 'Package (% pika-hyprland-desktop*)'
|
||||
|
||||
# Add the new package to the repo
|
||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-hyprland-desktop*.deb
|
||||
reprepro -V -C main --basedir ./output/repo/ includedeb lunar ./output/pika-hyprland-desktop*.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