Merge ~cjwatson/launchpad:fix-cibuild-env-var-example into launchpad:master

Proposed by Colin Watson
Status: Merged
Approved by: Jürgen Gmach
Approved revision: af275e15376960858718343b8b38f65d505fde76
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~cjwatson/launchpad:fix-cibuild-env-var-example
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
lib/lp/services/config/schema-lazr.conf (+1/-1)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+423360@code.launchpad.net

Commit message

Fix JSON syntax of environment_variables example

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

Good catch! Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/services/config/schema-lazr.conf b/lib/lp/services/config/schema-lazr.conf
2index 45bf05a..511ad24 100644
3--- a/lib/lp/services/config/schema-lazr.conf
4+++ b/lib/lp/services/config/schema-lazr.conf
5@@ -238,7 +238,7 @@ salsa.debian.org.token: none
6 [cibuild.soss]
7 # value is a JSON Object
8 # example:
9-# environment_variables: {"PIP_INDEX_URL: http://%(read_auth)s@%(base_url)/simple"}
10+# environment_variables: {"PIP_INDEX_URL": "http://%(read_auth)s@%(base_url)/simple"}
11 environment_variables: none
12 # value is a JSON Array
13 # example:

Subscribers

People subscribed via source and target branches

to status/vote changes: