You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/05 06:06:33 UTC

cloudstack-cloudmonkey git commit: Makefile: upgrade packages when installing

Repository: cloudstack-cloudmonkey
Updated Branches:
  refs/heads/master 7b66d3937 -> 3d02ff3a6


Makefile: upgrade packages when installing

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/3d02ff3a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/3d02ff3a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/3d02ff3a

Branch: refs/heads/master
Commit: 3d02ff3a6af7793e0b6c89352de68f682455d7e5
Parents: 7b66d39
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Mar 5 10:35:59 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Mar 5 10:35:59 2015 +0530

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/3d02ff3a/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 6356b0c..182cbce 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ buildcache:
 
 install: clean
 	python setup.py sdist
-	pip install dist/cloudmonkey-*.tar.gz
+	pip install --upgrade dist/cloudmonkey-*.tar.gz
 
 clean:
 	rm -frv build dist *egg-info