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/04/16 14:15:05 UTC

[3/3] git commit: updated refs/heads/master to 05e4ba7

kvm: fallback to eu.ceph.com mvn repo as ceph.com is down

As suggested by Wido on the dev ML changing the repo to eu.ceph.com to avoid
build failures. Will revert if ceph.com is up again.

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit c9fd57fff3aa1c7428ab15d0aea3067601b16fba)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/master
Commit: 05e4ba7350e7da36e3b9511d5e987c84b0be7ab5
Parents: ca99603
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Apr 16 17:09:13 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Apr 16 17:37:11 2015 +0530

----------------------------------------------------------------------
 plugins/hypervisors/kvm/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/05e4ba73/plugins/hypervisors/kvm/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml
index 3f3a3e9..e116a7a 100644
--- a/plugins/hypervisors/kvm/pom.xml
+++ b/plugins/hypervisors/kvm/pom.xml
@@ -28,7 +28,7 @@
     </repository>
     <repository>
       <id>ceph-com</id>
-      <url>http://ceph.com/maven</url>
+      <url>http://eu.ceph.com/maven</url>
       <snapshots>
         <enabled>false</enabled>
       </snapshots>