Merge lp:~ogra/phablet-tools/fix-bootchart-tmpdir-creation into lp:phablet-tools

Proposed by Oliver Grawert
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 254
Merged at revision: 255
Proposed branch: lp:~ogra/phablet-tools/fix-bootchart-tmpdir-creation
Merge into: lp:phablet-tools
Diff against target: 12 lines (+1/-1)
1 file modified
phablet-bootchart (+1/-1)
To merge this branch: bzr merge lp:~ogra/phablet-tools/fix-bootchart-tmpdir-creation
Reviewer Review Type Date Requested Status
Sergio Schvezov Approve
PS Jenkins bot continuous-integration Approve
Andy Doan (community) Approve
Review via email: mp+214980@code.launchpad.net

Commit message

phablet-bootchart: fix tmpdir creation to not try to use the full path of the command

Description of the change

phablet-bootchart: fix tmpdir creation to not try to use the full path of the command

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

fixes my problem. thanks

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

Ran
~/source/phablet-tools/fix-bootchart-tmpdir-creation/phablet-bootchart -f svg
and worked fine

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'phablet-bootchart'
--- phablet-bootchart 2014-04-09 10:03:00 +0000
+++ phablet-bootchart 2014-04-09 15:44:44 +0000
@@ -2,7 +2,7 @@
22
3set -eu3set -eu
44
5TMPDIR=$(mktemp -d /tmp/$0.XXXXX)5TMPDIR=$(mktemp -d /tmp/$(basename $0).XXXXX)
6SUITE="trusty"6SUITE="trusty"
7PREFIX="ubuntu-phablet"7PREFIX="ubuntu-phablet"
8CHARTOPTS="--crop-after=unity8 --annotate=unity8"8CHARTOPTS="--crop-after=unity8 --annotate=unity8"

Subscribers

People subscribed via source and target branches