Skip to content

Commit

Permalink
Oct 2024 release linux changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Oct 30, 2024
1 parent f9d2110 commit 68d7a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def CheckAndUpload(String Target, String Distro, String BuildArch, String Versio
case "Debian":
// Not RISC Use JF CLI
if (BuildArch != "riscv64") {
sh "$JF_HOME/jf" rt u "**/build/ospackage/temurin-*${BUILDARCH}.deb" "deb/pool/main/t/temurin-${VERSION}/" --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true
sh "$JF_HOME/jf" rt u "**/build/ospackage/temurin-*${BUILDARCH}.deb" "deb/pool/main/t/temurin-${VERSION}/" --target-props="${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH}" --flat=true
}
if (BuildArch == "riscv64") {
handleRISCVUpload("Debian", "${BUILDARCH}", "${VERSION}", "${DISTROLIST}", "", "", "")
Expand Down Expand Up @@ -228,7 +228,7 @@ def handleRISCVUpload(String Distro, String BuildArch, String Version, String Di
switch(Distro) {
case "Debian":
echo "Debian Upload"
sh "$JF_HOME/jf" rt u "**/build/ospackage/temurin-*${BUILDARCH}.deb" "deb/pool/main/t/temurin-${VERSION}/" --target-props=${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH} --flat=true
sh "$JF_HOME/jf" rt u "**/build/ospackage/temurin-*${BUILDARCH}.deb" "deb/pool/main/t/temurin-${VERSION}/" --target-props="${DISTROLIST}deb.component=main;deb.architecture=${BUILDARCH}" --flat=true
break
case "RPMS":
echo "RPM Upload"
Expand Down

0 comments on commit 68d7a2a

Please sign in to comment.