mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
1f56fb86e3
Signed-off-by: Joshua Colson <joshua.colson@gmail.com>
21 lines
346 B
Plaintext
21 lines
346 B
Plaintext
[
|
|
{
|
|
"Name": "repo1",
|
|
"Comment": "",
|
|
"DefaultDistribution": "",
|
|
"DefaultComponent": "main"
|
|
},
|
|
{
|
|
"Name": "repo2",
|
|
"Comment": "Cool2",
|
|
"DefaultDistribution": "",
|
|
"DefaultComponent": "main"
|
|
},
|
|
{
|
|
"Name": "repo3",
|
|
"Comment": "Cool3",
|
|
"DefaultDistribution": "",
|
|
"DefaultComponent": "main"
|
|
}
|
|
]
|