summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-01-13 10:17:43 -0500
committerBrian Coca <brian.coca+git@gmail.com>2016-01-13 10:18:36 -0500
commita196c7d737db14ba7dc238be901a5bf108e135c0 (patch)
tree43b7c0c0c30a9ca5c307b45a79ad64c769bb8d0a /Makefile
parent9833051e1edbefb458637933ad32d9ba07f0a962 (diff)
downloadansible-a196c7d737db14ba7dc238be901a5bf108e135c0.tar.gz
only send event if tqm exists
fixes #13843
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f62cffb2df..367987affc 100644
--- a/Makefile
+++ b/Makefile
@@ -167,6 +167,9 @@ install:
sdist: clean docs
$(PYTHON) setup.py sdist
+sdist_upload: clean docs
+ $(PYTHON) setup.py sdist upload 2>&1 |tee upload.log
+
rpmcommon: $(MANPAGES) sdist
@mkdir -p rpm-build
@cp dist/*.gz rpm-build/