pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/28360 )
Change subject: update git URLs (git -> https; gitea)
......................................................................
update git URLs (git -> https; gitea)
Change-Id: Ifc796c7d3f6ee5e4878618f2f236024d1caeb9d4
---
M README.md
M debian/control
M debian/copyright
3 files changed, 11 insertions(+), 11 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/README.md b/README.md
index c0d7bae..9c8f2f5 100644
--- a/README.md
+++ b/README.md
@@ -19,9 +19,9 @@
You can clone from the official libosmocore.git repository using
- git clone
git://git.osmocom.org/osmo-iuh.git
+ git clone
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
-There is a cgit interface at
http://git.osmocom.org/osmo-iuh/
+There is a web interface at
<https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh>
Documentation
-------------
@@ -64,11 +64,11 @@
instructions.
As external library dependencies, you will need
-* libosmocore from
git://git.osmocom.org/libosmocore
-* libasn1c from
git://git.osmocom.org/libasn1c
+* libosmocore from
https://gitea.osmocom.org/osmocom/libosmocore
+* libasn1c from
https://gitea.osmocom.org/cellular-infrastructure/libasn1c
* libsctp-dev (this is the package name in Debian)
-* libosmo-netif from
git://git.osmocom.org/libosmo-netif (sysmocom/sctp branch)
-* libosmo-sccp from
git://git.osmocom.org/libosmo-sccp (sysmocom/iu branch)
+* libosmo-netif from
https://gitea.osmocom.org/osmocom/libosmo-netif
+* libosmo-sccp from
https://gitea.osmocom.org/osmocom/libosmo-sccp
To bootstrap the build, in the root directory, run:
@@ -92,7 +92,7 @@
In order to re-generate the C source code from the ASN.1 source,
you will need a modified asn1c which has the following features:
* APER support (the patch from Eurecom, or its forward-ported version
- from the aper branch of
git://git.osmocom.org/asn1c)
+ from the aper branch of
https://gitea.osmocom.org/osmocom/asn1c)
* Support for prefixing the generated types (aper-prefix branch of
-
git://git.osmocom.org/asn1c)
+
https://gitea.osmocom.org/osmocom/asn1c)
* Then in osmo-iuh.git: make -C src/ regen
diff --git a/debian/control b/debian/control
index c9d7cbb..7a42cd2 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@
osmo-gsm-manuals-dev (>= 1.1.0),
python3
Standards-Version: 3.9.8
-Vcs-Git:
git://git.osmocom.org/osmo-iuh.git
-Vcs-Browser:
https://git.osmocom.org/osmo-iuh/
+Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
+Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
Homepage:
https://projects.osmocom.org/projects/osmohnbgw
Package: libosmo-hnbap0
diff --git a/debian/copyright b/debian/copyright
index 5cb4a3a..ae4cebb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format:
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osmo-iuh
-Source:
git://git.osmocom.org/
+Source:
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
Files: *
Copyright: 2015 Daniel Willmann <dwillmann(a)sysmocom.de>
--
To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/28360
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: Ifc796c7d3f6ee5e4878618f2f236024d1caeb9d4
Gerrit-Change-Number: 28360
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged