mirror of
https://github.com/ansible/awx.git
synced 2026-01-28 23:04:41 -03:30
Add ami packaging support and update Makefile
This commit is contained in:
parent
a098ef4381
commit
2935824b7a
4
Makefile
4
Makefile
@ -187,5 +187,9 @@ deb: sdist
|
||||
@echo "awx_$(DEB_PKG_RELEASE).deb admin optional" > $(DEB_BUILD_DIR)/debian/realfiles
|
||||
(cd $(DEB_BUILD_DIR) && PKG_RELEASE=$(DEB_PKG_RELEASE) dpkg-buildpackage -nc -us -uc -b --changes-option="-fdebian/realfiles")
|
||||
|
||||
ami_release:
|
||||
packer build -var-file=vars-awxkeys.json -var-file=vars-release.json awx.json
|
||||
ami_nightly:
|
||||
packer build -var-file=vars-awxkeys.json -var-file=vars-nightly.json awx.json
|
||||
install:
|
||||
$(PYTHON) setup.py install egg_info -b ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user