Update to mantic

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-28 23:45:07 +03:00 committed by GitHub
parent d3b4cdac16
commit 9d10bb0964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
hwdata (0.374-99pika1.mantic) mantic; urgency=medium
* New upstream release && update to mantic.
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
hwdata (0.370-99pika3.lunar) lunar; urgency=medium hwdata (0.370-99pika3.lunar) lunar; urgency=medium
* New upstream release && update to lunar. * New upstream release && update to lunar.

View File

@ -1,5 +1,5 @@
# Clone Upstream # 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#' ./* sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./*
cp -rvf ./debian ./hwdata/ cp -rvf ./debian ./hwdata/
cd ./hwdata cd ./hwdata
@ -8,8 +8,7 @@ cd ./hwdata
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package
dh_make --createorig dpkg-buildpackage --no-sign
dpkg-buildpackage
# Move the debs to output # Move the debs to output
cd ../ cd ../

View File

@ -2,7 +2,7 @@
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
# add debs to repo # 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 # 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:'