Compare commits
1 commit
rawhide
...
private-ne
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa808e93a2 |
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -19,3 +19,6 @@ MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
koji: build-check $(COMMON_DIR)/branches
|
||||
@if [ ! -x "$(BUILD_CLIENT)" ]; then echo "Must have koji installed - see http://fedoraproject.org/wiki/BuildSystemClientSetup"; exit 1; fi
|
||||
$(BUILD_CLIENT) $(SECONDARY_CONFIG) build $(BUILD_FLAGS) dist-f12-maven '$(CVS_URL)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue