osmith submitted this change.

View Change

Approvals: osmith: Verified neels: Looks good to me, but someone else must approve msuraev: Looks good to me, but someone else must approve laforge: Looks good to me, approved
git clones: git.osmocom.org -> gerrit.osmocom.org

Related: SYS#6022
Change-Id: I2b9640b542ed68b3f5abf63e774e4f878232211a
---
M recipes-misc/libsmpp/libsmpp34_git.bb
M recipes-osmocom/libasn1c/libasn1c_git.bb
M recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
M recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
M recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
M recipes-osmocom/libosmocore/libosmocore_git.bb
M recipes-osmocom/openbsc/openbsc_git.bb
M recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
M recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
M recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
M recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
M recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
M recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
M recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
M recipes-osmocom/osmo-msc/osmo-msc_git.bb
M recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
M recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
M recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
M recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/recipes-misc/libsmpp/libsmpp34_git.bb b/recipes-misc/libsmpp/libsmpp34_git.bb
index 8935aa0..29acf53 100644
--- a/recipes-misc/libsmpp/libsmpp34_git.bb
+++ b/recipes-misc/libsmpp/libsmpp34_git.bb
@@ -7,7 +7,7 @@

S = "${WORKDIR}/git"
SRCREV = "1.14.1"
-SRC_URI = "git://git.osmocom.org/libsmpp34.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/libsmpp34.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.14.1+gitr${SRCPV}"
PR = "r0"

diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb b/recipes-osmocom/libasn1c/libasn1c_git.bb
index 9088640..021d190 100644
--- a/recipes-osmocom/libasn1c/libasn1c_git.bb
+++ b/recipes-osmocom/libasn1c/libasn1c_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "0.9.34"
-SRC_URI = "git://git.osmocom.org/libasn1c.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/libasn1c.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "0.9.34+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
index 0c71e48..f8d405f 100644
--- a/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
+++ b/recipes-osmocom/libosmo-abis/libosmo-abis_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.3.0"
-SRC_URI = "git://git.osmocom.org/libosmo-abis.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/libosmo-abis.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
index 2f6a53e..e230a84 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.2.0"
-SRC_URI = "git://git.osmocom.org/libosmo-netif.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/libosmo-netif.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.2.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 756d6a2..3350e60 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.6.0"
-SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/libosmo-sccp.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.6.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index 63ebb21..e8ea327 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -2,7 +2,7 @@

S = "${WORKDIR}/git"
SRCREV = "1.7.0"
-SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/libosmocore.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.7.0+gitr${SRCPV}"
PR = "${INC_PR}.0"

diff --git a/recipes-osmocom/openbsc/openbsc_git.bb b/recipes-osmocom/openbsc/openbsc_git.bb
index 91b3465..5f727d0 100644
--- a/recipes-osmocom/openbsc/openbsc_git.bb
+++ b/recipes-osmocom/openbsc/openbsc_git.bb
@@ -5,6 +5,6 @@
PR = "${INC_PR}.0"

SRCREV = "21cebdfa29829975e5b94688f3fc8d0b10e3fa14"
-SRC_URI += "git://git.osmocom.org/openbsc.git;protocol=https"
+SRC_URI += "git://gerrit.osmocom.org/openbsc.git;protocol=https"

S = "${WORKDIR}/git/openbsc"
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
index e09f142..221bd20 100644
--- a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
+++ b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-bsc.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-bsc.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.9.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
index eae7f65..6dab676 100644
--- a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
+++ b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "0.3.0"
-SRC_URI = "git://git.osmocom.org/osmo-gbproxy.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-gbproxy.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "0.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
index 7394277..72e3764 100644
--- a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
+++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
@@ -2,7 +2,7 @@

S = "${WORKDIR}/git"
SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-ggsn;protocol=https;tag=${SRCREV};nobranch=1 \
+SRC_URI = "git://gerrit.osmocom.org/osmo-ggsn;protocol=https;tag=${SRCREV};nobranch=1 \
file://0001-libgtp-set-PDP_MAX-to-128.patch \
"
PV = "1.9.0+gitr${SRCPV}"
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
index 1cce2b8..4e0b5f8 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.5.0"
-SRC_URI = "git://git.osmocom.org/osmo-hlr.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-hlr.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.5.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
index 9f501e6..a3b79cb 100644
--- a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
+++ b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.3.0"
-SRC_URI = "git://git.osmocom.org/osmo-hnbgw.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-hnbgw.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
index e3d0598..b412319 100644
--- a/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
+++ b/recipes-osmocom/osmo-iuh/osmo-iuh_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.3.0"
-SRC_URI = "git://git.osmocom.org/osmo-iuh.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-iuh.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.3.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
index 4793fd6..1362064 100644
--- a/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
+++ b/recipes-osmocom/osmo-mgw/osmo-mgw_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.10.0"
-SRC_URI = "git://git.osmocom.org/osmo-mgw.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-mgw.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.10.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-msc/osmo-msc_git.bb b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
index 9da2a08..f92cc1d 100644
--- a/recipes-osmocom/osmo-msc/osmo-msc_git.bb
+++ b/recipes-osmocom/osmo-msc/osmo-msc_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-msc.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-msc.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.9.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
index a59cc7b..61ce378 100644
--- a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
+++ b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "0.4.0"
-SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-pcap.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "0.4.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
index 7c5b09a..df5e2f3 100644
--- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
+++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.9.0"
-SRC_URI = "git://git.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.9.0+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
index 107f933..45cf610 100644
--- a/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
+++ b/recipes-osmocom/osmo-sip-connector/osmo-sip-connector_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "1.6.1"
-SRC_URI = "git://git.osmocom.org/osmo-sip-connector.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-sip-connector.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "1.6.1+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
index 2b48b7a..708f783 100644
--- a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
+++ b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
@@ -2,6 +2,6 @@

S = "${WORKDIR}/git"
SRCREV = "0.3.2"
-SRC_URI = "git://git.osmocom.org/osmo-sysmon.git;protocol=https;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://gerrit.osmocom.org/osmo-sysmon.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "0.3.2+gitr${SRCPV}"
PR = "${INC_PR}.0"

To view, visit change 29368. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: I2b9640b542ed68b3f5abf63e774e4f878232211a
Gerrit-Change-Number: 29368
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: msuraev <msuraev@sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-CC: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged