]> sourceware.org Git - debugedit.git/commit
Do not fail if there is no "$temp"/res.* file
authorggardet <guillaume.gardet@opensuse.org>
Fri, 9 Oct 2020 11:10:09 +0000 (13:10 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 28 Oct 2020 12:09:16 +0000 (14:09 +0200)
commit630122498ce226cd55afb2afc5a3b978c8f4052a
tree11664ffadb518027dcce9047721dfa6bdc57e01e
parent2dfdddd39808ffa6dd1653b9c320d8fec9be1af8
Do not fail if there is no "$temp"/res.* file

find-debuginfo is multi-threaded and rpm runs
scripts usually with "-e" to abort on error.
If the debug-splitting tool fails, that job will abort.
But if you have X files that are problematic in the tree,
and you have X or less jobs, find-debuginfo will abort
as no single res.$number has been written.
But if you have more than X jobs, the build will succeed,
which makes the whole process random.
This commit remove this randomness.
scripts/find-debuginfo.sh
This page took 0.025061 seconds and 5 git commands to generate.