Update to mantic
This commit is contained in:
parent
d3b4cdac16
commit
9d10bb0964
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
||||
* New upstream release && update to lunar.
|
||||
|
5
main.sh
5
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 ../
|
||||
|
@ -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:'
|
Loading…
Reference in New Issue
Block a user