Try to port to lunar
This commit is contained in:
parent
03803ee262
commit
72b018db18
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
@ -1,3 +1,9 @@
|
||||
pika-kde-desktop (3.8.0) lunar; urgency=medium
|
||||
|
||||
* Update to lunar
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +0300
|
||||
|
||||
pika-kde-desktop (3.7.0) kinetic; urgency=medium
|
||||
|
||||
* Add fcitix5
|
||||
|
@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-kde-desktop*.deb
|
||||
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
||||
|
||||
# Remove our existing package from the repo
|
||||
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% pika-kde-desktop*)'
|
||||
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-kde-desktop*)'
|
||||
|
||||
# Add the new package to the repo
|
||||
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-kde-desktop*.deb
|
||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-kde-desktop*.deb
|
||||
|
||||
# Push the updated ppa repo to the server
|
||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
||||
|
Loading…
Reference in New Issue
Block a user