summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-04-22 14:36:17 -0400
committerAdrian Likins <alikins@redhat.com>2008-04-22 14:36:17 -0400
commitece4c159e4fd726a70b1da25821493fb8a90c8b3 (patch)
treebb91bf01af39b1caf4b36efdb8a5d2373d52ddce /MANIFEST.in
parente92972a02d0e506cb7780694642137201421a74a (diff)
downloadcertmaster-ece4c159e4fd726a70b1da25821493fb8a90c8b3.tar.gz
certmaster-ece4c159e4fd726a70b1da25821493fb8a90c8b3.tar.xz
certmaster-ece4c159e4fd726a70b1da25821493fb8a90c8b3.zip
apply triggers patch from Steve Salevan <ssalevan@redhat.com>
Steves comments: Adding in triggering functionality, changed specfile and MANIFEST.in to reflect changes. Added sub_process.py file to facilitate the subprocesses necessary for triggering to work. Modified certmaster.py to add trigger points.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index bc0e08b..782337c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,7 @@ recursive-include docs *
recursive-include init-scripts *
recursive-include po *.po
recursive-include po *.pot
+recursice-include triggers *
include AUTHORS
include LICENSE
include README