forked from bentol/prometheus-cardinality-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.plzconfig
114 lines (98 loc) · 2.72 KB
/
.plzconfig
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
; Please config file
; Leaving this file as is is enough to use plz to build your project.
; Please will stay on whatever version you currently have until you run
; 'plz update', when it will download the latest available version.
;
; Or you can uncomment the following to pin everyone to a particular version;
; when you change it all users will automatically get updated.
[please]
version = 16.10.1
versionchecksum = 27175acc503594a45d8dbfd1cb096b93bd1e4d6e551e4f35537f1e633fa81929
[buildconfig]
default-docker-repo = hub.docker.com
[test]
; Since building and testing in alpine, where the please sandbox doesn't work
sandbox = false
[go]
importpath = github.com/thought-machine/prometheus-cardinality-exporter
gopath = $TMP_DIR:$TMP_DIR/third_party/go:$TMP_DIR/third_party/go/kubernetes
DefaultStatic = false
CgoCCTool = /usr/local/musl/bin/musl-gcc
[licences]
accept = MIT
accept = MPL-2.0
accept = MPLv2.0, MIT Licenses
accept = MPLv2.0, MIT Licences
accept = MIT License
accept = BSD
accept = BSD 2-Clause
accept = BSD-2-Clause
accept = BSD License
accept = Simplified BSD
accept = Modified BSD
accept = Modified BSD License
accept = FreeBSD
accept = new BSD
accept = NewBSD
accept = New BSD License
accept = BSD-3-Clause
accept = BSD 3-Clause
accept = BSD (3 clause)
accept = 3-clause BSD
accept = 3-Clause BSD License
accept = ISC
accept = ISC License (ISCL)
accept = ASL
accept = ASL 2
accept = Apache
accept = Apache Software License
accept = Apache2
accept = Apache 2
accept = Apache 2.0
accept = Apache-2.0
accept = Apache License, Version 2.0
accept = The Apache Software License, Version 2.0
accept = Apache License 2.0
accept = Apache Software License 2.0
accept = Artistic License
accept = PSF
accept = PSFL
accept = PSF License
accept = Standard PIL License
accept = CC0 1.0 Universal
accept = CC0 (copyright waived)
accept = SIL OFL 1.1
accept = Chromium's License
accept = Bouncy Castle License
accept = The PostgreSQL License
accept = Mozilla Public License 2.0 (MPL 2.0)
accept = LGPL
accept = LGPL 2.1
accept = Eclipse Public License 1.0
accept = Eclipse Public License 2.0
accept = ICU
accept = Freetype
accept = freetype
; GPLv2 with classpath exception
accept = GPLv2+ce
; COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
accept = CDDLv1.0
; Not actually a licence of course but some packages are described this way.
accept = Public Domain
; Custom licenses for specific packages.
accept = graphiql
; Jython
accept = Python Software Foundation license
; JSON
accept = The JSON License
; Temporarily accepted pending resolution of T1878.
accept = greensock
; The WTF License
accept = WTFPL
; Licenses that we don't particularly want to abide by.
reject = GPL
reject = GPLv2
reject = GPLv2+
reject = GPLv3
reject = AGPL
reject = AGPLv3