diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2019-03-19 13:23:55 -0700 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2019-03-19 13:57:41 -0700 |
commit | b54fddb775a1c0f15626d55afe37a010c6306a57 (patch) | |
tree | aed1cd1cfadd084eaffb555cb0825556936c9daf /Makefile | |
parent | 63ce5883824fe00dd526a422a740f4177a881b6d (diff) | |
download | ansible-b54fddb775a1c0f15626d55afe37a010c6306a57.tar.gz |
This was supposed to be named snapshot
Corrected it being a duplicate of sdist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,7 @@ sdist: sdist_check clean docs # Snapshots shouldn't result in new checkins so the changelog is generated as # part of creating the tarball. .PHONY: snapshot -sdist: sdist_check clean docs changelog +snapshot: sdist_check clean docs changelog _ANSIBLE_SDIST_FROM_MAKEFILE=1 $(PYTHON) setup.py sdist .PHONY: sdist_upload |