Skip to content

Commit

Permalink
Migrate to ubuntu-22 hub package for generating docs. Ubuntu-16 hub p…
Browse files Browse the repository at this point in the history
…ackages are removed in master/3.24.0
  • Loading branch information
craigcomstock committed Jul 17, 2024
1 parent cea317d commit 943e04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/build/latest_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GREP_EXPR="${2:?undefined}" # usually jenkins-master-nightly-pipeline
curl --silent "$BUILDCACHE_URL" | grep "$GREP_EXPR" | sed -r 's_.*<a href="([^"/]*)/">.*_\1_' | sort -rn | while read -r build; do
# $build is something like jenkins-master-nightly-pipeline-962
# verify that it has a deb file
url="$BUILDCACHE_URL/$build/PACKAGES_HUB_x86_64_linux_ubuntu_16/"
url="$BUILDCACHE_URL/$build/PACKAGES_HUB_x86_64_linux_ubuntu_22/"
if curl --silent "$url" | grep -qF '.deb</a>'; then
echo "$build"
break
Expand Down

0 comments on commit 943e04e

Please sign in to comment.