~pwlars/charms/trusty/jenkins-remote-slave/add-qa-deps

« back to all changes in this revision

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

  • Committer: Francis Ginther
  • Date: 2014-12-09 14:12:53 UTC
  • mfrom: (19.1.6 configurable-lp-user)
  • Revision ID: francis.ginther@canonical.com-20141209141253-9di6ncm3dab990xl
Add lp_user and lp_email options to configure launchpad access and add some shell fixes to other parts of the charm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        autopkgtest bzr-builder subunit ntp
11
11
 
12
12
#Update the udev rules needed for adb devices
13
 
cp files/99-adb.rules /etc/udev/rules.d
 
13
install files/99-adb.rules /etc/udev/rules.d
14
14
udevadm control --reload-rules
15
15
udevadm trigger
16
16
 
17
 
cp files/secrets/wifi.conf /home/jenkins/.ubuntu-ci/wifi.conf
 
17
install --owner=jenkins --group=jenkins -d /var/lib/jenkins/.ubuntu-ci
 
18
install --owner=jenkins --group=jenkins --mode 600 \
 
19
        files/secrets/wifi.conf /var/lib/jenkins/.ubuntu-ci/wifi.conf
18
20
 
19
21
#Add jenkins to the utah group so that we can run utah tests without sudo
20
22
addgroup jenkins utah