~fginther/vmbuilder/jenkins_kvm-occ

« back to all changes in this revision

Viewing changes to jenkins/CloudImages_Base.sh

  • Committer: Robert C Jennings
  • Date: 2017-05-26 13:59:49 UTC
  • mfrom: (785.1.2 jenkins_kvm)
  • Revision ID: robert.jennings@canonical.com-20170526135949-vvyzl3tnlnt45knv
Build images with trusty, not precise

[a=rcj][r=philroche,tribaal]
Move to using Trusty for the builder image in all cases now that
Precise has reached End of Life and moved to S3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
DISTRO=${DISTRO:?Must define distro}
8
8
build_config="${PWD}/${DISTRO}-build.sh"
9
9
 
10
 
# Use trusty for builds now
11
 
export USE_TRUSTY=${BUILD_WITH_TRUSTY:-0}
12
 
 
13
10
# Read in the common functions
14
11
my_dir="$( cd "$( dirname "$0" )" && pwd )"
15
12
base_dir=$(dirname ${my_dir})