This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-09-29 00:01:57 +03:00 committed by GitHub
parent 6f935a2883
commit 5f4aa628be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 3 deletions

7
debian/changelog vendored
View File

@ -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
* Update to lunar

View File

@ -1,5 +1,5 @@
# 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
cd ./yad

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