Update to mantic
This commit is contained in:
parent
1810eceea7
commit
20686da8c1
5
main.sh
5
main.sh
@ -1,3 +1,5 @@
|
|||||||
|
#! /bin/bash
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
cd ./xpad-noone-debian
|
cd ./xpad-noone-debian
|
||||||
git clone https://github.com/medusalix/xpad-noone
|
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
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p xpad-noone_1.0
|
dpkg-buildpackage --no-sign
|
||||||
dpkg-buildpackage
|
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
@ -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 pika-main-mantic /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 mantic filesystem:pikarepo:'
|
@ -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
|
xpad-noone (1.0-99pika2.lunar) lunar; urgency=medium
|
||||||
|
|
||||||
*Update to lunar.
|
*Update to lunar.
|
||||||
|
Loading…
Reference in New Issue
Block a user