aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-12-13 15:44:35 +0100
committerosmith <osmith@sysmocom.de>2021-12-14 08:53:18 +0000
commit444e048693f5d3db62814b8d87ea6f500d8e9eee (patch)
tree2d49128874ab8b268c9ebbbec8624bd70378ad36
parentb5617e2f8485f7369663cd72b491af462c2e609a (diff)
osmocom-release-tarballs: fix missing st2 clone
Clone simtrace2.git before trying to create the tarball with git. Fix for: simtrace2 simtrace2-0.1.tar.bz2 (creating) + cd /osmo-ci/_temp/repos/simtrace2 /osmo-ci/scripts/osmocom-release-tarballs.sh: 195: cd: can't cd to /osmo-ci/_temp/repos/simtrace2 Related: OS#5347 Fixes: 0221a0 ("OSMO_RELEASE_REPOS: add simtrace2, osmo-remsim") Change-Id: I0a845549ba1fe9f0d9ab55a5c5c7bf5b8f57caae
-rwxr-xr-xscripts/osmocom-release-tarballs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/osmocom-release-tarballs.sh b/scripts/osmocom-release-tarballs.sh
index 8242a49..3ac4545 100755
--- a/scripts/osmocom-release-tarballs.sh
+++ b/scripts/osmocom-release-tarballs.sh
@@ -238,6 +238,8 @@ create_move_tarball() {
if tag_has_file "$repo" "$tag" host/configure.ac; then
create_tarball "$repo/host" "$tag"
move_tarball "$repo/host" "$tag"
+ else
+ prepare_repo "$repo"
fi
create_tarball_git "$repo" "$tag"