You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by er...@apache.org on 2015/05/28 22:56:58 UTC

git commit: updated refs/heads/master to 161cc19

Repository: cloudstack
Updated Branches:
  refs/heads/master f2d056ee1 -> 161cc194d


Fixed yum and apt repo locations used by chef in devcloud4

The testing repos seem to be gone, change to upstream

This closes #323

Signed-off-by: Erik Weber <er...@huug.no>


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

Branch: refs/heads/master
Commit: 161cc194d57be2cc3f3d57310a74163c9c4e8143
Parents: f2d056e
Author: Stefan Magnus Landrø <st...@gmail.com>
Authored: Thu May 28 22:26:41 2015 +0200
Committer: Erik Weber <er...@huug.no>
Committed: Thu May 28 22:50:02 2015 +0200

----------------------------------------------------------------------
 .../devcloud4/binary-installation-basic/chef_configuration.json  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/161cc194/tools/devcloud4/binary-installation-basic/chef_configuration.json
----------------------------------------------------------------------
diff --git a/tools/devcloud4/binary-installation-basic/chef_configuration.json b/tools/devcloud4/binary-installation-basic/chef_configuration.json
index 87464bf..248a732 100644
--- a/tools/devcloud4/binary-installation-basic/chef_configuration.json
+++ b/tools/devcloud4/binary-installation-basic/chef_configuration.json
@@ -27,8 +27,8 @@
         "xenserver": "http://packages.shapeblue.com/systemvmtemplate/4.5/systemvm64template-4.5-xen.vhd.bz2"
       },
       "configuration": "/vagrant/marvin.cfg.erb",
-      "yum_repo": "http://packages.shapeblue.com/cloudstack/testing/centos/4.5/",
-      "apt_repo": "http://packages.shapeblue.com/cloudstack/testing/debian/4.5/",
+      "yum_repo": "http://packages.shapeblue.com/cloudstack/upstream/centos/4.5/",
+      "apt_repo": "http://packages.shapeblue.com/cloudstack/upstream/debian/4.5/",
       "version": "4.5.0"
   }
 }