Update to lunar

This commit is contained in:
ferrreo 2023-04-24 17:54:00 +01:00
parent d3fff588d9
commit 2f0d0bfc37
3 changed files with 8 additions and 2 deletions

View File

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

6
debian/changelog vendored
View File

@ -4,3 +4,9 @@ pika-theme-sound (1.2.1) kinetic; urgency=medium
-- Jeremy Soller <jeremy@system76.com> Thu, 21 Apr 2017 13:20:00 -0600 -- Jeremy Soller <jeremy@system76.com> Thu, 21 Apr 2017 13:20:00 -0600
pika-theme-sound (1.2.1) kinetic; urgency=medium
* First release
-- Jeremy Soller <jeremy@system76.com> Thu, 21 Apr 2017 13:20:00 -0600

View File

@ -5,7 +5,7 @@ dpkg-sig --sign builder ./output/*.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
# Add the new package to the repo # Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/*.deb reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.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/