-
Notifications
You must be signed in to change notification settings - Fork 23
/
demo.json
50 lines (45 loc) · 1.16 KB
/
demo.json
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
{
"agency": "DOE",
"organization": "Lawrence Livermore National Laboratory",
"contact_email": "[email protected]",
"permissions": {
"usageType": "exemptByAgencyMission",
"exemptionText": "This source code resides on a private server and has not been properly evaluated for releaseability."
},
"GitHub": [
{
"url": "https://github.com",
"token": null,
"public_only": true,
"orgs": [
"LLNL",
"spack",
"xbraid"
],
"repos": [
"dun/conman",
"dun/munge"
],
"exclude": [
"LLNL",
"spack/spack.io"
]
}
],
"GitLab": [
{
"url": "https://gitlab.com",
"token": null,
"fetch_languages": false,
"repos": [
"IanLee1521/flake8",
"gnachman/iterm2",
"gitlab-org/gitlab-ce"
],
"exclude": [
"IanLee1521",
"gitlab-org/gitlab-ce"
]
}
]
}