Update to lunar
This commit is contained in:
parent
c835b111d3
commit
ec972992a9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
container:
|
container:
|
||||||
image: ubuntu:latest
|
image: ubuntu:23:04
|
||||||
volumes:
|
volumes:
|
||||||
- /proc:/proc
|
- /proc:/proc
|
||||||
options: --privileged -it
|
options: --privileged -it
|
||||||
|
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:latest
|
image: ubuntu:23:04
|
||||||
volumes:
|
volumes:
|
||||||
- /proc:/proc
|
- /proc:/proc
|
||||||
options: --privileged -it
|
options: --privileged -it
|
||||||
|
0
output/repo/.gitkeep
Normal file
0
output/repo/.gitkeep
Normal 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
|
|
@ -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
|
cp ./output/key.gpg ./output/repo/key.gpg
|
||||||
|
|
||||||
# Remove our existing package from the repo - only for current version so we can update it
|
# 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
|
# Add the new package to the repo
|
||||||
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-image*.deb
|
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/linux-image*.deb
|
||||||
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-headers*.deb
|
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/linux-headers*.deb
|
||||||
#reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/linux-tools*.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