diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-15 16:24:27 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-05-17 18:13:24 +0000 |
commit | bdc2213a8076721199fe845650df7f25ea3229b9 (patch) | |
tree | 9c134173341032d935aea2ec3a3754096da1fc66 /build/Makefile | |
parent | b411839804e6fca023ef7a695bbb616ea80fd6f3 (diff) |
Refactors build script for Apex
Changes Include:
- Build has been refactored into python
- Caching now packs into multiple unique tar files which are
logged into a journal file
- Multiple files and journal allow for multiple apex builds to run
simultaenously while minimizing risk of collision between cache
reading and writing
- Build dependency packages updated and will install when missing
via ansible
- If more than 2 caches exist then prune the oldest cache
Change-Id: Iae703253eb6034aee42bf33153bb6e434d3cec48
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index 1d329fb5..5ed9d0ae 100644 --- a/build/Makefile +++ b/build/Makefile @@ -52,7 +52,7 @@ clean-cache: images: undercloud overcloud-full overcloud-opendaylight overcloud-onos .PHONY: rpms -rpms: common-rpm undercloud-rpm opendaylight-rpm onos-rpm +rpms: images common-rpm undercloud-rpm opendaylight-rpm onos-rpm .PHONY: rpms-check rpms-check: release-rpm-check common-rpm-check undercloud-rpm-check opendaylight-rpm-check onos-rpm-check |