summary refs log tree commit diff
path: root/maintainers/scripts/find-tarballs.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-08-29find-tarballs.nix: isPatch should be defined only when postFetch is not emptySolene Rapenne1-1/+1
2022-08-28find-tarballs.nix: add a new attribute and include patches filesSolene Rapenne1-2/+2
2021-11-04find-tarballs.nix: Avoid all passthru attrsRobert Hensing1-1/+1
Avoiding passthru itself was the right direction, but not a complete solution. Passthru attributes typically do not contain dependencies, but rather extra paths that are not relevant to the build itself. Whether we want to include all (passthru) test dependencies this way can be debated, but removing them makes this expression more robust.
2019-01-24Fix copy-tarballs.plEelco Dolstra1-1/+1
2016-04-18copy-tarballs.pl: Use substituters to obtain tarballsEelco Dolstra1-1/+1
2016-04-08find-tarballs.nix: Handle stdenv bootstrap fetchurlEelco Dolstra1-2/+2
2016-02-25tarball: fix the jobVladimír Čunát1-1/+2
Find-tarballs was failing on some `requireFile` that was fixed-output but didn't specify `outputHashMode`. Apparently, nix is fine with that and uses the "flat" default, although that's undocumented.
2015-12-16copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra1-3/+2
2015-12-10copy-tarballs: Use an S3 bucket for tarballs.nixos.orgEelco Dolstra1-2/+7
Tarballs.nixos.org is now stored in an S3 bucket rather than an EBS volume. Redirects are used to simulate symlinks. The function find-tarballs.nix now filters out fetchzip, fetchpatch and the like.
2014-02-19Fix updating of the tarball mirrorEelco Dolstra1-0/+45