summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-03-03 11:00:06 +0100
committerThomas Haller <thaller@redhat.com>2021-03-03 11:00:06 +0100
commitafd55358a462020f8728b89dc7b621d57c44f58b (patch)
treedc1897872171d7829f4c7944edc371d0bbe3573f
parent2d7bd768b03f71f0cf308ac097dcb96c357459b7 (diff)
downloadNetworkManager-afd55358a462020f8728b89dc7b621d57c44f58b.tar.gz
contrib/scripts: fix "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 84c483a199..29712b6f4a 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-master/fedora-33-x86_64/01877051-nm-git-bundle/nm-git-bundle-20210112-123248.noarch.rpm'
+ NM_GIT_BUNDLE='https://download.copr.fedorainfracloud.org/results/networkmanager/NetworkManager-master/fedora-33-x86_64/01999272-nm-git-bundle/nm-git-bundle-20210219-141432.noarch.rpm'
fi
mkdir nm-git-bundle
pushd nm-git-bundle