~canonical-ci-engineering/charms/trusty/jenkins-remote-slave/trunk

« back to all changes in this revision

Viewing changes to hooks/install.d/3000-ci-tools.sh

  • Committer: Paul Larson
  • Date: 2016-03-23 03:39:48 UTC
  • Revision ID: paul.larson@canonical.com-20160323033948-kvdm2cydhyxa3j0s
use an updated jenkins slave package, and modify the settings properly for it

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#Install tools needed for working with devices
5
5
add-apt-repository ppa:phablet-team/tools < /dev/null
6
6
add-apt-repository ppa:utah/stable < /dev/null
 
7
add-apt-repository ppa:pwlars/jenkins < /dev/null
7
8
 
8
9
apt-get update || apt-get update || apt-get update
9
10
apt-get install -y --assume-yes phablet-tools ubuntu-device-flash utah \