projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eff4fa
)
Bug #328935 - Document ${ACTION} substitution in PORTAGE_ELOG_MAILSUBJECT.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 20 Jul 2010 13:12:49 +0000
(06:12 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 20 Jul 2010 13:12:49 +0000
(06:12 -0700)
cnf/make.conf
patch
|
blob
|
history
diff --git
a/cnf/make.conf
b/cnf/make.conf
index 7e48949afb2c81ee95d0ccf75f93b1500b04027a..b08e81cf4606c6d06af21201f1d25286f03ba24c 100644
(file)
--- a/
cnf/make.conf
+++ b/
cnf/make.conf
@@
-329,6
+329,7
@@
PORTAGE_ELOG_CLASSES="log warn error"
# PORTAGE_ELOG_MAILSUBJECT: template string to be used as subject for logmails. The following
# variables are expanded:
+# ${ACTION} - merged, unmerged, or unknown
# ${PACKAGE} - see description of PORTAGE_ELOG_COMMAND
# ${HOST} - FQDN of the host portage is running on
#PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"