mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Ubuntu 16 support (#3251)
This commit is contained in:
parent
ae1af93551
commit
d51edff8a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,6 +31,7 @@ setup/test/roles/postgresql
|
||||
__pycache__
|
||||
/build
|
||||
/deb-build
|
||||
/reprepro
|
||||
/rpm-build
|
||||
/tar-build
|
||||
/setup-bundle-build
|
||||
|
||||
6
Makefile
6
Makefile
@ -81,7 +81,7 @@ SETUP_TAR_CHECKSUM=$(NAME)-setup-CHECKSUM
|
||||
|
||||
# DEB build parameters
|
||||
DEBUILD_BIN ?= debuild
|
||||
DEBUILD_OPTS = --source-option="-I"
|
||||
DEBUILD_OPTS =
|
||||
DPUT_BIN ?= dput
|
||||
DPUT_OPTS ?= -c .dput.cf -u
|
||||
REPREPRO_BIN ?= reprepro
|
||||
@ -788,7 +788,9 @@ debian: deb-build/$(DEB_TAR_NAME)
|
||||
endif
|
||||
|
||||
deb-build/$(DEB_NVR).dsc: deb-build/$(DEB_TAR_NAME)
|
||||
cd deb-build/$(DEB_TAR_NAME) && $(DEBUILD) -S
|
||||
cd deb-build/$(DEB_TAR_NAME) && \
|
||||
cp debian/control.$(DEB_DIST) debian/control && \
|
||||
$(DEBUILD) -S
|
||||
|
||||
deb-src: deb-build/$(DEB_NVR).dsc
|
||||
@echo "#############################################"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user