update git URLs (git -> https; gitea)
Change-Id: I0d7a9140ccbe5adecddde1901703e49243ee0b92changes/63/28363/1
parent
a3c639ff5f
commit
3b13edf48f
|
@ -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:
|
||||
|
||||
|
|
|
@ -159,7 +159,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
|
|||
AM_PATH_PYTHON
|
||||
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])
|
||||
|
|
|
@ -24,8 +24,8 @@ Build-Depends: debhelper (>=9),
|
|||
libosmo-ranap-dev (>= 0.8.0),
|
||||
osmo-gsm-manuals-dev (>= 1.2.0)
|
||||
Standards-Version: 3.9.8
|
||||
Vcs-Git: git://git.osmocom.org/osmo-msc.git
|
||||
Vcs-Browser: https://git.osmocom.org/osmo-msc/
|
||||
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
|
||||
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
|
||||
Homepage: https://osmocom.org/projects/osmomsc
|
||||
|
||||
Package: osmo-msc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: osmo-msc
|
||||
Source: git://git.osmocom.org/osmo-msc
|
||||
Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
|
||||
|
||||
Files: *
|
||||
Copyright: 2008 Daniel Willmann <daniel@totalueberwachung.de>
|
||||
|
|
Loading…
Reference in New Issue