From 9d10bb09646c25e385fd8eebfe2307c069f998f2 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:45:07 +0300 Subject: [PATCH] Update to mantic --- debian/changelog | 6 ++++++ main.sh | 5 ++--- release.sh | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb4f008..6770d08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hwdata (0.374-99pika1.mantic) mantic; urgency=medium + + * New upstream release && update to mantic. + + -- Ward Nakchbandi Sat, 15 Oct 2022 18:58:00 +0300 + hwdata (0.370-99pika3.lunar) lunar; urgency=medium * New upstream release && update to lunar. diff --git a/main.sh b/main.sh index e523b5d..22a06ce 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone https://github.com/vcrhonek/hwdata -b v0.370 +git clone https://github.com/vcrhonek/hwdata -b v0.374 sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./* cp -rvf ./debian ./hwdata/ cd ./hwdata @@ -8,8 +8,7 @@ cd ./hwdata apt-get build-dep ./ -y # Build package -dh_make --createorig -dpkg-buildpackage +dpkg-buildpackage --no-sign # Move the debs to output cd ../ diff --git a/release.sh b/release.sh index 5c59923..cb3154c 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 pika-main-mantic /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 mantic filesystem:pikarepo:' \ No newline at end of file