From 2a55967e60696a467f1731afcac87d63165c485c Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 7 Oct 2023 12:12:06 +0300 Subject: [PATCH] --- debian/changelog | 6 ++++++ release.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 438872c..a45ee38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +supergfxctl (5.1.2-100pika1) pikauwu; urgency=low + + * Update to pikauwu + + -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200 + supergfxctl (5.1.2-99pika1.lunar1) lunar; urgency=low * New Upstream Update diff --git a/release.sh b/release.sh index 5c59923..1575255 100755 --- a/release.sh +++ b/release.sh @@ -2,7 +2,7 @@ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ # add debs to repo -ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/' +ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-main /srv/www/incoming/' # publish the repo -ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:' +ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:' \ No newline at end of file