mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #1863 from afbjorklund/podman_version
Actually set version for podman module / pypodman
This commit is contained in:
@ -4,6 +4,7 @@ PODMAN_VERSION ?= '0.0.4'
|
||||
|
||||
.PHONY: python-podman
|
||||
python-podman:
|
||||
PODMAN_VERSION=$(PODMAN_VERSION) \
|
||||
$(PYTHON) setup.py sdist bdist
|
||||
|
||||
.PHONY: lint
|
||||
@ -16,6 +17,7 @@ integration:
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
PODMAN_VERSION=$(PODMAN_VERSION) \
|
||||
$(PYTHON) setup.py install --root ${DESTDIR}
|
||||
|
||||
.PHONY: upload
|
||||
|
@ -4,6 +4,7 @@ PODMAN_VERSION ?= '0.0.4'
|
||||
|
||||
.PHONY: python-pypodman
|
||||
python-pypodman:
|
||||
PODMAN_VERSION=$(PODMAN_VERSION) \
|
||||
$(PYTHON) setup.py sdist bdist
|
||||
|
||||
.PHONY: lint
|
||||
@ -16,6 +17,7 @@ integration:
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
PODMAN_VERSION=$(PODMAN_VERSION) \
|
||||
$(PYTHON) setup.py install --root ${DESTDIR}
|
||||
|
||||
.PHONY: upload
|
||||
|
Reference in New Issue
Block a user