This is an automated email from the git hooks/post-receive script.
simo pushed a change to branch master in repository gssproxy.
from b3f1e58 Deploy KDC on LDAP instead of db2 new 1e8afa9 Package runtests.py in dist tarball
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: proxy/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+)
This is an automated email from the git hooks/post-receive script.
simo pushed a commit to branch master in repository gssproxy.
commit 1e8afa96f74fb01790cc65b40abfba2c5cf1a250 Author: Robbie Harwood rharwood@redhat.com Date: Fri Aug 12 19:19:19 2016 +0000
Package runtests.py in dist tarball
Signed-off-by: Robbie Harwood rharwood@redhat.com Reviewed-by: Simo Sorce simo@redhat.com Merges #29 --- proxy/tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/proxy/tests/Makefile.am b/proxy/tests/Makefile.am index 8aa840b..d3fd56c 100644 --- a/proxy/tests/Makefile.am +++ b/proxy/tests/Makefile.am @@ -38,4 +38,6 @@ noinst_PROGRAMS = $(check_PROGRAMS) noinst_HEADERS = \ t_utils.h
+EXTRA_DIST = runtests.py + all: $(check_PROGRAMS)
gss-proxy@lists.fedorahosted.org