Merge lp:~pwlars/charms/trusty/jenkins-remote-slave/wifi-conf-location-change into lp:~canonical-ci-engineering/charms/trusty/jenkins-remote-slave/trunk

Proposed by Paul Larson
Status: Merged
Merged at revision: 18
Proposed branch: lp:~pwlars/charms/trusty/jenkins-remote-slave/wifi-conf-location-change
Merge into: lp:~canonical-ci-engineering/charms/trusty/jenkins-remote-slave/trunk
Diff against target: 15 lines (+1/-4)
1 file modified
hooks/install.d/3000-ci-tools.sh (+1/-4)
To merge this branch: bzr merge lp:~pwlars/charms/trusty/jenkins-remote-slave/wifi-conf-location-change
Reviewer Review Type Date Requested Status
Para Siva (community) Approve
Review via email: mp+239093@code.launchpad.net

Description of the change

Depends on lp:~pwlars/ubuntu-test-cases/default-wifi-location
We already keep some other config things there, so it's a much more reasonable default than our previous location. I've already hand copied this on heymann, so that if the other branch lands first, it won't cause any problems.

To post a comment you must log in.
Revision history for this message
Para Siva (psivaa) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install.d/3000-ci-tools.sh'
2--- hooks/install.d/3000-ci-tools.sh 2014-10-02 19:07:46 +0000
3+++ hooks/install.d/3000-ci-tools.sh 2014-10-21 16:01:26 +0000
4@@ -14,10 +14,7 @@
5 udevadm control --reload-rules
6 udevadm trigger
7
8-#FIXME: 20140926 plars - find a better place for this
9-# Existing tests assume /home/ubuntu/magners-wifi
10-#https://app.asana.com/0/8312808705920/16730142900572
11-cp files/secrets/wifi.conf /home/ubuntu/magners-wifi
12+cp files/secrets/wifi.conf /home/jenkins/.ubuntu-ci/wifi.conf
13
14 #Add jenkins to the utah group so that we can run utah tests without sudo
15 addgroup jenkins utah

Subscribers

People subscribed via source and target branches