update to lunar

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-02 01:20:11 +03:00 committed by GitHub
parent 60251f172e
commit d13282f9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:22.10
image: ubuntu:23.04
volumes:
- /proc:/proc
options: --privileged -it

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
yad (12.3-99pika1-lunar) lunar; urgency=medium
* Update to lunar
-- Jeremy Bicha <jeremy.bicha@canonical.com> Wed, 09 Mar 2022 18:54:51 -0500
yad (1.12-git) jammy; urgency=medium
* No-change rebuild against latest gdk-pixbuf

View File

@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://github.com/v1cont/yad
git clone https://github.com/v1cont/yad -b v12.3
cp -rvf ./debian ./yad
cd ./yad

View File

@ -5,7 +5,7 @@ dpkg-sig --sign builder ./output/*.deb
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/