Update to lunar
This commit is contained in:
parent
bb30eab58d
commit
c64505de92
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
|
||||
|
@ -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/
|
||||
|
@ -1,3 +1,9 @@
|
||||
wine-meta (100:1.0.winehq-99pika4.lunar) kinetic; urgency=low
|
||||
|
||||
* Update for lunar
|
||||
|
||||
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
|
||||
|
||||
wine-meta (100:1.0.winehq-99pika3) kinetic; urgency=low
|
||||
|
||||
* Add a service to link installed winehq bin to /usr/bin for legacy support
|
||||
|
Loading…
Reference in New Issue
Block a user