From 8c4334f134916a019b382dbab53cadd9872d8b3a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sun, 9 May 2021 15:32:49 -0400 Subject: [PATCH] CI: prefer main fedora debuginfod server --- tests/Sanity/quick-smoke-test/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Sanity/quick-smoke-test/runtest.sh b/tests/Sanity/quick-smoke-test/runtest.sh index 1381587..0bec058 100755 --- a/tests/Sanity/quick-smoke-test/runtest.sh +++ b/tests/Sanity/quick-smoke-test/runtest.sh @@ -4,7 +4,7 @@ . /usr/share/beakerlib/beakerlib.sh || exit 1 -export DEBUGINFOD_URLS="https://debuginfod.stg.fedoraproject.org/ $DEBUGINFOD_URLS" +export DEBUGINFOD_URLS="https://debuginfod.fedoraproject.org/ $DEBUGINFOD_URLS" export DEBUGINFOD_TIMEOUT=300 # export DEBUGINFOD_PROGRESS=1