update to lunar
This commit is contained in:
parent
60251f172e
commit
d13282f9e2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: ubuntu:22.10
|
image: ubuntu:23.04
|
||||||
volumes:
|
volumes:
|
||||||
- /proc:/proc
|
- /proc:/proc
|
||||||
options: --privileged -it
|
options: --privileged -it
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
yad (1.12-git) jammy; urgency=medium
|
||||||
|
|
||||||
* No-change rebuild against latest gdk-pixbuf
|
* No-change rebuild against latest gdk-pixbuf
|
||||||
|
2
main.sh
2
main.sh
@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
|
|||||||
add-apt-repository ppa:pikaos/pika
|
add-apt-repository ppa:pikaos/pika
|
||||||
add-apt-repository ppa:kubuntu-ppa/backports
|
add-apt-repository ppa:kubuntu-ppa/backports
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/v1cont/yad
|
git clone https://github.com/v1cont/yad -b v12.3
|
||||||
cp -rvf ./debian ./yad
|
cp -rvf ./debian ./yad
|
||||||
cd ./yad
|
cd ./yad
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ dpkg-sig --sign builder ./output/*.deb
|
|||||||
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
||||||
|
|
||||||
# Add the new package to the 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
|
# Push the updated ppa repo to the server
|
||||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
||||||
|
Loading…
Reference in New Issue
Block a user