laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-smlc/+/28374 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: I8788fa6b0495b8ee72b1bb5485f6cd3a4835eb0b
---
M configure.ac
M debian/control
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/74/28374/1
diff --git a/configure.ac b/configure.ac
index fbcdab5..354b462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -121,7 +121,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 e53baa1..20aa69b 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@
libosmo-sigtran-dev (>= 1.5.0),
osmo-gsm-manuals-dev (>= 1.2.0)
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-smlc.git
-Vcs-Browser:
https://git.osmocom.org/osmo-smlc/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
Homepage:
https://osmocom.org/projects/osmo-smlc
Package: osmo-smlc
--
To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/28374
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I8788fa6b0495b8ee72b1bb5485f6cd3a4835eb0b
Gerrit-Change-Number: 28374
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange