Update to lunar
This commit is contained in:
parent
7357795900
commit
55ffbe9af2
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.104
|
||||
volumes:
|
||||
- /proc:/proc
|
||||
options: --privileged -it
|
||||
|
@ -1,9 +1,14 @@
|
||||
pika-kde-settings (3.8.0) kinetic; urgency=medium
|
||||
pika-kde-settings (3.8.0) lunar; urgency=medium
|
||||
|
||||
* Pika-theme
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
pika-kde-settings (3.8.0) kinetic; urgency=medium
|
||||
|
||||
* Pika-theme
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0300
|
||||
|
||||
pika-kde-settings (3.4.0) kinetic; urgency=medium
|
||||
|
||||
|
@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/pika-kde-settings*.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-settings*)'
|
||||
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-kde-settings*)'
|
||||
|
||||
# Add the new package to the repo
|
||||
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-kde-settings*.deb
|
||||
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-kde-settings*.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