Update release.sh
This commit is contained in:
parent
b073868835
commit
012fa012e4
@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-amdgpu-switcher*.deb
|
|||||||
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
||||||
|
|
||||||
# Remove our existing package from the repo
|
# Remove our existing package from the repo
|
||||||
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-amdgpu-switcher*)'
|
reprepro -C main -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-amdgpu-switcher*)'
|
||||||
|
|
||||||
# Add the new package to the repo
|
# Add the new package to the repo
|
||||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-amdgpu-switcher*.deb
|
reprepro -C main -V --basedir ./output/repo/ includedeb lunar ./output/pika-amdgpu-switcher*.deb
|
||||||
|
|
||||||
# Push the updated ppa repo to the server
|
# Push the updated ppa repo to the server
|
||||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
||||||
|
Loading…
Reference in New Issue
Block a user