~abentley/juju-ci-tools/client-from-config-4

« back to all changes in this revision

Viewing changes to run-osx-client.bash

  • Committer: Aaron Bentley
  • Date: 2016-03-18 14:47:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1324.
  • Revision ID: aaron.bentley@canonical.com-20160318144706-z7wy9c21m3psi6g5
Introduce set_model_name, update tests, check controller on bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
s3cmd -c $JUJU_HOME/juju-qa.s3cfg sync \
24
24
  s3://juju-qa-data/juju-ci/products/version-$revision_build/build-osx-client/\
25
25
  built --exclude '*' --include 'juju-*-osx.tar.gz'
26
 
TARFILE=$(find  built -name 'juju-*-osx.tar.gz' | head -1)
 
26
TARFILE=$(find  built -name 'juju-*-osx.tar.gz')
27
27
echo "Downloaded $TARFILE"
28
28
 
29
29
cat > temp-config.yaml <<EOT