From be47cfb2e0485b5bf488a85cd94e2d47d06a37de Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 28 Jan 2014 11:27:24 +0100 Subject: [PATCH] pkgpost now exposes more env vars, document them --- particle.skel | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/particle.skel b/particle.skel index 81e8c61..e10ca9e 100644 --- a/particle.skel +++ b/particle.skel @@ -103,6 +103,14 @@ removed-useflags: yes # MATTER_PACKAGE_NAMES = space sep. list of names of the packages # that would be built. It does not reflect the name of the failing packages, # because they could be just dependencies of them. +# MATTER_BUILT_PACKAGES = space sep. list of names of the packages +# that have been built. +# MATTER_FAILED_PACKAGES = space sep. list of names of the packages +# that failed to be built. +# MATTER_NOT_FOUND_PACKAGES = space sep. list of names of the packages +# that haven't been found. +# MATTER_NOT_INSTALLED_PACKAGES = space sep. list of names of the packages +# that are not installed. # pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh # Env vars: