diff options
author | Thomas Haller <thaller@redhat.com> | 2021-03-03 11:00:06 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-03-03 11:00:06 +0100 |
commit | afd55358a462020f8728b89dc7b621d57c44f58b (patch) | |
tree | dc1897872171d7829f4c7944edc371d0bbe3573f | |
parent | 2d7bd768b03f71f0cf308ac097dcb96c357459b7 (diff) | |
download | NetworkManager-afd55358a462020f8728b89dc7b621d57c44f58b.tar.gz |
contrib/scripts: fix "nm-copr-build.sh" script to use new nm-git-bundle
-rwxr-xr-x | contrib/scripts/nm-copr-build.sh | 2 |
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 |