laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/28335 )
Change subject: update git URLs (git -> https; gitea) ......................................................................
update git URLs (git -> https; gitea)
Change-Id: Idac4924a077b5389e85efaf62081589fc3de06ad --- M README.md M configure.ac M contrib/test/test-m3ua.sh M contrib/test/test-sua.sh M debian/control 5 files changed, 7 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/35/28335/1
diff --git a/README.md b/README.md index 98b3591..2ec30c8 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,9 @@
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 @@ 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 @@ 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