aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-17 23:20:10 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-17 23:20:26 +0200
commit0239620bd159afe0015f40c73f70e03110b8c817 (patch)
treeb1a0d710e397ae17f9660a2f2dfda3e8f3a873bf
parentvty: command.c: Add assert (diff)
downloadlibosmocore-0239620bd159afe0015f40c73f70e03110b8c817.tar.xz
libosmocore-0239620bd159afe0015f40c73f70e03110b8c817.zip
update git URLs (git -> https; gitea)2022q2
Change-Id: I22bc1dd5c8a33fbccc8cc6d0d8daf7f558f17f44
-rw-r--r--README.md4
-rw-r--r--configure.ac2
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 97573bc2..ed9bcd6b 100644
--- a/README.md
+++ b/README.md
@@ -41,9 +41,9 @@ GIT Repository
You can clone from the official libosmocore.git repository using
- git clone git://git.osmocom.org/libosmocore.git
+ git clone https://gitea.osmocom.org/osmocom/libosmocore
-There is a cgit interface at <https://git.osmocom.org/libosmocore/>
+There is a web interface at <https://gitea.osmocom.org/osmocom/libosmocore>
Documentation
-------------
diff --git a/configure.ac b/configure.ac
index bf85c071..2467c68d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -441,7 +441,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
AM_PATH_PYTHON
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmo_verify_transcript_vty.py,yes)
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
- AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.])
+ AC_MSG_ERROR([Please install https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests to run the VTY/CTRL tests.])
fi
fi
AC_MSG_CHECKING([whether to enable VTY/CTRL tests])
diff --git a/debian/control b/debian/control
index fdd4be82..ff11656c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,8 @@ Build-Depends: debhelper (>= 9),
libsystemd-dev,
python3:native
Standards-Version: 3.9.8
-Vcs-Git: git://git.osmocom.org/libosmocore.git
-Vcs-Browser: http://git.osmocom.org/libosmocore/
+Vcs-Git: https://gitea.osmocom.org/osmocom/libosmocore
+Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmocore
Homepage: https://projects.osmocom.org/projects/libosmocore
Package: libosmocore
diff --git a/debian/copyright b/debian/copyright
index b119569a..79c5876a 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: libosmocore
-Source: git://git.osmocom.org/libosmocore.git
+Source: https://gitea.osmocom.org/osmocom/libosmocore
Files: *
Copyright: 2008 Daniel Willmann <daniel@totalueberwachung.de>