Change in osmo-ci[master]: build-old-tags-against-master: Ignore some osmo-bts and openbsc versions

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Sep 23 11:37:21 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/20255 )


Change subject: build-old-tags-against-master: Ignore some osmo-bts and openbsc versions
......................................................................

build-old-tags-against-master: Ignore some osmo-bts and openbsc versions

Some unit tests in those repositories started failing due to a fix in
libosmocore logging system where extra coloring tags were printed when not
needed.

Unit tests in current master of those repositories are fixed to work with
both old and new versions of libosmocore since they got coloring disabled
in their output, and new patch releases have been done containing the
fix, which means last releases already work with both libosmocore
version. However, older releases are expected to fail when built against
libosmocore master.

Change-Id: I03ca926b903a4dcc9967ab5fe455d715cdb9ed45
---
M scripts/osmocom-build-old-tags-against-master.sh
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/55/20255/1

diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh
index cd05dfb..e0abe8c 100755
--- a/scripts/osmocom-build-old-tags-against-master.sh
+++ b/scripts/osmocom-build-old-tags-against-master.sh
@@ -52,6 +52,8 @@
 	case "$1" in
 		openbsc)
 			echo "1.0.0" # testsuite
+			echo "1.3.1" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
+			echo "1.3.2" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
 			;;
 		osmo-bsc)
 			# Depends on libosmo-legacy-mgcp, but missing LIBOSMOLEGACYMGCP_CFLAGS so we can't build it with
@@ -61,6 +63,8 @@
 			;;
 		osmo-bts)
 			echo "1.0.0" # missing gsm0808.h include, fixed in 1.0.1
+			echo "1.2.0" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
+			echo "1.2.1" # testsuite: libosmocore 6407c822ae0d45d047deb0dff095f028a90c1ecc
 			;;
 		osmo-mgw)
 			echo "1.3.0" # testsuite

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/20255
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I03ca926b903a4dcc9967ab5fe455d715cdb9ed45
Gerrit-Change-Number: 20255
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200923/a58821b3/attachment.htm>


More information about the gerrit-log mailing list