pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/28363 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: I0d7a9140ccbe5adecddde1901703e49243ee0b92
---
M README.vty-tests
M configure.ac
M debian/control
M debian/copyright
4 files changed, 5 insertions(+), 5 deletions(-)
Approvals:
Jenkins Builder: Verified
keith: Looks good to me, but someone else must approve
pespin: Looks good to me, approved
diff --git a/README.vty-tests b/README.vty-tests
index 0669ea8..dc34916 100644
--- a/README.vty-tests
+++ b/README.vty-tests
@@ -1,6 +1,6 @@
To run the configuration parsing and output (VTY) test suite, first install
-
git://git.osmocom.org/python/osmo-python-tests
+
https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
and pass the following configure options here:
diff --git a/configure.ac b/configure.ac
index 4b67ea6..a45f2d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -159,7 +159,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 0b26c8e..f610399 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,8 @@
libosmo-ranap-dev (>= 0.8.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-msc.git
-Vcs-Browser:
https://git.osmocom.org/osmo-msc/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Homepage:
https://osmocom.org/projects/osmomsc
Package: osmo-msc
diff --git a/debian/copyright b/debian/copyright
index e3cd9b3..ac8ed52 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: osmo-msc
-Source:
git://git.osmocom.org/osmo-msc
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Files: *
Copyright: 2008 Daniel Willmann <daniel(a)totalueberwachung.de>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/28363
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: I0d7a9140ccbe5adecddde1901703e49243ee0b92
Gerrit-Change-Number: 28363
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: keith <keith(a)rhizomatica.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged