summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-12-20 11:38:32 +0100
committerThomas Haller <thaller@redhat.com>2022-12-20 11:38:32 +0100
commitea80a4a81371c53a1fc9dba5cc050e94cf2c96df (patch)
tree5e55be3b0d35515973b6b01c74b753e35934553d
parent3e2060830033f278c7d06433cc83e6995562f5d8 (diff)
contrib/scripts: update "nm-copr-build.sh" script to use new nm-git-bundle
-rwxr-xr-xcontrib/scripts/nm-copr-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/nm-copr-build.sh b/contrib/scripts/nm-copr-build.sh
index 718bb7f34f..89269fae83 100755
--- a/contrib/scripts/nm-copr-build.sh
+++ b/contrib/scripts/nm-copr-build.sh
@@ -36,7 +36,7 @@ get_nm_git_bundle() {
if [ -n "${NM_GIT_BUNDLE+x}" ]; then
return 0
fi
- NM_GIT_BUNDLE='https://download.copr.fedorainfracloud.org/results/networkmanager/NetworkManager-main/fedora-34-x86_64/03130018-nm-git-bundle/nm-git-bundle-20220106-084022.noarch.rpm'
+ NM_GIT_BUNDLE='https://download.copr.fedorainfracloud.org/results/networkmanager/NetworkManager-main/fedora-37-x86_64/05157676-nm-git-bundle/nm-git-bundle-20221220-102417.noarch.rpm'
fi
mkdir nm-git-bundle
pushd nm-git-bundle