aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/fetchsvn (follow)
Commit message (Expand)AuthorAgeFilesLines
* fetchsvn: Fix for crossJohn Ericson2020-03-092-9/+14
* fetchsvn: move defaults to package fileJan Malakhovski2019-02-031-1/+1
* prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-181-3/+4
* treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-101-4/+4
* treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-091-1/+1
* build-support: tidy fetchSvnFahad Sadah2017-12-181-5/+1
* fetchsvn: set LC_ALL in builder to allow svn to handle unicode filenamesRobert Scott2017-06-042-2/+6
* fetch-*: remove md5 supportRobin Gloster2017-03-201-2/+5
* fetchsvn: fixup name guessing after #23851Vladimír Čunát2017-03-191-2/+4
* fetchSvn: Add support for --ignore-keywords flagArseniy Alekseyev2017-03-132-3/+5
* Remove fetchMD5warnEelco Dolstra2016-11-301-2/+1
* fetch*: print a trace warning about md5 deprecationMichael Raskin2016-10-091-1/+2
* lib/fetchers.nix: factor out impure proxy vars (#18702)Profpatsch2016-09-171-8/+1
* fetchsvn: correctly handle trailing slashesThomas Tuegel2015-12-061-1/+1
* build-support: Fix nix-prefetch-* on OS X.aszlig2014-08-271-1/+1
* build-support: Use mktemp -d in nix-prefetch-*.aszlig2014-08-251-4/+3
* nix-prefetch-{bzr,hg,svn}: print fetched revisionBenno Fünfstück2014-06-111-0/+1
* preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát2014-02-101-0/+2
* Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per seMichael Raskin2014-01-011-1/+1
* fetchsvn: handle redirect(s)Bjørn Forsman2013-11-011-2/+2
* fetchsvn: Allow setting the name of the outputShea Levy2013-05-261-3/+5
* fetchsvn: Add ignoreExternals attribute.aszlig2013-03-272-3/+4
* nix-prefetch-svn: Support $NIX_PREFETCH_SVN_LEAVE_DOT_SVN.Ludovic Courtès2009-12-031-1/+8
* Change fetchsvn as well as nix-prefect-svn to use the repository name andNicolas Pierron2009-10-062-4/+29
* nix-prefetch-svn: Use SHA256/Base32 by default.Ludovic Courtès2009-07-101-1/+4
* Update fetchsvn for proxy supportMichael Raskin2009-05-192-0/+20
* * Don't suppress error messages.Eelco Dolstra2008-11-251-2/+1
* * fetchsvn: Nix already checks the hash, no need for the builder to do it.Eelco Dolstra2008-02-292-11/+2
* * fetchcvs: cleanup, use nix-store --add-fixed like fetchurl/svn.Eelco Dolstra2008-02-282-6/+2
* Michael Raskin2007-12-042-5/+6
* * Don't pollute /tmp.Eelco Dolstra2006-07-181-3/+2
* * Show less garbage.Eelco Dolstra2006-07-171-1/+2
* Added ssh support to fetchsvnMartin Bravenboer2006-07-172-2/+6
* * More hackery.Eelco Dolstra2006-05-311-1/+1
* * We no longer need the prefetch stuff.Eelco Dolstra2006-05-301-11/+5
* * Make nix-prefetch-svn use nix-store --add-fixed (just likeEelco Dolstra2006-05-301-42/+35
* * Do use readlink if available.Eelco Dolstra2006-05-021-1/+2
* * system -> top-level.Eelco Dolstra2006-03-301-1/+1
* * Don't use i686-linux.nix.Eelco Dolstra2006-03-151-2/+2
* * Removed readlink.Eelco Dolstra2006-03-151-1/+1
* * Pipe the "p" character into Subversion to force it to accept theEelco Dolstra2005-12-151-1/+5
* * Use a restrictive umask to prevent permission problems.Eelco Dolstra2005-12-151-0/+4
* * "." -> "source".Eelco Dolstra2005-12-051-1/+1
* * Fix for *non*-suid installations.Eelco Dolstra2005-04-121-0/+1
* * Use a hash over the entire SVN exported tree.Eelco Dolstra2005-02-221-0/+1
* * Use fixed-output hashes in fetchsvn.Eelco Dolstra2005-02-223-10/+26
* * Allow a known hash to be specified.Eelco Dolstra2004-12-171-17/+25
* * Option to print out the path, analogous to nix-prefetch-url.Eelco Dolstra2004-12-171-0/+4
* * `fetchsvn' now requires the MD5 hash (as computed by `nix-hash') ofEelco Dolstra2004-04-143-9/+69
* * Remove trivial builders.Eelco Dolstra2004-03-292-5/+1