Don't generate signature and stats - they are noisy
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
parent
18d29ea8b1
commit
2845f91925
@ -42,7 +42,7 @@ tmpdir="$(mktemp -d --tmpdir="$PWD")"
|
||||
|
||||
# Generate patch files
|
||||
pushd "$otp_dir"
|
||||
git format-patch -N -o "$tmpdir" "${otp_upstream}..${otp_fedora}" > "$tmpdir/patch-list.txt"
|
||||
git format-patch -N --no-signature --no-stat -o "$tmpdir" "${otp_upstream}..${otp_fedora}" > "$tmpdir/patch-list.txt"
|
||||
popd
|
||||
|
||||
test -s "$tmpdir/patch-list.txt"
|
||||
|
Loading…
Reference in New Issue
Block a user