1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

This was supposed to be named snapshot

Corrected it being a duplicate of sdist
This commit is contained in:
Toshio Kuratomi 2019-03-19 13:23:55 -07:00
parent 63ce588382
commit b54fddb775

View file

@ -245,7 +245,7 @@ sdist: sdist_check clean docs
# Snapshots shouldn't result in new checkins so the changelog is generated as # Snapshots shouldn't result in new checkins so the changelog is generated as
# part of creating the tarball. # part of creating the tarball.
.PHONY: snapshot .PHONY: snapshot
sdist: sdist_check clean docs changelog snapshot: sdist_check clean docs changelog
_ANSIBLE_SDIST_FROM_MAKEFILE=1 $(PYTHON) setup.py sdist _ANSIBLE_SDIST_FROM_MAKEFILE=1 $(PYTHON) setup.py sdist
.PHONY: sdist_upload .PHONY: sdist_upload