laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/28348 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: Ife8212bcd6db51f5d4533c7bd8a52f9a21a8d144
---
M README.md
M configure.ac
M debian/control
3 files changed, 5 insertions(+), 5 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/README.md b/README.md
index 12a6b1f..6cb375e 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,9 @@
You can clone from the official osmo-cbc.git repository using
- git clone
https://git.osmocom.org/osmo-cbc.git
+ git clone
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc
-There is a cgit interface at
https://git.osmocom.org/osmo-cbc/
+There is a web interface at
<https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc>
Documentation
-------------
diff --git a/configure.ac b/configure.ac
index 7ca73da..8f701e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,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/debian/control b/debian/control
index 59725d4..f895eef 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@
libjansson-dev,
osmo-gsm-manuals-dev
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-cbc.git
-Vcs-Browser:
https://git.osmocom.org/osmo-cbc/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc
Homepage:
https://projects.osmocom.org/projects/osmo-cbc
Package: osmo-cbc
--
To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/28348
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: Ife8212bcd6db51f5d4533c7bd8a52f9a21a8d144
Gerrit-Change-Number: 28348
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged