osmo-ci/scripts
Oliver Smith 7d299912ca scripts: osmo_obs_add_rpm_spec: fix tar pattern
Fix the pattern that gets the source tarball with ls in order to update
the "Source:" line in the spec file. The previous assumption was that it
would always match:
  ls -1 "${name}_"*".tar."*

But this isn't the case anymore since a spec file was added to
libosmo-dsp where the package name ($name) is libosmo-dsp, but the
tarball doesn't have the minus character:
  libosmodsp_0.4.0.1.d7d9.202207150002.tar.xz

Therefore just change the pattern to:
  ls -1 *_*.tar.*

We can do this because there is always only one tarball in the directory
and we wouldn't use ".tar." in a package name.

Fixes: OS#5619
Change-Id: Ic704f480102ab6f90f3936a3be30e3020402e750
2022-07-18 10:56:38 +02:00
..
osmo-depcheck osmo-depcheck: Skip comment lines containing PKG_CHECK_CONFIG 2019-12-17 14:38:22 +01:00
repo-install-test scripts/repo-install-test: add debian 11, drop 9 2022-07-08 15:35:14 +02:00
cat-testlogs.sh add cat-testlogs.sh 2016-09-27 01:34:20 +02:00
common-obs-conflict.sh OBS: refactor osmo_obs_prepare_conflict 2021-05-19 06:35:56 +00:00
common-obs.sh scripts: osmo_obs_add_rpm_spec: fix tar pattern 2022-07-18 10:56:38 +02:00
common.sh Add new repo osmo-hnbgw (latest) to build jobs and scripts 2022-01-05 12:29:40 +01:00
docker-cleanup.sh scripts/docker-cleanup.sh: conditional img clean 2022-02-11 15:44:44 +01:00
jenkins_jobs.ini.example add jenkins job builder files for osmocom-nightly-nitb-split.sh 2017-08-15 18:11:29 +02:00
osmo-build-dep.sh Revert "osmo-build-dep.sh: don't build osmo-gsm-manuals" 2021-01-18 13:59:14 +00:00
osmo-build.sh Change used protocoll for 'git ls-remote' call from https to git. 2017-09-04 20:23:30 +02:00
osmo-ci-docker-rebuild.sh docker-rebuild: add debian-bullseye-jenkins 2022-07-12 14:33:30 +00:00
osmo-clean-workspace.sh osmo-clean-workspace.sh: make more robust against broken git clones 2018-04-09 14:50:37 +02:00
osmo-deps.sh scripts: osmo-deps.sh: Allow building against tags 2018-04-02 19:35:36 +00:00
osmo-layer1-headers.sh layer1-headers: change git.sysmocom.de to https 2021-05-17 08:09:29 +02:00
osmocom-build-old-tags-against-master.sh build-old-tags: mark osmo-msc 1.7.0 as known error 2021-09-16 11:02:57 +02:00
osmocom-latest-packages.sh scripts/OBS latest: fix checkout with dir in path 2022-07-08 14:44:43 +02:00
osmocom-list-commits.sh osmocom-list-commits: move repo list to common.sh 2019-07-02 10:24:57 +02:00
osmocom-next-packages.sh OBS: add osmocom-next-packages.sh 2020-05-28 10:01:23 +00:00
osmocom-nightly-packages.sh jobs, scripts: add 2022q2 2022-06-21 13:22:05 +02:00
osmocom-obs-link.sh scripts/osmocom-obs-link.sh: remove sdcc 2020-05-20 11:27:39 +02:00
osmocom-packages-docker.sh scripts/osmocom-packages-docker: pass OBS_SERVER 2022-07-15 16:30:28 +02:00
repo-install-test.sh scripts/repo-install-test: add debian 11, drop 9 2022-07-08 15:35:14 +02:00
requirements.txt scripts: add requirements.txt to list jenkins-job-builder 2017-08-26 05:55:32 +00:00
verify_endian_header.sh scripts: add a script for checking presence of <endian.h> 2021-10-30 01:09:58 +03:00
verify_log_statements.py verify_*.py: Ignore UTF-8 decoding errors 2019-12-17 13:19:12 +01:00
verify_value_string_arrays_are_terminated.py allow to terminate value_string[] with '{0}' 2022-02-18 14:04:13 +00:00