Skip to content

Commit

Permalink
Merge pull request #46 from flatcar/kai/reduce-log
Browse files Browse the repository at this point in the history
release_build: Remove log output and hardcoded date
  • Loading branch information
pothos authored Feb 13, 2024
2 parents fcc93d6 + ca3165d commit 6b2bd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ curl -fsSL --retry-delay 1 --retry 60 --retry-connrefused \
for asset in $(cat prev_release_sysexts.txt); do
echo
echo " ## Fetching $(basename "${asset}") <-- ${asset}"
wget "${asset}"
curl -O -fsSL --retry-delay 1 --retry 60 --retry-connrefused --retry-max-time 60 --connect-timeout 20 "${asset}"
done

streams=()
Expand All @@ -49,7 +49,7 @@ mapfile -t images < <( awk '{ content=sub("[[:space:]]*#.*", ""); if ($0) print
release_build_versions.txt )
images+=("${KBS_VERS_ARRAY[@]}")

echo "# Release 2024-02-01 16:44:51" > Release.md
echo "# Release $(date '+%Y-%m-%d %R')" > Release.md
echo "The release adds the following sysexts:" >> Release.md

for image in "${images[@]}"; do
Expand Down

0 comments on commit 6b2bd77

Please sign in to comment.