Update to lunar

This commit is contained in:
ferrreo 2023-04-24 18:02:11 +01:00
parent c835b111d3
commit ec972992a9
5 changed files with 5 additions and 14 deletions

View File

@ -8,7 +8,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:latest
image: ubuntu:23:04
volumes:
- /proc:/proc
options: --privileged -it

View File

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

0
output/repo/.gitkeep Normal file
View File

View File

@ -1,8 +0,0 @@
Origin: ppa.pika-os.com
Label: apt repository
Codename: kinetic
Architectures: source i386 amd64
Components: main
Description: pika-os kernel repo
SignWith: AB78C60DFB581603
Pull: kinetic

View File

@ -14,12 +14,11 @@ rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./outpu
cp ./output/key.gpg ./output/repo/key.gpg
# Remove our existing package from the repo - only for current version so we can update it
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% linux-6.3.0-*-pikaos*)'
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% linux-6.3.0-*-pikaos*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-headers*.deb
#reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-tools*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/linux-image*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/linux-headers*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/