Skip to content

Commit

Permalink
[+] v0.3.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Oct 23, 2019
1 parent de0b432 commit c42ec3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.2

- added test docker image for ansible node (CentOS7)
- added new dependency for PY2 distribution
- enum

## 0.3.1

- added docker images for testing
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION ?= 'v0.3.1'
VERSION ?= 'v0.3.2'
TARBALL_NAME ?= portable-ansible-$(VERSION)


Expand Down Expand Up @@ -35,9 +35,9 @@ deps:
.PHONY: prepare-py2
prepare-py2: clean deps
@ echo '[INFO] Installing Ansible packages' && \
pip install --no-deps \
--no-compile \
-r conf/requirements \
pip install --no-deps --no-compile -r conf/requirements \
--target $(shell pwd)/target/ansible/
pip install --no-deps --no-compile -r conf/requirements.py2 \
--target $(shell pwd)/target/ansible/


Expand Down

0 comments on commit c42ec3f

Please sign in to comment.