diff options
author | Thomas Haller <thaller@redhat.com> | 2016-08-26 16:03:23 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-08-26 16:29:01 +0200 |
commit | 4b797b69eeafd9156e9058f79c692cd3f0079922 (patch) | |
tree | 860aba2cc39c10f4abfc03bdbe28d751f55177aa | |
parent | f74ba16681b339b1277312a350b8e275813cfebc (diff) | |
download | NetworkManager-4b797b69eeafd9156e9058f79c692cd3f0079922.tar.gz |
makerepo: add support for ModemManager package
-rwxr-xr-x | contrib/fedora/utils/makerepo.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/fedora/utils/makerepo.sh b/contrib/fedora/utils/makerepo.sh index 0f738b4563..10701217de 100755 --- a/contrib/fedora/utils/makerepo.sh +++ b/contrib/fedora/utils/makerepo.sh @@ -270,6 +270,7 @@ detect_build_type 'NetworkManager-openvpn-[0-9]*' NetworkManager-openvpn.spec detect_build_type 'NetworkManager-openswan-[0-9]*' NetworkManager-openswan.spec detect_build_type 'NetworkManager-libreswan-[0-9]*' NetworkManager-libreswan.spec detect_build_type 'NetworkManager-vpnc-[0-9]*' NetworkManager-vpnc.spec +detect_build_type 'ModemManager-[0-9]*' ModemManager.spec detect_build_type 'wireless_tools.[0-9]*' wireless-tools.spec detect_build_type 'umip-[0-9]*' mipv6-daemon.spec detect_build_type 'initscripts-[0-9]*' initscripts.spec @@ -334,6 +335,10 @@ pushd "$DIRNAME" git config notes.displayRef refs/notes/bugs git config --add remote.origin.fetch refs/tags/*:refs/tags/* git config --add remote.origin.fetch refs/notes/bugs:refs/notes/bugs + elif [[ "$BUILD_TYPE" == "ModemManager" ]]; then + git remote add origin "git://anongit.freedesktop.org/ModemManager/ModemManager" + git remote 'set-url' --push origin "ssh://$USER@git.freedesktop.org/git/ModemManager/ModemManager" + git config --add remote.origin.fetch refs/tags/*:refs/tags/* elif [[ "$BUILD_TYPE" == "libnl3" ]]; then git remote add origin "git://github.com/thom311/libnl.git" git remote 'set-url' --push origin "git@github.com:thom311/libnl.git" @@ -413,6 +418,9 @@ pushd "$DIRNAME" # NetworkManager 08670c9163a5d0f15c57c7891ef899eb125d9423 7251704430cb206f2c29bfebc45bd0fb *NetworkManager-0.9.9.0.git20131003.tar.bz2 +# ModemManager +397761c9758c3a8c2d130afaf36dab645d6e0ecf d9d93d2961ee35b4cd8a75a6a8631cb4 ModemManager-1.6.0.tar.xz + # libnl3 1a510c57e905c4beb06122b9688162c82d9b044f d1111959652bd6ad87b2071f61c8c20c *libnl-doc-3.2.24.tar.gz 83c762d7cf6a6c54831e8d684b22804f497704c4 6fe7136558a9071e70673dcda38545b3 *libnl-3.2.21.tar.gz |