mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn.git
synced 2025-10-23 00:11:57 +00:00
update git URLs (git -> https; gitea)
Change-Id: Ib8d2953a6c3f1e65b7c638feea4d8a97ee02e443
This commit is contained in:
@@ -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:
|
||||
|
||||
|
@@ -168,7 +168,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
|
||||
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])
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@@ -22,8 +22,8 @@ Build-Depends: debhelper (>=9),
|
||||
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
|
||||
|
||||
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user