From 2f0d0bfc379bcccff15d94bc7e9daf586e4ec192 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 24 Apr 2023 17:54:00 +0100 Subject: [PATCH] Update to lunar --- .github/workflows/release.yml | 2 +- debian/changelog | 6 ++++++ release.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46b480c..9535c02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/debian/changelog b/debian/changelog index 1f03b06..12a9e69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,3 +4,9 @@ pika-theme-sound (1.2.1) kinetic; urgency=medium -- Jeremy Soller Thu, 21 Apr 2017 13:20:00 -0600 +pika-theme-sound (1.2.1) kinetic; urgency=medium + + * First release + + -- Jeremy Soller Thu, 21 Apr 2017 13:20:00 -0600 + diff --git a/release.sh b/release.sh index ce9e316..98eac6c 100755 --- a/release.sh +++ b/release.sh @@ -5,7 +5,7 @@ dpkg-sig --sign builder ./output/*.deb rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/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 rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/