Skip to content

Commit

Permalink
Merge pull request #320 from jean-edouard/stable-8-collectlogs
Browse files Browse the repository at this point in the history
STABLE-8: build-scripts: log collection: fix globbing overflow
  • Loading branch information
eric-ch authored Jul 26, 2018
2 parents 0c11c85 + 73d67dc commit 8b94723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/oe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ collect_logs() {
mkdir -p logs

echo "Collecting build logs..."
ls tmp-glibc/work/*/*/*/temp/log.do_* | tar -cjf logs/build_logs.tar.bz2 --files-from=-
find tmp-glibc/work -mindepth 5 -maxdepth 5 -type f -path "*/*/*/temp/log.do_*" | tar -cjf logs/build_logs.tar.bz2 --files-from=-
echo "Collecting sigdata..."
find tmp-glibc/stamps -name "*.sigdata.*" | tar -cjf logs/sigdata.tar.bz2 --files-from=-

Expand Down

0 comments on commit 8b94723

Please sign in to comment.