1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
Files
CKAN-meta/repositories.json
Paul Fenwick 9741c78ac3 Common metadata repos can now download in .tar.gz format
The client has been able to handle .tar.gz for a while. Recent releases
(at least since v1.12) use it by default. This updates our list of repos
to use the .tar.gz versions which require less bandwidth than their
zippy counterparts.
2015-08-24 10:13:26 +10:00

47 lines
1.6 KiB
JSON

{
"repositories": [
{
"name": "default",
"uri": "https://github.com/KSP-CKAN/CKAN-meta/archive/master.tar.gz",
"x_mirror": true,
"x_comment": "The well-known default CKAN metadata repository"
},
{
"name": "dev",
"uri": "https://github.com/KSP-CKAN/CKAN-meta-dev/archive/master.tar.gz",
"x_mirror": false,
"x_comment": "Development ckans"
},
{
"name": "MechJeb2-dev",
"uri": "https://github.com/KSP-CKAN/CKAN-meta-dev/archive/MechJeb2-ci.tar.gz",
"x_mirror": false,
"x_comment": "MechJeb2 Development (prerelease and Jenkins) ckans"
},
{
"name": "RemoteTech-pre",
"uri": "https://github.com/KSP-CKAN/CKAN-meta-dev/archive/RemoteTech-pre.tar.gz",
"x_mirror": false,
"x_comment": "RemoteTech Development (prerelease and Jenkins) ckans"
},
{
"name": "SCANsat-pre",
"uri": "https://github.com/KSP-CKAN/CKAN-meta-dev/archive/SCANsat-pre.tar.gz",
"x_mirror": false,
"x_comment": "SCANsat Development (prerelease and Jenkins) ckans"
},
{
"name": "Trajectories-pre",
"uri": "https://github.com/KSP-CKAN/CKAN-meta-dev/archive/SCANsat-pre.tar.gz",
"x_mirror": false,
"x_comment": "Trajectories Development (prerelease and Jenkins) ckans"
}
]
}