Disable programs.sqlite generation

This commit is contained in:
Eelco Dolstra 2016-10-21 18:27:28 +02:00
parent eea0729481
commit 7f2bbc884c

View file

@ -141,7 +141,7 @@ if ($bucket->head_key("$releasePrefix/github-link")) {
}
# Generate the programs.sqlite database and put it in nixexprs.tar.xz.
if ($channelName =~ /nixos/ && -e "$tmpDir/store-paths") {
if (0 && $channelName =~ /nixos/ && -e "$tmpDir/store-paths") {
File::Path::make_path("$tmpDir/unpack");
system("tar", "xfJ", "$tmpDir/nixexprs.tar.xz", "-C", "$tmpDir/unpack") == 0 or die;
my $exprDir = glob("$tmpDir/unpack/*");