pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-gbproxy/+/28353 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: I56d19d28078c6e8a381dc155ca1001d39621ef1d
---
M README.vty-tests
M configure.ac
M debian/control
M debian/copyright
4 files changed, 5 insertions(+), 5 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
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 353fc96..560827f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,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 c71a321..2244ddc 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@
libosmocore-dev (>= 1.6.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-gbproxy.git
-Vcs-Browser:
https://git.osmocom.org/osmo-gbproxy
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
Homepage:
https://projects.osmocom.org/projects/osmo-gbproxy
Package: osmo-gbproxy
diff --git a/debian/copyright b/debian/copyright
index f6a5956..0615b84 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-gbproxy
-Source:
git://git.osmocom.org/osmo-gbproxy
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
Files: .gitignore
.gitreview
--
To view, visit
https://gerrit.osmocom.org/c/osmo-gbproxy/+/28353
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I56d19d28078c6e8a381dc155ca1001d39621ef1d
Gerrit-Change-Number: 28353
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged