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