osmith has uploaded this change for review.

View Change

publish-tarballs: ignore some libosmo-sccp-legacy

"make dist-bzip2" doesn't work in these versions, so don't attempt to
build a tarball for them. It was fixed in 2.0.3.

Related: https://gitea.osmocom.org/osmocom/libosmo-sccp-legacy/commit/27d2423b15463a0c2b59bf9a73c57b21df989d46
Change-Id: Id894d49c579998c02f32aa45f5585234fb11746b
---
M scripts/tarballs/publish-tarballs-for-tags.sh
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/34/38134/1
diff --git a/scripts/tarballs/publish-tarballs-for-tags.sh b/scripts/tarballs/publish-tarballs-for-tags.sh
index 93e861b..0335bd3 100755
--- a/scripts/tarballs/publish-tarballs-for-tags.sh
+++ b/scripts/tarballs/publish-tarballs-for-tags.sh
@@ -111,6 +111,10 @@
osmo-trx:0.2.0,
osmo-trx:0.3.0,
osmo-trx:1.3.0,
+
+ libosmo-sccp-legacy:2.0.0,
+ libosmo-sccp-legacy:2.0.1,
+ libosmo-sccp-legacy:2.0.2,
"

mkdir -p \

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Id894d49c579998c02f32aa45f5585234fb11746b
Gerrit-Change-Number: 38134
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>