This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-29 14:50:29 +03:00 committed by GitHub
parent 191b3ba53b
commit 63f819be58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
steamdeck-jupiter-driver (20221213.1-99pika8-lunar) lunar; urgency=low
steamdeck-jupiter-driver (20221213.1-200pika1) pikauwu; urgency=low
* Initial Creation

4
debian/prerm vendored
View File

@ -8,6 +8,4 @@ systemctl disable --now jupiter-fan-control.service || echo "jupiter-fan-control
systemctl --global disable --now sdgyrodsu.service || echo "sdgyrodsu service could not be disabled"
systemctl disable --now sdgyrodsu.service || echo "sdgyrodsu service could not be disabled"
systemctl --global disable --now jupiter-controller-update.service || echo "jupiter-controller-updatel service could not be disabled"
systemctl --global disable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"
rm /usr/lib/systemd/system/jupiter-controller-update.service || echo "jupiter-controller-update service could not be disabled"
rm /usr/lib/systemd/system/jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"
systemctl --global disable --now jupiter-fan-control.service || echo "jupiter-fan-control service could not be disabled"

View File

@ -17,6 +17,7 @@ apt-get build-dep ./ -y
# Patch
for i in ../patches/*.patch; do patch -Np1 -i $i;done
rm -rfv /usr/lib/systemd/system/multi-user.target.wants
# Build package
dpkg-buildpackage --no-sign

View File

@ -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:'