You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/03/04 14:48:59 UTC

git commit: updated refs/heads/4.5 to 76674c4

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 1f97f9404 -> 76674c40d


Fix marvin version in Dockerfile


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

Branch: refs/heads/4.5
Commit: 76674c40d4b25766901cc6dce18398897ee544f9
Parents: 1f97f94
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Wed Mar 4 14:48:57 2015 +0100
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Wed Mar 4 14:48:57 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/76674c40/Dockerfile
----------------------------------------------------------------------
diff --git a/Dockerfile b/Dockerfile
index ed2ca48..f15d818 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,7 +30,7 @@ RUN (/usr/bin/mysqld_safe &); \
     sleep 3; \
     mvn -Pdeveloper -pl developer -Ddeploydb; \
     mvn -Pdeveloper -pl developer -Ddeploydb-simulator; \
-    pip install tools/marvin/dist/Marvin-0.1.0.tar.gz
+    pip install tools/marvin/dist/Marvin-4.5.0-SNAPSHOT.tar.gz
 
 EXPOSE 8080