Skip to content

Commit

Permalink
DO NOT MERGE! Testing new rawhide kernel
Browse files Browse the repository at this point in the history
Only in Ed's hammer-CI PR

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Feb 15, 2024
1 parent 5af77ad commit 0d82b10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion IMG_SFX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20240212t122113z-f39f38d13
20240215t231539z-f39f38d13
10 changes: 7 additions & 3 deletions cache_images/fedora_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,15 @@ DOWNLOAD_PACKAGES=(\
msg "Installing general build/test dependencies"
bigto $SUDO dnf install -y "${INSTALL_PACKAGES[@]}"

timebomb 20240214 "Gaaaaaaaaah! Kludge to emergency-get netavark 1.10.3"
timebomb 20240217 "Gaaaaaaaaah! Kludge to emergency-get netavark 1.10.3"
arch=$(uname -m)
fedoraversion=$(awk -F= '$1 == "VERSION_ID" { print $2 }' </etc/os-release)
# 2024-02-15 rawhide was 40 a few days ago, is now 41
fedoraversion=$OS_RELEASE_VER
if [[ $fedoraversion -eq 41 ]]; then
fedoraversion=40
fi
bigto $SUDO dnf install -y https://kojipkgs.fedoraproject.org//packages/netavark/1.10.3/1.fc${fedoraversion}/${arch}/netavark-1.10.3-1.fc${fedoraversion}.${arch}.rpm
timebomb 20240214 "^^^^^^^^ delete everything above here"
timebomb 20240217 "^^^^^^^^ delete everything above here"

msg "Downloading packages for optional installation at runtime, as needed."
$SUDO mkdir -p "$PACKAGE_DOWNLOAD_DIR"
Expand Down

0 comments on commit 0d82b10

Please sign in to comment.