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

This commit is contained in:
Thomas Haller 2022-01-06 10:03:56 +01:00
parent 34c59c96c5
commit 866e3a2b51
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-main/fedora-34-x86_64/02112667-nm-git-bundle/nm-git-bundle-20210401-202836.noarch.rpm'
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'
fi
mkdir nm-git-bundle
pushd nm-git-bundle