[particles] add "buildfail" directive

This commit is contained in:
Fabio Erculiani
2011-08-24 09:53:47 +02:00
parent 572c4a44f0
commit 7c13518594
24 changed files with 288 additions and 0 deletions

View File

@@ -87,5 +87,17 @@ removed-useflags: yes
# BUILDER_PACKAGE_NAME = name of the package that would be built
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
# Env vars:
# MATTER_PACKAGE_NAME = name of the package that would be built. It does
# not reflect the name of the failing package, because it could be just a
# dependency of it.
# MATTER_PORTAGE_FAILED_PACKAGE_NAME = exact name (atom, CPV) of the failing
# package, the one that triggered the buildfail hook.
# MATTER_PORTAGE_REPOSITORY = Portage repository from where the package
# comes from
# MATTER_PORTAGE_BUILD_LOG_DIR = directory containing all the build logs of
# the failed package
# buildfail: /home/fabio/repos/entropy/services/matter_examples/buildfail.sh
# For more info regarding exported environment variables, please see:
# matter --help