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.
This commit is contained in:
Paul Fenwick 2015-08-24 10:13:26 +10:00
parent 55d82c166c
commit 9741c78ac3
1 changed files with 6 additions and 6 deletions

View File

@ -2,42 +2,42 @@
"repositories": [
{
"name": "default",
"uri": "https://github.com/KSP-CKAN/CKAN-meta/archive/master.zip",
"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.zip",
"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.zip",
"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.zip",
"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.zip",
"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.zip",
"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"
}