Skip to content
Snippets Groups Projects
Commit c1c5bee8 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

release script: Put full debugging output in log only.

parent ebe60564
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,9 @@ if [[ -r configure && -r scripts/release/make-release-commit ]]; then
}
done
archive_msg=${archive_msg#Find archives in }
scripts/release/check-gitignore
# shellcheck disable=SC2094
scripts/release/check-gitignore 2>>"${log_dir}/check-gitignore.log" \
> >(tee -a "${log_dir}/check-gitignore.log")
IFS=" " read -r -a archives <<< "${archive_msg}"
if [[ ${TAR+xset} != xset ]]; then
for tar in gnutar gtar ; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment