Updated Branches: refs/heads/master 9232d7e74 -> 3a11aca7b
Makefile: While building, build cache as well We want to include a precache in our releases. This is to support older CloudStack management servers which don't have the APIDiscoveryService plugin. The discovery service was introduced in ACS 4.2 (git) but could be disabled by an admin. Signed-off-by: Rohit Yadav <bhais...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/3a11aca7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/3a11aca7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/3a11aca7 Branch: refs/heads/master Commit: 3a11aca7b4be206bcff9114d211072ee8785d5af Parents: 9232d7e Author: Rohit Yadav <bhais...@apache.org> Authored: Sat Aug 10 02:44:44 2013 +0530 Committer: Rohit Yadav <bhais...@apache.org> Committed: Sat Aug 10 02:57:38 2013 +0530 ---------------------------------------------------------------------- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/3a11aca7/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index b34e482..c1fec0a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: build runtests: nosetests -v --verbosity=3 -build: +build: buildcache python setup.py build python setup.py sdist @@ -29,6 +29,7 @@ check: buildcache: python cloudmonkey/cachemaker.py + mv -f precache.py cloudmonkey/ install: clean python setup.py sdist