From f0a1234406d6f55971002232a9ce2f2c9fcb30f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20TERROT?= Date: Sun, 25 Apr 2021 18:01:57 +0200 Subject: [PATCH] signature support --- .gitignore | 1 + signature.conf.tmpl | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 signature.conf.tmpl diff --git a/.gitignore b/.gitignore index 20fa0e1..ffe0a15 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +signature.conf secret.txt .sign.conf diff --git a/signature.conf.tmpl b/signature.conf.tmpl new file mode 100644 index 0000000..a7cd0be --- /dev/null +++ b/signature.conf.tmpl @@ -0,0 +1,11 @@ +[JARSIGN] +skip:false +keyname: +storepass: +keystore: + +[GPG] +skip=false +keyname: +passphrase: +verbose: