aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-02-28 12:37:25 +0100
committerHarald Welte <laforge@osmocom.org>2021-02-28 12:37:54 +0100
commit1a7e2730e2b46dff1149e9fa2ec1f8be0e1a156b (patch)
tree71d9d1ce7b10dc5064ce9081a4bbade76ae4de0a
parent52578dde20fd034b92cff7817f13d86cf463fe3a (diff)
ignore osmo-trx 1.3.0 as it doesn't do "make dist"
-rwxr-xr-xscripts/osmocom-release-tarballs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osmocom-release-tarballs.sh b/scripts/osmocom-release-tarballs.sh
index 3f8b920..9894a47 100755
--- a/scripts/osmocom-release-tarballs.sh
+++ b/scripts/osmocom-release-tarballs.sh
@@ -72,6 +72,7 @@ tags_to_ignore() {
# cp: cannot stat './/home/user/code/osmo-dev/src/osmo-ci/_temp/repos/osmo-trx/configure'
echo "0.2.0"
echo "0.3.0"
+ echo "1.3.0"
;;
esac
}