Skip to content

Commit

Permalink
bump all livecd packages (#844)
Browse files Browse the repository at this point in the history
* bump all livecd packages

Unfortunately this packages are not usually bumped, so they are not
signed. If we want to have the full chain signed, we need to bump them
so they are pushed and signed, otherwise they wont be forcepushed, so no
signuture for them.

Signed-off-by: Itxaka <igarcia@suse.com>

* Fix syslinux using wrong version number

Signed-off-by: Itxaka <igarcia@suse.com>
  • Loading branch information
Itxaka authored Nov 4, 2021
1 parent 3b9d49f commit 1c806aa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/livecd/grub2/collection.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
packages:
- name: "grub2"
category: "live"
version: "0.0.2"
version: "0.0.2-1"
description: "Grub2 booloader for live systems"

- name: "grub2-efi-image"
category: "live"
version: "0.0.1"
version: "0.0.1-1"
description: "Grub2 booloader EFI image for live systems"
2 changes: 1 addition & 1 deletion packages/livecd/live-boot/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "boot"
category: "live"
version: "0.2.2"
version: "0.2.2-1"

hidden: true # No need to make it installable for now
8 changes: 4 additions & 4 deletions packages/livecd/syslinux/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ prelude:
- apk add wget
- |
PACKAGE_VERSION=${PACKAGE_VERSION%\-*} && \
wget https://kernel.org/pub/linux/utils/boot/syslinux/syslinux-{{.Values.version}}.tar.xz
- echo "{{ ( index .Values.labels "package.checksum" ) }} syslinux-{{.Values.version}}.tar.xz" | sha256sum -c
- mkdir -p /syslinux
- tar -xvf syslinux-{{.Values.version}}.tar.xz -C /syslinux
wget https://kernel.org/pub/linux/utils/boot/syslinux/syslinux-$PACKAGE_VERSION.tar.xz && \
echo "{{ ( index .Values.labels "package.checksum" ) }} syslinux-$PACKAGE_VERSION.tar.xz" | sha256sum -c && \
mkdir -p /syslinux && \
tar -xvf syslinux-$PACKAGE_VERSION.tar.xz -C /syslinux
steps:
- |
mkdir -p /output/boot/syslinux && \
Expand Down
2 changes: 1 addition & 1 deletion packages/livecd/syslinux/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
category: "live"
name: "syslinux"
version: "6.03"
version: "6.03-1"
labels:
package.checksum: "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e"
2 changes: 1 addition & 1 deletion packages/livecd/systemd-boot/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
category: "live"
name: "systemd-boot"
version: "26"
version: "26-1"
package_version: "26-May-2018"
labels:
package.checksum: "371099b6382e787596363eb4a87bd9d59ebb6183e78840c14a9611d01c81cee1"

0 comments on commit 1c806aa

Please sign in to comment.