Skip to content

Commit 8bf0be4

Browse files
committed
More aggressive compression
This saves about 21G of storage (≈⅓ shaved off). The midpoint is supposed to be in front of the cutoff point so that bisectable stumbles about the fast build at its first step. I haven't counted the actual number of commits, but it should be right. Even if not, it'll fix itself in a month or so.
1 parent 6776e35 commit 8bf0be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintenance/long-term-storage.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ my \DIR-BASE = PROJECT.lc;
2727
my \BUILDS-LOCATION = /tmp/whateverable/{DIR-BASE};
2828
my \ARCHIVES-LOCATION = {WORKING-DIRECTORY}/data/builds/{DIR-BASE}.IO.absolute;
2929
my \REPO-LATEST = /tmp/whateverable/{DIR-BASE}-repo;
30-
my \CUTOFF-DATE = 2015-12-01;
30+
my \CUTOFF-DATE = PROJECT == MoarVM ?? 2017-12-01 !! 2016-10-01;
3131
my \TAGS-SINCE = 2014-01-01;
3232

3333
my @git-latest = git, --git-dir, {REPO-LATEST}/.git, --work-tree, REPO-LATEST;

0 commit comments

Comments
 (0)