This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-04 19:57:32 +03:00 committed by GitHub
parent 5bad02a8f6
commit a47667eef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,9 @@
ananicy-rules (20231004-100pika1) pikauwu; urgency=medium
* Update to pikauwu
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
ananicy-rules (1.0.1-99pika3) lunar; urgency=medium ananicy-rules (1.0.1-99pika3) lunar; urgency=medium
* Fix issue with hyprland and realtime conflicting with this * Fix issue with hyprland and realtime conflicting with this

View File

@ -11,9 +11,6 @@ mv -f ./ananicy.conf ./etc/ananicy.d/ananicy.conf
# Get build deps # Get build deps
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package
dh_make --createorig
# Build package # Build package
dpkg-buildpackage --no-sign 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/ 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 pikauwu-main /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 pikauwu filesystem:pikarepo:'