summary refs log tree commit diff
path: root/maintainers/scripts/copy-tarballs.sh
Commit message (Collapse)AuthorAge
* Handle more bad charactersEelco Dolstra2013-01-15
|
* Update the tarball mirroring scriptsEelco Dolstra2013-01-15
|
* svn path=/nixpkgs/trunk/; revision=32961Eelco Dolstra2012-03-09
|
* * Split off copy-tarball.sh from copy-tarballs.sh. The former mirrors a ↵Eelco Dolstra2012-03-09
| | | | | | single URL. svn path=/nixpkgs/trunk/; revision=32960
* * Make copy-tarballs.sh work on release.nix.Eelco Dolstra2010-02-05
| | | | svn path=/nixpkgs/trunk/; revision=19834
* * Updated the script that copies tarballs used in Nixpkgs toEelco Dolstra2009-04-25
nixos.org/tarballs. It no longer greps the source for fetchurl calls, because a lot of URLs are now computed (e.g. "http://foo/${name}.tar.bz2"). So instead we evaluate the Nix expression with "nix-instantiate --xml --strict" and look for URLs in the result. Because I'm lazy the script no longer checks whether the hash of the download matches the hash in the expression. svn path=/nixpkgs/trunk/; revision=15310