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