aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-06-17 23:18:02 +0200
committerHarald Welte <laforge@osmocom.org>2022-06-17 23:18:23 +0200
commite9cc5c937663bb9ad0c408c65acda017b25b7520 (patch)
tree531b706b05d901cd40ad866e82ecaefcf640c1e4
parent206583846c7b129dba34276d0f690376233687d8 (diff)
update git URLs (git -> https; gitea)2022q2
-rw-r--r--README.md5
-rw-r--r--configure.ac2
-rwxr-xr-xcontrib/test/test-m3ua.sh2
-rwxr-xr-xcontrib/test/test-sua.sh2
-rw-r--r--debian/control4
5 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 98b3591..2ec30c8 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,9 @@ GIT Repository
You can clone from the official git repository using
- git clone git://git.osmocom.org/libosmo-sccp.git
- git clone https://git.osmocom.org/libosmo-sccp.git
+ git clone https://gitea.osmocom.org/osmocom/libosmo-sccp
-There is a cgit interface at https://git.osmocom.org/libosmo-sccp/
+There is a web interface at <https://gitea.osmocom.org/osmocom/libosmo-sccp>
Documentation
-------------
diff --git a/configure.ac b/configure.ac
index 4367b8a..92325d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -170,7 +170,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/contrib/test/test-m3ua.sh b/contrib/test/test-m3ua.sh
index 0f81fe8..927f514 100755
--- a/contrib/test/test-m3ua.sh
+++ b/contrib/test/test-m3ua.sh
@@ -3,7 +3,7 @@
# this script executes m3ua-testtool against osmo-stp. It assumes that
# it is called from within libosmo-sccp/contrib/test and also assumes
# that adjacent to the libosmo-sccp, there's a check-out of
-# git://git.osmocom.org/nplab/m3ua-testtool
+# https://gitea.osmocom.org/nplab/m3ua-testtool
# the top of the libosmo-sccp git repository
TOPDIR=../../
diff --git a/contrib/test/test-sua.sh b/contrib/test/test-sua.sh
index 0cb4e35..9f97f43 100755
--- a/contrib/test/test-sua.sh
+++ b/contrib/test/test-sua.sh
@@ -3,7 +3,7 @@
# this script executes m3ua-testtool against osmo-stp. It assumes that
# it is called from within libosmo-sccp/contrib/test and also assumes
# that adjacent to the libosmo-sccp, there's a check-out of
-# git://git.osmocom.org/nplab/m3ua-testtool
+# https://gitea.osmocom.org/nplab/sua-testtool
# the top of the libosmo-sccp git repository
TOPDIR=../../
diff --git a/debian/control b/debian/control
index 7955055..5885de9 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Build-Depends: debhelper (>= 9),
libsctp-dev,
osmo-gsm-manuals-dev (>= 1.1.0)
Standards-Version: 3.9.7
-Vcs-Git: git://git.osmocom.org/libosmo-sccp.git
-Vcs-Browser: http://git.osmocom.org/libosmo-sccp/
+Vcs-Git: https://gitea.osmocom.org/osmocom/libosmo-sccp
+Vcs-Browser: https://gitea.osmocom.org/osmocom/libosmo-sccp
Homepage: https://projects.osmocom.org/projects/libosmo-sccp
Package: libosmo-sccp-dev