We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4f548 + 9655604 commit 30d51cfCopy full SHA for 30d51cf
generator/build/latest_nightly.sh
@@ -7,7 +7,7 @@ GREP_EXPR="${2:?undefined}" # usually jenkins-master-nightly-pipeline
7
curl --silent "$BUILDCACHE_URL" | grep "$GREP_EXPR" | sed -r 's_.*<a href="([^"/]*)/">.*_\1_' | sort -rn | while read -r build; do
8
# $build is something like jenkins-master-nightly-pipeline-962
9
# verify that it has a deb file
10
- url="$BUILDCACHE_URL/$build/PACKAGES_HUB_x86_64_linux_ubuntu_16/"
+ url="$BUILDCACHE_URL/$build/PACKAGES_HUB_x86_64_linux_ubuntu_22/"
11
if curl --silent "$url" | grep -qF '.deb</a>'; then
12
echo "$build"
13
break
0 commit comments