From 06eda8f7a76631b3817c9266205d03be23efd1eb Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 27 Nov 2017 11:50:36 +0100 Subject: [PATCH] Re-lock the Earth until we have a more robust support for that many files. --- config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index cb24ae4..d31aec2 100644 --- a/config.yml +++ b/config.yml @@ -145,8 +145,9 @@ targets: dens: 'Dens' vtot: 'Vel' temp: 'Temp' - locked: false - default: true + # Earth has a LOT of data files, compared to the others. + locked: true + default: false - type: 'planet' slug: 'mars' name: 'Mars' -- libgit2 0.21.2