summary refs log tree commit diff
path: root/pkgs/build-support/fetchdarcs
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-01-14
|\ | | | | | | | | | | | | | | | | | | Conflicts: pkgs/build-support/fetchbower/default.nix pkgs/build-support/fetchdarcs/default.nix pkgs/build-support/fetchgx/default.nix pkgs/development/python-modules/botocore/default.nix pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix pkgs/tools/admin/awscli/default.nix
| * treewide: Fetchers should use `stdenvNoCC`.John Ericson2018-01-10
| |
| * treewide: Fixed output fetch* derivations should use `nativeBuildInputs`John Ericson2018-01-09
| |
* | cacert: cleanup exporting SSL_CERT_FILEDaiderd Jordan2017-12-27
|/
* fetchdarcs: Use NIX_SSL_CERT_FILEJoe Hermaszewski2017-06-03
| | | | | | | | | | | | | | | `SSL_CERT_FILE` has been replaced with `NIX_SSL_CERT_FILE`. Before this change using `fetchdarcs` resulted in an error message like: ``` Identifying repository http://hub.darcs.net/scravy/easyplot inventory darcs failed: Not a repository: http://hub.darcs.net/scravy/easyplot (Peer certificate cannot be authenticated with given CA certificates) HINT: Do you have the right URI for the repository? builder for ‘/nix/store/imyvcs6lvb5yva66krc5wk39931sam8v-fetchdarcs.drv’ failed with exit code 2 ```
* fetchdarcs: add SSL_CERT_FILE environment variableRenzo Carbonara2017-04-26
|
* fetch-*: remove md5 supportRobin Gloster2017-03-20
| | | | fixes #4491
* Remove fetchMD5warnEelco Dolstra2016-11-30
| | | | | | | | Deprecation warnings should not be used in Nixpkgs because they spam innocent "nix-env -qa" users with (in this case) dozens of messages that they can't do anything about. This also reverts commit 2ca883338389b7ab995924a0cab0211993bdf1da.
* fetch*: print a trace warning about md5 deprecationMichael Raskin2016-10-09
|
* fetchbzr, fetchdarcs, fetchhg: use `rev` attrBenno Fünfstück2014-06-28
| | | | | This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
* Remove deprecated option --ephemeral from fetchdarcsRickard Nilsson2012-10-22
|
* Added Idris and updated fetchdarcs.Andres Löh2009-05-13
| | | | svn path=/nixpkgs/trunk/; revision=15595
* - fetchdarcs supports now partialMarc Weber2008-03-06
| | | | | | | | | | | | - fetchdarcs_2pre added - flapjax added - no longer used : annotatedDerivations - added bleeding edge repos with a tiny nix repository manager which dowloads and updates repostiries, then creates tar.gz dist files which are used by bleeding_edge_source (darcs tested only by now) - added experimental my_environment with example svn path=/nixpkgs/trunk/; revision=10974
* hash check removed because the nix system does it..Marc Weber2007-09-07
| | | | svn path=/nixpkgs/trunk/; revision=9279
* * updated darcs to 1.0.5, added curl dependencyAndres Löh2006-01-30
* added an experimental fetchdarcs function, based on fetchsvn (there are no expressions yet that use this function) svn path=/nixpkgs/trunk/; revision=4615