From 57be1059bd57e964c7588e2643bacda7a078414a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 18 Jun 2022 12:29:01 +0200 Subject: [PATCH] update git URLs (git -> https; gitea) Change-Id: I6e679bde473cebb98e9521b35dc3c5da3672e5a9 --- contrib/travis.sh | 4 ++-- debian/control | 4 ++-- debian/copyright | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 @@ set -ex 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 @@ make -j 4 install 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 @@ Build-Depends: debhelper (>= 7.0.50~), 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