pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/28382 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: I7bade83fbcc5862117a1dd7172319dec1902480c
---
M README.vty-tests
M configure.ac
M debian/control
M debian/copyright
4 files changed, 5 insertions(+), 5 deletions(-)
Approvals:
Jenkins Builder: Verified
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 85d7c59..276e36a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,7 @@
fi
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 7ed4694..a527f11 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,8 @@
libosmo-mgcp-client-dev (>= 1.9.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-bsc.git
-Vcs-Browser:
https://git.osmocom.org/osmo-bsc/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
Homepage:
https://projects.osmocom.org/projects/osmo-bsc
Package: osmo-bsc
diff --git a/debian/copyright b/debian/copyright
index c748589..8980ffb 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-bsc
-Source:
git://git.osmocom.org/osmo-bsc
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
Files: *
Copyright: 2008-2015 Holger Hans Peter Freyther <zecke(a)selfish.org>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/28382
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I7bade83fbcc5862117a1dd7172319dec1902480c
Gerrit-Change-Number: 28382
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged