Update to lunar
This commit is contained in:
parent
6c2ae2cd25
commit
5d41f2a13e
@ -1,3 +1,9 @@
|
||||
pika-baseos (2.3.3) lunar; urgency=medium
|
||||
|
||||
* Just rebuild in lunar
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
|
||||
|
||||
pika-baseos (2.3.2) kinetic; urgency=medium
|
||||
|
||||
* Put wiregaurd as recommends not deps, add pika-audio, and add pika-chsh
|
||||
|
@ -1,2 +1,2 @@
|
||||
[com.system76.hidpi]
|
||||
enable = true
|
||||
enable = false
|
||||
|
@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-baseos*.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 kinetic 'Package (% pika-baseos*)'
|
||||
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-baseos*)'
|
||||
|
||||
# Add the new package to the repo
|
||||
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-baseos*.deb
|
||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-baseos*.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