Merge lp:~fginther/phablet-tools/fix-archive-install into lp:phablet-tools

Proposed by Francis Ginther
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 303
Merged at revision: 304
Proposed branch: lp:~fginther/phablet-tools/fix-archive-install
Merge into: lp:phablet-tools
Diff against target: 12 lines (+1/-1)
1 file modified
phablet-config (+1/-1)
To merge this branch: bzr merge lp:~fginther/phablet-tools/fix-archive-install
Reviewer Review Type Date Requested Status
Oliver Grawert Approve
Paul Larson (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+233588@code.launchpad.net

Commit message

Replace '.' with ',' in adb_shell command to mv the local-pin-1100 file.

Description of the change

Replace '.' with ',' in adb_shell command to mv the local-pin-1100 file.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

I wonder how this slipped in!

Revision history for this message
Oliver Grawert (ogra) wrote :

ugh, sorry .. yeah, land that asap :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'phablet-config'
2--- phablet-config 2014-09-05 11:08:38 +0000
3+++ phablet-config 2014-09-05 20:21:05 +0000
4@@ -188,7 +188,7 @@
5 adb.push(tmp_archive, '/tmp/archive')
6 sudo_shell(adb, sudocmd, 'mv /tmp/archive/00localrepo.list '
7 '/etc/apt/sources.list.d')
8- sudo_shell(adb. sudocmd, 'mv /tmp/archive/local-pin-1100 '
9+ sudo_shell(adb, sudocmd, 'mv /tmp/archive/local-pin-1100 '
10 '/etc/apt/preferences.d')
11
12 if args.ppa:

Subscribers

People subscribed via source and target branches