Fixes and cleans up build/cache directory usage 53/25553/7
authorTim Rozet <trozet@redhat.com>
Tue, 6 Dec 2016 17:58:55 +0000 (12:58 -0500)
committerTim Rozet <trozet@redhat.com>
Fri, 9 Dec 2016 02:52:32 +0000 (21:52 -0500)
commit58a098e08ec131338b0c29b902472c54b2a26168
tree8fb5727e1511d1114cd5b60f0659d624105b4542
parent9131b0a81c22e713b4d4798d7ff32254be3b99e3
Fixes and cleans up build/cache directory usage

Changes include:
 - Building is isolated to a .build directory that is git ignored
 - Caching is isolated to a .cache directory that is git ignored
 - Build scripts have been variablized, and relative paths have been
   removed
 - Unused files removed
 - build.sh, make file cleaned up
 - Fixed broken building of markupsafe and jinja2 packages
 - make clean-cache will remove the cache now
 - per item cleans are removed in place of simple clean .build now
 - includes fix for OSC issue with LP# 1642301

Change-Id: I42b8e4eb694bf0a2c398858814f8b73785931896
Signed-off-by: Tim Rozet <trozet@redhat.com>
15 files changed:
.gitignore
build/Makefile
build/cache.sh
build/instackenv.json.example [deleted file]
build/mvn_settings.xml [deleted file]
build/opnfv-puppet-tripleo.patch [deleted file]
build/osc_auth_fix.diff [new file with mode: 0644]
build/overcloud-full.sh
build/overcloud-onos.sh
build/overcloud-opendaylight.sh
build/rpm_specs/opnfv-apex-onos.spec
build/rpm_specs/opnfv-apex.spec
build/undercloud.sh
build/variables.sh
ci/build.sh