Update to lunar
This commit is contained in:
parent
4ace75af36
commit
157c092c0f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
hwdata (0.369-99pika1) lunar; urgency=medium
|
||||
|
||||
* New upstream release && update to lunar.
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
|
||||
|
||||
hwdata (0.367-99pika1) kinetic; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
2
main.sh
2
main.sh
@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
|
||||
add-apt-repository ppa:pikaos/pika
|
||||
add-apt-repository ppa:kubuntu-ppa/backports
|
||||
# Clone Upstream
|
||||
git clone https://github.com/vcrhonek/hwdata
|
||||
git clone https://github.com/vcrhonek/hwdata -b v0.369
|
||||
sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./*
|
||||
cp -rvf ./debian ./hwdata/
|
||||
cd ./hwdata
|
||||
|
@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/hwdata*.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 (% hwdata*)'
|
||||
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% hwdata*)'
|
||||
|
||||
# Add the new package to the repo
|
||||
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/hwdata*.deb
|
||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/hwdata*.deb
|
||||
|
||||
# Push the updated ppa repo to the server
|
||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
||||
|
Loading…
Reference in New Issue
Block a user