Doh
[?]
Dec 25, 2017, 2:02 PM
WJBYXFCK6NGKWOUM5XG2ZQBGOQIELTIN7FQNLBQAYQCTPG6FFR4ACDependencies
- [2]
5Q4ZLL37reproduce.tt: Add --help flag - [3]
JAH3UPWASupport revision control systems via plugins - [4]
FPA5UO23Use mktemp for tempdir creation in prefetchers. - [5]
EQE7VLEQreproduce.tt: Save the revCount when reproducing more than once - [6]
4IH6RYSGFix reproduce script - [7]
GRS3VARKI should sleep... grmbl - [8]
B7KDPCRLPrevent inputs from being garbage collected during evaluation - [9]
HZWUT4YNAllow users to reproduce builds on their own systems - [10]
TP45TDNNDon't do camel case in filenames - [11]
KX5L74EYadd nix-prefetch- scripts for now, were externals in svn
Change contents
- replacement in src/lib/Hydra/Plugin/SubversionInput.pm at line 68
(system "svn", "export", $wcPath, "$tmpDir/svn-export", "--quiet") == 0 or die "svn export failed";$storePath = addToStore("$tmpDir/svn-export", 1, "sha256");(system "svn", "export", $wcPath, "$tmpDir/source", "--quiet") == 0 or die "svn export failed";$storePath = addToStore("$tmpDir/source", 1, "sha256"); - replacement in src/root/reproduce.tt at line 102
inputDir="$tmpDir/[% input.name %]/git-export"inputDir="$tmpDir/[% input.name %]/source" - replacement in src/root/reproduce.tt at line 124
inputDir="$tmpDir/[% input.name %]/hg-archive"inputDir="$tmpDir/[% input.name %]/source" - replacement in src/root/reproduce.tt at line 146
inputDir="$tmpDir/[% input.name %]/svn-export"inputDir="$tmpDir/[% input.name %]/source" - replacement in src/script/nix-prefetch-git at line 243
tmpFile="$tmpPath/git-export"tmpFile="$tmpPath/source" - replacement in src/script/nix-prefetch-hg at line 41
tmpArchive="$tmpPath/hg-archive"tmpArchive="$tmpPath/source"