Change in osmo-ci[master]: osmocom-release-tarballs: fix missing st2 clone

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Mon Dec 13 14:54:43 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/26539 )


Change subject: osmocom-release-tarballs: fix missing st2 clone
......................................................................

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
---
M scripts/osmocom-release-tarballs.sh
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/39/26539/1

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 @@
 			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"

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/26539
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I0a845549ba1fe9f0d9ab55a5c5c7bf5b8f57caae
Gerrit-Change-Number: 26539
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211213/ae68a609/attachment.htm>


More information about the gerrit-log mailing list