mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-10-23 08:22:16 +00:00
update git URLs (git -> https; gitea)
Change-Id: I64be70776dd7f3eb691c4dc8810a746c096a50ae
This commit is contained in:
@@ -22,9 +22,9 @@ GIT Repository
|
|||||||
|
|
||||||
You can clone from the official osmo-hnodeb.git repository using
|
You can clone from the official osmo-hnodeb.git repository using
|
||||||
|
|
||||||
git clone git://git.osmocom.org/osmo-hnodeb.git
|
git clone https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
|
||||||
|
|
||||||
There is a cgit interface at https://git.osmocom.org/osmo-hnodeb/
|
There is a web interface at <https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb>
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
@@ -144,7 +144,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
|
|||||||
fi
|
fi
|
||||||
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
|
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
|
||||||
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
|
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
|
||||||
fi
|
fi
|
||||||
AC_MSG_CHECKING([whether to enable VTY/CTRL tests])
|
AC_MSG_CHECKING([whether to enable VTY/CTRL tests])
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@@ -23,8 +23,8 @@ Build-Depends: debhelper (>=9),
|
|||||||
libosmo-rua-dev (>= 0.8.0),
|
libosmo-rua-dev (>= 0.8.0),
|
||||||
osmo-gsm-manuals-dev (>= 1.2.0)
|
osmo-gsm-manuals-dev (>= 1.2.0)
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Git: git://git.osmocom.org/osmo-hnodeb.git
|
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
|
||||||
Vcs-Browser: https://git.osmocom.org/osmo-hnodeb/
|
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
|
||||||
Homepage: https://projects.osmocom.org/projects/osmo-hnodeb
|
Homepage: https://projects.osmocom.org/projects/osmo-hnodeb
|
||||||
|
|
||||||
Package: osmo-hnodeb
|
Package: osmo-hnodeb
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@@ -1,6 +1,6 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: osmo-hnodeb
|
Upstream-Name: osmo-hnodeb
|
||||||
Source: git://git.osmocom.org/osmo-hnodeb
|
Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2021 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
|
Copyright: 2021 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
|
||||||
|
Reference in New Issue
Block a user