pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/28369 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: Ib8d2953a6c3f1e65b7c638feea4d8a97ee02e443
---
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 4a2d683..5351786 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,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 28637b3..73282bf 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,8 @@
libosmo-sccp-dev (>= 1.5.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-sgsn.git
-Vcs-Browser:
https://git.osmocom.org/osmo-sgsn
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn
Homepage:
https://projects.osmocom.org/projects/osmo-sgsn
diff --git a/debian/copyright b/debian/copyright
index dd7b667..33d6585 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-sgsn
-Source:
git://git.osmocom.org/osmo-sgsn
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn
Files: .gitignore
.gitreview
--
To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/28369
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: Ib8d2953a6c3f1e65b7c638feea4d8a97ee02e443
Gerrit-Change-Number: 28369
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged