summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-03 19:28:58 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-03 19:28:58 +0200
commitee4f544d839722c92e83ff96f5c3c38749b3af8e (patch)
treed3e0d8b20b5b95004745cc218e4ba63f402a1981 /cnf
parenta02c5e35cd8ad43004776ea69b2fb62806966d2a (diff)
downloadportage-ee4f544d839722c92e83ff96f5c3c38749b3af8e.tar.gz
portage-ee4f544d839722c92e83ff96f5c3c38749b3af8e.tar.bz2
portage-ee4f544d839722c92e83ff96f5c3c38749b3af8e.zip
Support PORTAGE_GPG_SIGNING_COMMAND variable.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 542d6aaf6..95afb565b 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -123,6 +123,9 @@ PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"
PORTAGE_ELOG_MAILFROM="portage@localhost"
+# Signing command used by repoman
+PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --clearsign --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\""
+
# *****************************
# ** DO NOT EDIT THIS FILE **
# ***************************************************