osmith submitted this change.
build-old-tags: ignore failing due to api break
Ignore osmo-bsc and osmo-msc versions that are known to fail due to
intentional API break. osmo-bsc 1.12.2 and osmo-msc 1.12.2 build are
forward-compatible.
Note that previous releases don't need to be listed in tags_to_ignore()
as this script only builds the last 3 release tags.
Related: https://osmocom.org/news/284
Related: OS#6617
Change-Id: Ia9b3edeb369aac35b9baceaefdf517a4f3d532be
---
M scripts/osmocom-build-old-tags-against-master.sh
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/scripts/osmocom-build-old-tags-against-master.sh b/scripts/osmocom-build-old-tags-against-master.sh
index eaf73088..4f69ffc 100755
--- a/scripts/osmocom-build-old-tags-against-master.sh
+++ b/scripts/osmocom-build-old-tags-against-master.sh
@@ -63,6 +63,8 @@
# this script (we put that legacy lib into a different temp install dir). Fixed in 1.2.2.
echo "1.2.1"
echo "1.4.0" # testsuite
+ echo "1.12.0" # OS#6617
+ echo "1.12.1" # OS#6617
;;
osmo-bts)
echo "1.0.0" # missing gsm0808.h include, fixed in 1.0.1
@@ -81,6 +83,8 @@
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
+ echo "1.12.0" # OS#6617
+ echo "1.12.1" # OS#6617
;;
osmo-pcu)
echo "0.5.0" # testsuite
To view, visit change 38770. To unsubscribe, or for help writing mail filters, visit settings.