aboutsummaryrefslogtreecommitdiff
path: root/b4-send-email.sh
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-11-23 12:52:05 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2020-11-23 12:52:05 -0500
commit8d70b9869f785d8524b2c4d114f2afcb47b6df56 (patch)
tree11f6d57a1f660549315f8713b97ef8560702d499 /b4-send-email.sh
parent8f18e98fc2fbe451195c2b84cdb0c87414399baf (diff)
downloadb4-8d70b9869f785d8524b2c4d114f2afcb47b6df56.tar.gz
Add mutt-filter mode
Only works for x-patch-sig style attestation, as doing DKIM attestation requires that we unignore all headers, which just junks up the view. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'b4-send-email.sh')
-rwxr-xr-xb4-send-email.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/b4-send-email.sh b/b4-send-email.sh
deleted file mode 100755
index 9dd4640..0000000
--- a/b4-send-email.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-#
-# Wrapper for running b4-send-email from checkout
-#
-
-REAL_SCRIPT=$(realpath -e ${BASH_SOURCE[0]})
-SCRIPT_TOP="${SCRIPT_TOP:-$(dirname ${REAL_SCRIPT})}"
-
-exec env PYTHONPATH="${SCRIPT_TOP}" python3 "${SCRIPT_TOP}/b4/attest.py" "${@}"