-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtest.repos
44 lines (44 loc) · 1.48 KB
/
test.repos
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
[
"--------------------------------------------------------",
{
"Prefix" : "nothing",
"Url" : "http://wirzelprimpft.de/unresolvable_repository/",
"Scan" : true,
"Architectures" : [ "i386", "amd64" ]
},
"--------------------------------------------------------",
{
"Repository" : "Main Debian Repository",
"Prefix" : "debian",
"Tags" : [ "stable" ],
"Url" : "http://deb.debian.org/debian/",
"Suites" : [
{"Suite": "stretch", "Tags" : [ "test" ] },
{"Suite": "stretch-backports" },
{"Suite": "stretch-updates", "Tags" : [ "test2" ], "Trusted": "true" }
],
"ExtractSuiteFromReleaseUrl": true,
"Architectures" : [ "i386", "amd64" ],
"TrustedGPG" : "./gpg/debian.gpg"
},
"--------------------------------------------------------",
{
"Repository" : "Test Dummy File Url",
"Prefix" : "dummy",
"Tags" : [ "testscan" ],
"Url" : "file:///tmp/onDisk/",
"Scan" : true,
"ExtractSuiteFromReleaseUrl": true,
"Architectures" : [ "i386", "amd64" ]
},
"--------------------------------------------------------",
{
"Repository" : "German Main Ubuntu Repository",
"Prefix" : "ubuntu:de-",
"Url" : "http://de.archive.ubuntu.com/ubuntu/",
"Suites" : [ "bionic" ],
"Architectures" : [ "i386", "amd64" ],
"TrustedGPG" : "./gpg/ubuntu.gpg"
},
"--------------------------------------------------------"
]