This commit is contained in:
parent
6f935a2883
commit
5f4aa628be
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
yad (13.0-99pika1-mantic) mantic; urgency=medium
|
||||||
|
|
||||||
|
* Update to mantic
|
||||||
|
|
||||||
|
-- Jeremy Bicha <jeremy.bicha@canonical.com> Wed, 09 Mar 2022 18:54:51 -0500
|
||||||
|
|
||||||
|
|
||||||
yad (12.3-99pika1-lunar) lunar; urgency=medium
|
yad (12.3-99pika1-lunar) lunar; urgency=medium
|
||||||
|
|
||||||
* Update to lunar
|
* Update to lunar
|
||||||
|
2
main.sh
2
main.sh
@ -1,5 +1,5 @@
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/v1cont/yad -b v12.3
|
git clone https://github.com/v1cont/yad -b v13.0
|
||||||
cp -rvf ./debian ./yad
|
cp -rvf ./debian ./yad
|
||||||
cd ./yad
|
cd ./yad
|
||||||
|
|
||||||
|
@ -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:'
|
Loading…
Reference in New Issue
Block a user