Skip to content

Commit

Permalink
Temp remove
Browse files Browse the repository at this point in the history
  • Loading branch information
darkspadez committed Sep 9, 2024
1 parent b9d10f1 commit f088cc7
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ for r in "${KBS_VERS_ARRAY[@]}"; do
CRIO+=( "crio-${version:1}" )
done

echo
echo "Fetching previous 'latest' release sysexts"
echo "=========================================="
curl -fsSL --retry-delay 1 --retry 60 --retry-connrefused \
--retry-max-time 60 --connect-timeout 20 \
https://api.github.com/repos/darkspadez/sysext-bakery/releases/latest \
| jq -r '.assets[] | "\(.name)\t\(.browser_download_url)"' | { grep -E '\.raw$' || true; } | tee prev_release_sysexts.txt

while IFS=$'\t' read -r name url; do
echo
echo " ## Fetching ${name} <-- ${url}"
curl -o "${name}" -fsSL --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 "${url}"
done <prev_release_sysexts.txt

streams=()

echo
Expand Down

0 comments on commit f088cc7

Please sign in to comment.