pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcap/+/28365 )
Change subject: update git URLs (git -> https; gitea) ......................................................................
update git URLs (git -> https; gitea)
Change-Id: I6e679bde473cebb98e9521b35dc3c5da3672e5a9 --- M contrib/travis.sh M debian/control M debian/copyright 3 files changed, 5 insertions(+), 5 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/contrib/travis.sh b/contrib/travis.sh index 4614414..b7375f3 100755 --- a/contrib/travis.sh +++ b/contrib/travis.sh @@ -5,7 +5,7 @@ rm -rf deps/install mkdir deps || true cd deps -git clone git://git.osmocom.org/libosmocore +git clone https://gitea.osmocom.org/osmocom/libosmocore
cd libosmocore git reset --hard 460f9ef7da1db11b104fdfe635ebcbd8a071f205 @@ -15,7 +15,7 @@ export LD_LIBRARY_PATH=$PWD/../install/lib
cd ../ -git clone git://git.osmocom.org/python/osmo-python-tests +git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests cd osmo-python-tests sudo ./setup.py install
diff --git a/debian/control b/debian/control index 4b23234..a7f5635 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ libzmq3-dev (>= 3.2.2) Standards-Version: 3.9.1 Homepage: https://osmocom.org/projects/osmo-pcap -Vcs-Git: git://git.osmocom.org/osmo-pcap.git -Vcs-Browser: http://git.osmocom.org/osmo-pcap/ +Vcs-Git: https://gitea.osmocom.org/osmocom/osmo-pcap +Vcs-Browser: https://gitea.osmocom.org/osmocom/osmo-pcap
Package: osmo-pcap-client Architecture: any diff --git a/debian/copyright b/debian/copyright index 9731a49..d4e0ee7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OsmoPCAP -Source: http://cgit.osmocom.org/osmo-pcap/ +Source: https://gitea.osmocom.org/osmocom/osmo-pcap
Files: * Copyright: 2011 Holger Freyther and On-Waves