From 0fdd0df7e6c732dfcfb85db1d43835ce73a68d9c Mon Sep 17 00:00:00 2001 From: ferrreo Date: Mon, 24 Apr 2023 17:56:14 +0100 Subject: [PATCH] Update to lunar --- .github/workflows/release.yml | 2 +- debian/changelog | 6 ++++++ release.sh | 4 ++-- 3 files changed, 9 insertions(+), 3 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 e54f9d9..5d3c83d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pika-gnome-layouts (3.0-99pika3) lunar; urgency=low + + * Refine UI + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 + pika-gnome-layouts (3.0-99pika3) kinetic; urgency=low * Refine UI diff --git a/release.sh b/release.sh index 15c8220..332bc29 100755 --- a/release.sh +++ b/release.sh @@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-gnome-layouts*.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-gnome-layouts*)' +reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-gnome-layouts*)' # Add the new package to the repo -reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-gnome-layouts*.deb +reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-gnome-layouts*.deb # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/