-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.xml.in
60 lines (60 loc) · 1.42 KB
/
environment.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<environment xmlns:xi="http://www.w3.org/2001/XInclude">
<variable>
<name>AWS_SHARED_CREDENTIALS_FILE</name>
<value>@awscredentials@</value>
</variable>
<variable>
<name>EDITOR</name>
<value>e</value>
</variable>
<variable>
<name>GOBIN</name>
<value>@bindir@</value>
</variable>
<variable>
<name>GOMODCACHE</name>
<value>@gomodcachedir@</value>
</variable>
<variable>
<name>LANG</name>
<value>en_US.UTF-8</value>
</variable>
<variable>
<name>MANPAGER</name>
<value>less -iR</value>
</variable>
<variable>
<name>MANWIDTH</name>
<value>80</value>
</variable>
<variable>
<name>PAGER</name>
<value>e</value>
</variable>
<variable>
<name>PATH</name>
<value>
<paths>
<xi:include
href="host/environment.xml"
xpointer="xpointer(/environment/variable[name='PATH']/value/paths/*)"/>
<path>@bindir@</path>
<current-value/>
</paths>
</value>
</variable>
<xi:include
href="host/environment.xml"
xpointer="xpointer(/environment/variable[not(contains('
AWS_SHARED_CREDENTIALS_FILE
EDITOR
GOBIN
GOMODCACHE
LANG
MANPAGER
MANWIDTH
PAGER
PATH
', concat(' ', name, ' ')))])"/>
</environment>