Commit ab4f4364 authored by Ophélie Gagnard's avatar Ophélie Gagnard

generation: Update versioning.

parent 598f875d
......@@ -10,9 +10,9 @@ KERNEL_VERSION=5.10.157
MCA_PACKAGE_NAME=mca--static
FLB_PACKAGE_NAME=fluent-bit
PLG_PACKAGE_NAME=plugin-fluentbit-to-wendelin
MCA_VERSION=0.3.1+1.0.293-1
FLB_VERSION=1.9.8+1.0.293-1
PLG_VERSION=0.2.1+1.0.293.nodep-1
MCA_VERSION=0.3.1
FLB_VERSION=1.9.8
PLG_VERSION=0.3.1
SIGNING_KEY_NAME=db.key
......@@ -21,9 +21,9 @@ KERNEL_COMPILATION_DIR="$GIT_ROOT"/generation/kernel-compilation
KERNEL_DIR="$KERNEL_COMPILATION_DIR"/extracted-image-package
KERNEL_IMAGE="$KERNEL_DIR"/boot/vmlinuz-"$KERNEL_VERSION"-amd64
# used mainly in dracut.module/configure
MCA_NAME_AND_VERSION=${MCA_PACKAGE_NAME}_${MCA_VERSION}
FLB_NAME_AND_VERSION=${FLB_PACKAGE_NAME}_${FLB_VERSION}
PLG_NAME_AND_VERSION=${PLG_PACKAGE_NAME}_${PLG_VERSION}
MCA_NAME_AND_VERSION=${MCA_PACKAGE_NAME}_${MCA_VERSION}-1
FLB_NAME_AND_VERSION=${FLB_PACKAGE_NAME}_${FLB_VERSION}-1
PLG_NAME_AND_VERSION=${PLG_PACKAGE_NAME}_${PLG_VERSION}-1
MCA_PACKAGE_FILE=${MCA_NAME_AND_VERSION}_amd64.deb
FLB_PACKAGE_FILE=${FLB_NAME_AND_VERSION}_amd64.deb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment