You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2012/08/29 15:21:36 UTC

git commit: Added steps to create a 12.04.1 Ubuntu template within VeeWee

Updated Branches:
  refs/heads/master 79ebffe4f -> bf2601f1e


Added steps to create a 12.04.1 Ubuntu template within VeeWee


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

Branch: refs/heads/master
Commit: bf2601f1ea54c69ed3dbc1dfc99bfbaf1fa55de3
Parents: 79ebffe
Author: Chip Childers <ch...@gmail.com>
Authored: Wed Aug 29 09:20:56 2012 -0400
Committer: Chip Childers <ch...@gmail.com>
Committed: Wed Aug 29 09:21:27 2012 -0400

----------------------------------------------------------------------
 tools/devcloud/build_vagrant_basebox.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bf2601f1/tools/devcloud/build_vagrant_basebox.sh
----------------------------------------------------------------------
diff --git a/tools/devcloud/build_vagrant_basebox.sh b/tools/devcloud/build_vagrant_basebox.sh
index 65dbdd9..c90a6c9 100755
--- a/tools/devcloud/build_vagrant_basebox.sh
+++ b/tools/devcloud/build_vagrant_basebox.sh
@@ -57,6 +57,8 @@ cd vagrant || error_exit
 bundle install || error_exit "could not bundle install vagrant"
 rake install  || error_exit "could not rake vagrant"
 cd ~/builddevcloud/veewee || error_exit
+cp -R templates/ubuntu-12.04-server-i386 templates/ubuntu-12.04.1-server-i386
+cp -R templates/ubuntu-12.04-server-i386-packages templates/ubuntu-12.04.1-server-i386-packages
 bundle install || error_exit
 rake install || error_exit
 bundle exec vagrant basebox define 'devcloudbase' 'ubuntu-12.04.1-server-i386' || error_exit "couldn't basebox define"