Skip to content

Commit c946605

Browse files
committed
update git URLs (git -> https; gitea)
Change-Id: I122aa939df79663a4f226565b32524b2bfdf7c68
1 parent a02faff commit c946605

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.vty-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To run the configuration parsing and output (VTY) test suite, first install
22

3-
git://git.osmocom.org/python/osmo-python-tests
3+
https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests
44

55
and pass the following configure options here:
66

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if test "x$enable_ext_tests" = "xyes" ; then
112112
AM_PATH_PYTHON
113113
AC_CHECK_PROG(OSMOTESTEXT_CHECK,osmotestvty.py,yes)
114114
if test "x$OSMOTESTEXT_CHECK" != "xyes" ; then
115-
AC_MSG_ERROR([Please install git://osmocom.org/python/osmo-python-tests to run the VTY/CTRL tests.])
115+
AC_MSG_ERROR([Please install https://gitea.osmocom.org/cellular-infrastructure/osmo-python-tests to run the VTY/CTRL tests.])
116116
fi
117117
fi
118118
AC_MSG_CHECKING([whether to enable VTY/CTRL tests])

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Build-Depends: debhelper (>=9),
1111
libosmo-abis-dev (>= 1.2.0),
1212
osmo-gsm-manuals-dev (>= 1.2.0)
1313
Standards-Version: 3.9.8
14-
Vcs-Git: git://git.osmocom.org/osmo-mgw.git
15-
Vcs-Browser: https://git.osmocom.org/osmo-mgw/
14+
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
15+
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
1616
Homepage: https://osmocom.org/projects/osmo-mgw
1717

1818
Package: osmo-mgw

debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: osmo-mgw
3-
Source: git://git.osmocom.org/osmo-mgw
3+
Source: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
44

55
Files: *
66
Copyright: 2009-2014 On-Waves

0 commit comments

Comments
 (0)