Initial version
This commit is contained in:
parent
615d83be09
commit
cfb21b26cb
@ -60,6 +60,7 @@ Depends: ${misc:Depends},
|
|||||||
# Plugins
|
# Plugins
|
||||||
ghostscript-x,
|
ghostscript-x,
|
||||||
inputattach,
|
inputattach,
|
||||||
|
pika-wallpapers,
|
||||||
libatk-adaptor,
|
libatk-adaptor,
|
||||||
libcanberra-gtk-module,
|
libcanberra-gtk-module,
|
||||||
appmenu-gtk2-module,
|
appmenu-gtk2-module,
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
# Sign the packages
|
# Sign the packages
|
||||||
dpkg-sig --sign builder ./output/pika-kde-desktop*.deb
|
dpkg-sig --sign builder ./output/pika-hyprland-desktop*.deb
|
||||||
|
|
||||||
# Pull down existing ppa repo db files etc
|
# Pull down existing ppa repo db files etc
|
||||||
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-kde-desktop*)'
|
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-hyprland-desktop*)'
|
||||||
|
|
||||||
# Add the new package to the repo
|
# Add the new package to the repo
|
||||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-kde-desktop*.deb
|
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-hyprland-desktop*.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