summaryrefslogtreecommitdiff
path: root/vm-create
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-06 11:44:11 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-06 11:44:11 +0100
commit3a4c51c85a66e51377740f2057dfcaab9bf58482 (patch)
tree6e9fbae2b4a5ddb7d64463e5dcd43c9653057a29 /vm-create
parente4526f0f0ba7e25b88d3fe7e60dc40e0f74ca6ac (diff)
downloadjenkinstool-3a4c51c85a66e51377740f2057dfcaab9bf58482.tar.gz
Fix stuff and start adding wheezy workers
Diffstat (limited to 'vm-create')
-rwxr-xr-xvm-create8
1 files changed, 6 insertions, 2 deletions
diff --git a/vm-create b/vm-create
index 1401a99..17db719 100755
--- a/vm-create
+++ b/vm-create
@@ -2,7 +2,7 @@
#
# vm-create - create VM images to run Jenkins and workers
#
-# Copyright 2012 Lars Wirzenius
+# Copyright 2012, 2013 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -31,7 +31,11 @@ do
done
# Create the images
-for flavor in jenkins squeeze-amd64 squeeze-i386 sid-amd64 sid-i386
+for flavor in \
+ jenkins \
+ squeeze-amd64 squeeze-i386 \
+ wheezy-amd64 wheezy-i386 \
+ sid-amd64 sid-i386
do
conf="vm-data/$flavor.conf"
img=$(awk '$1 ~ /^image[:=]?/ { print $NF }' "$conf")