Merge ~pwlars/testflinger-cli:cli-wrapper into testflinger-cli:master

Proposed by Paul Larson
Status: Merged
Approved by: Paul Larson
Approved revision: 0dad9d9c9d00ff16c2686e11c89c2ee220e53fe2
Merged at revision: 0dad9d9c9d00ff16c2686e11c89c2ee220e53fe2
Proposed branch: ~pwlars/testflinger-cli:cli-wrapper
Merge into: testflinger-cli:master
Diff against target: 10 lines (+4/-0)
1 file modified
testflinger-cli.wrapper (+4/-0)
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+316616@code.launchpad.net

Description of the change

I missed this in the last MP, but it's needed by the snapcraft.yaml. Fixes the obvious "works on my machine" problem when trying to build it on launchpad :)

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

pushing this through as there's really no code change, just needed for getting lp to build the snap now

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/testflinger-cli.wrapper b/testflinger-cli.wrapper
2new file mode 100755
3index 0000000..9278862
4--- /dev/null
5+++ b/testflinger-cli.wrapper
6@@ -0,0 +1,4 @@
7+#!/bin/sh
8+export LC_ALL=C.UTF-8
9+export LANG=C.UTF-8
10+exec testflinger-cli $@

Subscribers

People subscribed via source and target branches