Merge ~michihenning/jenkaas-jobs:fix-non-ascii-filenames into jenkaas-jobs:master

Proposed by Michi Henning
Status: Needs review
Proposed branch: ~michihenning/jenkaas-jobs:fix-non-ascii-filenames
Merge into: jenkaas-jobs:master
Diff against target: 13 lines (+4/-0)
1 file modified
jenkaas_jobs/yaml/launchpad/lp-generic-land-mp.sh (+4/-0)
Reviewer Review Type Date Requested Status
Jenkaas Hackers Pending
Review via email: mp+315970@code.launchpad.net

Commit message

Work around bzrlib problem - lp:1657969. Without setting LANG, non-ASCII characters in file names cause errors.

Description of the change

Work around bzrlib problem - lp:1657969. Without setting LANG, non-ASCII characters in file names cause errors.

To post a comment you must log in.

Unmerged commits

f3a70a1... by Michi Henning

Work around bzrlib problem - lp:1657969. Without setting LANG, non-ASCII characters in file names cause errors.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/jenkaas_jobs/yaml/launchpad/lp-generic-land-mp.sh b/jenkaas_jobs/yaml/launchpad/lp-generic-land-mp.sh
index 9c19c81..e674311 100644
--- a/jenkaas_jobs/yaml/launchpad/lp-generic-land-mp.sh
+++ b/jenkaas_jobs/yaml/launchpad/lp-generic-land-mp.sh
@@ -3,4 +3,8 @@
3# log all commands and abort on error3# log all commands and abort on error
4set -ex4set -ex
55
6# HACK: Work around bzrlib problem - lp:1657969
7# Without setting LANG, non-ASCII characters in file names cause errors.
8export LANG=en_US.UTF-8
9
6autoland --test-result="${ci_result}" --build-job-url="${ci_build}" --merge-proposal="${ci_merge_proposal}" --revision="${ci_revision}"10autoland --test-result="${ci_result}" --build-job-url="${ci_build}" --merge-proposal="${ci_merge_proposal}" --revision="${ci_revision}"

Subscribers

People subscribed via source and target branches

to all changes: