pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hlr/+/28357 )
Change subject: update git URLs (git -> https; gitea) ...................................................................... update git URLs (git -> https; gitea) Change-Id: Iaab27a8e258a29a0bb51ee8d9f5faeb2c025f139 --- M README.md M configure.ac M debian/control 3 files changed, 5 insertions(+), 6 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/README.md b/README.md index beb3449..0aaf348 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ You can clone from the official osmo-hlr.git repository using - git clone git://git.osmocom.org/osmo-hlr.git - git clone https://git.osmocom.org/osmo-hlr.git + git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr -There is a cgit interface at https://git.osmocom.org/osmo-hlr/ +There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr> Documentation ------------- diff --git a/configure.ac b/configure.ac index d1c14a0..fa3205d 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ AM_PATH_PYTHON AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.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 58277f1..04ddd0e 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ sqlite3, osmo-gsm-manuals-dev (>= 1.1.0) Standards-Version: 3.9.6 -Vcs-Browser: http://cgit.osmocom.org/osmo-hlr -Vcs-Git: git://git.osmocom.org/osmo-hlr +Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr +Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr Homepage: https://projects.osmocom.org/projects/osmo-hlr Package: osmo-hlr -- To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/28357 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Change-Id: Iaab27a8e258a29a0bb51ee8d9f5faeb2c025f139 Gerrit-Change-Number: 28357 Gerrit-PatchSet: 2 Gerrit-Owner: laforge <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <[email protected]> Gerrit-MessageType: merged
