aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-09-16 11:02:57 +0200
committerOliver Smith <osmith@sysmocom.de>2021-09-16 11:02:57 +0200
commitc1bdb5b9ce182652f04d9ad6b7f12eaccbf662c0 (patch)
treed0f9eed8d4fcbe08ddbb11e747e356199cae5aba
parent477218474fcb1e7beb9c5251fccbeb86dd794ab2 (diff)
build-old-tags: mark osmo-msc 1.7.0 as known error
Old osmo-msc releases failed to build because logging output of libosmo-mgcp-client has changed. I'm backporting the fix as 1.7.1 and 1.6.4. The script builds the last 3 releases (1.6.4, 1.7.0, 1.7.1), so mark 1.7.0 as known error. Related: osmo-msc Id197e4ab9ba12e284299ef520edee9c362513bf1 Change-Id: I86f8252d450165f4be3d7c97fa70235638f7dd96
-rwxr-xr-xscripts/osmocom-build-old-tags-against-master.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh
index e0abe8c..71d5a1f 100755
--- a/scripts/osmocom-build-old-tags-against-master.sh
+++ b/scripts/osmocom-build-old-tags-against-master.sh
@@ -72,6 +72,7 @@ tags_to_ignore() {
;;
osmo-msc)
echo "1.3.0" # -Werror and deprecated gsm0480_create_ussd_release_complete(), fixed in 1.3.1
+ echo "1.7.0" # testsuite, fixed in 1.7.1
;;
osmo-pcu)
echo "0.5.0" # testsuite