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
1=== modified file 'phablet-bootchart'
2--- phablet-bootchart 2014-04-09 10:03:00 +0000
3+++ phablet-bootchart 2014-04-09 15:44:44 +0000
4@@ -2,7 +2,7 @@
5
6 set -eu
7
8-TMPDIR=$(mktemp -d /tmp/$0.XXXXX)
9+TMPDIR=$(mktemp -d /tmp/$(basename $0).XXXXX)
10 SUITE="trusty"
11 PREFIX="ubuntu-phablet"
12 CHARTOPTS="--crop-after=unity8 --annotate=unity8"

Subscribers

People subscribed via source and target branches