Peter Simons
|
966b4c336d
|
mirrors.nix: use GNU mirrors before hitting the master site
Our first download URL of choice is http://ftpmirror.gnu.org/, which is an
automatic re-director.
|
2012-08-22 14:28:50 +02:00 |
|
Eelco Dolstra
|
1baf48f087
|
Do some let-floating to prevent repeated evaluation of impureEnvVars
|
2012-08-13 15:15:16 -04:00 |
|
Peter Simons
|
5c1b0582d2
|
build-support/fetchurl/mirrors.nix: add funet.fi to more mirrors
Committed on behalf of Ilja Honkonen <ilja.honkonen@helsinki.fi>.
svn path=/nixpkgs/trunk/; revision=33946
|
2012-04-29 18:17:50 +00:00 |
|
Eelco Dolstra
|
8fb94bace5
|
* Remove some obsolete kernel.org mirrors.
svn path=/nixpkgs/trunk/; revision=33609
|
2012-04-05 09:12:38 +00:00 |
|
Yury G. Kudryashov
|
b3709689db
|
Add modemmanager
svn path=/nixpkgs/trunk/; revision=31263
|
2012-01-04 09:05:22 +00:00 |
|
Lluís Batlle i Rossell
|
faafa3513a
|
Adding a kernel mirror that at least has the module-init-tools of nixpkgs.
svn path=/nixpkgs/trunk/; revision=30020
|
2011-10-25 17:46:39 +00:00 |
|
Ludovic Courtès
|
d4a560845d
|
Make `ftp.gnu.org' the first site for GNU stuff.
svn path=/nixpkgs/trunk/; revision=29976
|
2011-10-22 21:55:04 +00:00 |
|
Shea Levy
|
9f3fb4b1ae
|
Add a working kernel.org mirror
svn path=/nixpkgs/trunk/; revision=29541
|
2011-09-29 20:57:47 +00:00 |
|
Yury G. Kudryashov
|
c130be537b
|
Add fetchurl_gnome wrapper
It just creates correct mirror://gnome/sources/... URL.
svn path=/nixpkgs/trunk/; revision=29377
|
2011-09-20 06:21:46 +00:00 |
|
Peter Simons
|
a08329b7bb
|
pkgs/build-support/fetchurl/mirrors.nix: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=29360
|
2011-09-19 18:25:51 +00:00 |
|
Peter Simons
|
cc1ea39580
|
Added kernel.org mirror at tu-dresden.de to the list, which is currently reachable (unlike the kernel.org domain).
svn path=/nixpkgs/trunk/; revision=29359
|
2011-09-19 18:25:47 +00:00 |
|
Eelco Dolstra
|
8782b43c45
|
* Another mirror for old openSUSE releases.
svn path=/nixpkgs/trunk/; revision=28388
|
2011-08-08 13:58:52 +00:00 |
|
Lluís Batlle i Rossell
|
ee8b05eb70
|
Adding 'wakelan', to use UDP wake on lan on ethernet.
svn path=/nixpkgs/trunk/; revision=26912
|
2011-04-20 20:55:46 +00:00 |
|
Eelco Dolstra
|
4b50191fd4
|
* Remove a not very useful message that didn't get printed anyway
because the test condition was wrong.
svn path=/nixpkgs/trunk/; revision=26147
|
2011-03-03 14:59:58 +00:00 |
|
Yury G. Kudryashov
|
f736995e07
|
Prefer upstream mirror system to our hand-written mirror list.
svn path=/nixpkgs/trunk/; revision=25863
|
2011-02-09 21:09:48 +00:00 |
|
Lluís Batlle i Rossell
|
fca582bff0
|
Updating from trunk. I had to resolve the pcre and some stdenv2 in all-packages
svn path=/nixpkgs/branches/stdenv-updates/; revision=24155
|
2010-10-07 21:21:31 +00:00 |
|
Eelco Dolstra
|
17670a5412
|
* Add some openSUSE mirrors that still have 10.3 and 11.0.
svn path=/nixpkgs/trunk/; revision=24053
|
2010-10-04 14:30:34 +00:00 |
|
Lluís Batlle i Rossell
|
46082f25f9
|
Updating from trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=23027
|
2010-08-07 20:14:04 +00:00 |
|
Lluís Batlle i Rossell
|
229883730e
|
Removing some nongnu mirrors that don't work for me.
Feel free to check them back in if they work for you.
svn path=/nixpkgs/branches/stdenv-updates/; revision=22978
|
2010-08-05 22:02:13 +00:00 |
|
Eelco Dolstra
|
aded38809b
|
* Turn on `preferLocalBuild' for fetchurl.
svn path=/nixpkgs/trunk/; revision=22948
|
2010-08-04 12:37:03 +00:00 |
|
Eelco Dolstra
|
12ede4793f
|
* Add ftp-archives.postgresql.org as a fallback for PostgreSQL
downloads.
* PostgreSQL updated to 8.3.11, 8.4.4.
svn path=/nixpkgs/trunk/; revision=22365
|
2010-06-21 20:43:05 +00:00 |
|
Eelco Dolstra
|
3962afb3a7
|
* Add a fallback for Debian releases (in particular `etch').
svn path=/nixpkgs/trunk/; revision=22355
|
2010-06-21 12:19:34 +00:00 |
|
Eelco Dolstra
|
7a1dde5d25
|
* Fix the download of discontinued openSUSE releases.
svn path=/nixpkgs/trunk/; revision=22324
|
2010-06-18 11:49:57 +00:00 |
|
Eelco Dolstra
|
b49f21d5e8
|
* Add a fallback mirror for very old Ubuntu releases.
svn path=/nixpkgs/trunk/; revision=22262
|
2010-06-14 17:22:56 +00:00 |
|
Yury G. Kudryashov
|
c74d23dbdf
|
Fix typo, thanks to Rob Vermaas
svn path=/nixpkgs/trunk/; revision=22031
|
2010-05-28 06:49:32 +00:00 |
|
Yury G. Kudryashov
|
952bc80b4d
|
Let fetchurl retry failed downloads. Add NIX_CURL_FLAGS impure var
svn path=/nixpkgs/trunk/; revision=22006
|
2010-05-27 18:59:19 +00:00 |
|
Yury G. Kudryashov
|
796ffd9f71
|
Move "fetchurl restricted" code to requireFile.
This reverts r21474 and r21467.
Also migrate wtk (r21472) to new API.
svn path=/nixpkgs/trunk/; revision=21575
|
2010-05-03 09:13:17 +00:00 |
|
Yury G. Kudryashov
|
3e1e56e10c
|
fetchurl restricted: list nix-prefetch-url as well
svn path=/nixpkgs/trunk/; revision=21474
|
2010-05-01 07:07:36 +00:00 |
|
Yury G. Kudryashov
|
404c314412
|
Add support for restricted downloads
svn path=/nixpkgs/trunk/; revision=21467
|
2010-04-30 20:40:42 +00:00 |
|
Eelco Dolstra
|
aee659e1e2
|
* Fix various broken URLs / mirrors.
* Updated tcpdump, ImageMagick, lsof.
svn path=/nixpkgs/trunk/; revision=19847
|
2010-02-05 22:00:51 +00:00 |
|
Ludovic Courtès
|
2bbaf039da
|
fetchurl: Improve GNU mirror list.
svn path=/nixpkgs/trunk/; revision=18416
|
2009-11-18 13:18:28 +00:00 |
|
Eelco Dolstra
|
18a08aa008
|
* Add an openSUSE mirror that contains discontinued releases (such as
10.3).
svn path=/nixpkgs/trunk/; revision=18385
|
2009-11-17 14:26:42 +00:00 |
|
Eelco Dolstra
|
c5b198300d
|
* Postgres updated to 8.3.8 and 8.4.1. Dropped the "with args" and
"version" argument. Added a few Postgres mirrors.
svn path=/nixpkgs/trunk/; revision=17804
|
2009-10-14 14:38:16 +00:00 |
|
Ludovic Courtès
|
a5945916f0
|
More Apache mirrors; use them for Ant.
svn path=/nixpkgs/trunk/; revision=17563
|
2009-10-01 09:07:09 +00:00 |
|
Michael Raskin
|
72919919a9
|
Add a Gentoo mirror
svn path=/nixpkgs/trunk/; revision=17554
|
2009-09-30 13:13:39 +00:00 |
|
Ludovic Courtès
|
fbd9fd14e6
|
Add more GNOME mirrors.
svn path=/nixpkgs/trunk/; revision=17553
|
2009-09-30 13:11:24 +00:00 |
|
Marc Weber
|
ec0e356b9a
|
Revert "adding NIX_CONTINUE_DOWNLOADS feature, see mkdir comment"
This reverts commit -r16401
svn path=/nixpkgs/trunk/; revision=16405
|
2009-07-16 17:17:23 +00:00 |
|
Marc Weber
|
10f6c2592c
|
adding NIX_CONTINUE_DOWNLOADS feature, see mkdir comment
svn path=/nixpkgs/trunk/; revision=16401
|
2009-07-16 15:18:26 +00:00 |
|
Michael Raskin
|
f067828cdc
|
Allow question marks in URL...
svn path=/nixpkgs/trunk/; revision=15507
|
2009-05-08 17:00:33 +00:00 |
|
Eelco Dolstra
|
21c3b6264b
|
* Add the CPAN master site as a fallback.
svn path=/nixpkgs/trunk/; revision=14863
|
2009-04-03 15:51:39 +00:00 |
|
Eelco Dolstra
|
37a216ee19
|
* Backported the GCC mirrors from the stdenv branch.
svn path=/nixpkgs/trunk/; revision=14784
|
2009-03-30 14:41:50 +00:00 |
|
Eelco Dolstra
|
199155087e
|
* A Gentoo mirror disappeared.
svn path=/nixpkgs/trunk/; revision=14499
|
2009-03-10 21:00:07 +00:00 |
|
Eelco Dolstra
|
eb28d380c3
|
* Removed broken mirror.
svn path=/nixpkgs/trunk/; revision=14141
|
2009-02-20 15:39:13 +00:00 |
|
Eelco Dolstra
|
aa84bce64d
|
* Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
|
2008-11-14 16:57:19 +00:00 |
|
Eelco Dolstra
|
b5e0436e5c
|
* Drop prdownloads.sourceforge.net down the list, it tends to have
connection problems.
svn path=/nixpkgs/trunk/; revision=13159
|
2008-10-30 12:54:28 +00:00 |
|
Ludovic Courtès
|
d96a0e14d7
|
fetchurl: Add Debian mirrors.
svn path=/nixpkgs/trunk/; revision=13010
|
2008-10-08 18:42:44 +00:00 |
|
Eelco Dolstra
|
9fdecb1296
|
* mirror://apache/.
svn path=/nixpkgs/trunk/; revision=12968
|
2008-10-06 12:58:21 +00:00 |
|
Eelco Dolstra
|
4138945727
|
* X.org mirrors.
svn path=/nixpkgs/trunk/; revision=12967
|
2008-10-06 12:38:45 +00:00 |
|
Ludovic Courtès
|
8f0dab06ec
|
Add GnuPG mirrors, use them.
svn path=/nixpkgs/trunk/; revision=12832
|
2008-09-09 09:06:01 +00:00 |
|
Eelco Dolstra
|
4632fa1449
|
* Mirrors for ancient SUSE releases.
svn path=/nixpkgs/trunk/; revision=12821
|
2008-09-08 07:44:43 +00:00 |
|