Update to mantic

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-28 22:55:59 +03:00 committed by GitHub
parent 1810eceea7
commit 20686da8c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,5 @@
#! /bin/bash
# Clone Upstream
cd ./xpad-noone-debian
git clone https://github.com/medusalix/xpad-noone
@ -6,8 +8,7 @@ git clone https://github.com/medusalix/xpad-noone
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p xpad-noone_1.0
dpkg-buildpackage
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../

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

View File

@ -1,3 +1,9 @@
xpad-noone (1.0-99pika3.lunar) mantic; urgency=medium
*Update to mantic.
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 04 Oct 2022 17:50:00 +0300
xpad-noone (1.0-99pika2.lunar) lunar; urgency=medium
*Update to lunar.