Update to lunar

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-04-22 00:49:08 +03:00 committed by GitHub
parent 353b361056
commit 771ad828d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:22.10
image: ubuntu:23.04
volumes:
- /proc:/proc
options: --privileged -it

View File

@ -1,3 +1,9 @@
pika-settings (4.0-99pika1) lunar; urgency=low
* Update to lunar
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
pika-settings (3.0-99pika14) kinetic; urgency=low
* Fix darkmode themeing

View File

@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-settings*.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-settings*)'
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-settings*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-settings*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-settings*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/