contrib/scripts: fix "nm-copr-build.sh" script to use new nm-git-bundle

This commit is contained in:
Thomas Haller 2021-03-03 11:00:06 +01:00
parent 2d7bd768b0
commit afd55358a4
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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