mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Add ami packaging support and update Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -187,5 +187,9 @@ deb: sdist
|
|||||||
@echo "awx_$(DEB_PKG_RELEASE).deb admin optional" > $(DEB_BUILD_DIR)/debian/realfiles
|
@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")
|
(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:
|
install:
|
||||||
$(PYTHON) setup.py install egg_info -b ""
|
$(PYTHON) setup.py install egg_info -b ""
|
||||||
|
|||||||
Reference in New Issue
Block a user