mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Merge pull request #1611 from ghjm/fix_reprepro_245
Only export changed targets in reprepro
This commit is contained in:
2
Makefile
2
Makefile
@@ -76,7 +76,7 @@ DEBUILD_OPTS = --source-option="-I"
|
|||||||
DPUT_BIN ?= dput
|
DPUT_BIN ?= dput
|
||||||
DPUT_OPTS ?= -c .dput.cf -u
|
DPUT_OPTS ?= -c .dput.cf -u
|
||||||
REPREPRO_BIN ?= reprepro
|
REPREPRO_BIN ?= reprepro
|
||||||
REPREPRO_OPTS ?= -b reprepro --export=force
|
REPREPRO_OPTS ?= -b reprepro --export=changed
|
||||||
DEB_DIST ?=
|
DEB_DIST ?=
|
||||||
ifeq ($(OFFICIAL),yes)
|
ifeq ($(OFFICIAL),yes)
|
||||||
# Sign official builds
|
# Sign official builds
|
||||||
|
|||||||
Reference in New Issue
Block a user