summary refs log tree commit diff
path: root/maintainers
AgeCommit message (Collapse)AuthorFilesLines
2011-12-13gnupdate: Really select `stdenv' packages when asked for it.Ludovic Courtès1-1/+4
* maintainers/scripts/gnu/gnupdate (gnupdate)[selected-gnu-packages]: Really limit to `stdenv' when ask for it. svn path=/nixpkgs/trunk/; revision=30869
2011-12-04gnupdate: Remove quirks for GNUnet.Ludovic Courtès1-2/+0
* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Remove GNUnet. (nixpkgs->gnu-name)[quirks]: Likewise. svn path=/nixpkgs/trunk/; revision=30724
2011-12-01gnupdate: Support signatures with expired keys.Ludovic Courtès1-5/+12
* maintainers/scripts/gnu/gnupdate (gnupg-verify)[expkeysig-rx]: New variable. Recognize signatures with expired keys. (gnupg-status-good-signature?): Recognize `expired-key-signature' as good. svn path=/nixpkgs/trunk/; revision=30667
2011-11-01gnupdate: Handle GnuPG-related packages.Ludovic Courtès1-1/+3
* maintainers/scripts/gnu/gnupdate (gnu?): Check `gnupg.org'. (ftp-server/directory)[quirks]: Add libassuan. svn path=/nixpkgs/trunk/; revision=30176
2011-10-30gnupdate: Make `nix-prefetch-url' memoizing.Ludovic Courtès1-15/+31
* maintainers/scripts/gnu/gnupdate (memoize): New procedure. (nix-prefetch-url): Use it. svn path=/nixpkgs/trunk/; revision=30109
2011-10-30gnupdate: Fix auto-downloading of GPG keys.Ludovic Courtès1-5/+5
* maintainers/scripts/gnu/gnupdate (gnupg-verify): Always return STATUS. svn path=/nixpkgs/trunk/; revision=30108
2011-10-30gnupdate: Add `--attribute' option.Ludovic Courtès1-25/+54
* maintainers/scripts/gnu/gnupdate (open-nixpkgs): Add optional ATTRIBUTE parameter; honor it. (%options)["-A"]: New option. (gnupdate)[nixpkgs->snix]: Add ATTRIBUTE parameter and pass it down to `open-nixpkgs'. [selected-gnu-packages]: New procedure. Adjust callers accordingly. svn path=/nixpkgs/trunk/; revision=30107
2011-09-20Add a script to generate fetchurl_gnome argsYury G. Kudryashov1-0/+105
svn path=/nixpkgs/trunk/; revision=29397
2011-09-17gnupdate: Support `meta.homepage' as a string list.Ludovic Courtès1-1/+3
* maintainers/scripts/gnu/gnupdate (gnu?): Improve type-checking of `meta.homepage'; support string lists. svn path=/nixpkgs/trunk/; revision=29315
2011-09-04gnupdate: Exclude IceCat 3.x variants.Ludovic Courtès1-0/+2
* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Augment. svn path=/nixpkgs/trunk/; revision=29015
2011-09-04gnupdate: Automatically download missing OpenPGP keys.Ludovic Courtès1-2/+116
* maintainers/scripts/gnu/gnupdate (%gpg-command, %openpgp-key-server): New variables. (gnupg-verify, gnupg-status-good-signature?, gnupg-status-missing-key?, gnupg-receive-keys, gnupg-verify*): New procedures. (fetch-gnu): Use `gnupg-verify*'. svn path=/nixpkgs/trunk/; revision=29014
2011-08-22gnupdate: Update the list of ignored packages.Ludovic Courtès1-1/+5
* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Update. svn path=/nixpkgs/trunk/; revision=28756
2011-06-13GNU GRUB 1.99.Ludovic Courtès1-1/+0
svn path=/nixpkgs/trunk/; revision=27440
2011-04-12gnupdate: Ignore GCC-related attributes.Ludovic Courtès1-0/+7
* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Add GCC 4.6 and gfortran/gcj attributes. svn path=/nixpkgs/trunk/; revision=26796
2011-04-12gnupdate: Handle `repeated' nodes referring to a drv not encountered yet.Ludovic Courtès1-5/+42
* maintainers/scripts/gnu/gnupdate (xml-element->snix): Return an `unresolved' node when the repeated derivation hasn't been encountered yet. (resolve): New procedure. (xml->snix): Use it. svn path=/nixpkgs/trunk/; revision=26790
2011-04-12gnupdate: Use (ice-9 format).Ludovic Courtès1-0/+1
* maintainers/scripts/gnu/gnupdate: Use (ice-9 format). svn path=/nixpkgs/trunk/; revision=26789
2011-03-23Remove obsolete version of `gnupdate'.Ludovic Courtès1-712/+0
svn path=/nixpkgs/trunk/; revision=26483
2011-03-10gnupdate: Add quirks.Ludovic Courtès1-0/+3
* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Add `gcc45_real' and `gcc45_realCross'. (ftp-server/directory)[quirks]: Add `ucommon'. svn path=/nixpkgs/trunk/; revision=26261
2011-03-04gnupdate: Improve error handling for pipes.Ludovic Courtès1-12/+32
* maintainers/scripts/gnu/gnupdate (pipe-failed?): New procedure. (nix-prefetch-url): Use it. (gnupdate)[nixpkgs->snix]: New procedure. Use it. svn path=/nixpkgs/trunk/; revision=26160
2011-02-23gnupdate: Update the list of ignored attributes.Ludovic Courtès1-2/+4
* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Update. svn path=/nixpkgs/trunk/; revision=26077
2011-02-23gnupdate: Display FTP exceptions more nicely.Ludovic Courtès1-1/+1
* maintainers/scripts/gnu/gnupdate (releases): Display MESSAGE and ARGS with ~S. svn path=/nixpkgs/trunk/; revision=26076
2011-02-23gnupdate: Handle recursive FTP directory structures; handle funky file names.Ludovic Courtès1-69/+120
This patch allows projects with per-version sub-directories to be handled (e.g., MIT Scheme, MyServer, IceCat, etc.) It also makes sure alpha releases are discarded (e.g., "gnupg-2.1.0beta3") as well as unrelated files (e.g., "TeXmacs-600dpi-fonts.tar.gz"). * maintainers/scripts/gnu/gnupdate (ftp-list): Return a list of entries where each entry indicates the file type in addition to the file name. (releases): Adjust accordingly. Recurse into sub-directories and return a list of name/directory pairs. Catch `ftp-error' instead of everything. [release-rx]: Adjust to work with TeXmacs. [alpha-rx]: New variable. [sans-extension]: New procedure. (latest-release): Adjust accordingly. (%package-name-rx): New variable. (package/version): Use it. (packages-to-update): Adjust accordingly. Use the directory returned by `latest-release'. [unpack]: New procedure. (fetch-gnu): Add a `directory' parameter; use it. svn path=/nixpkgs/trunk/; revision=26075
2011-02-23gnupdate: Add a quirk for Source-Highlight.Ludovic Courtès1-0/+1
* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add "source-highlight". svn path=/nixpkgs/trunk/; revision=26074
2011-02-23gnupdate: Fix the MIT Scheme quirk.Ludovic Courtès1-1/+1
* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Fix the mit-scheme quirk. svn path=/nixpkgs/trunk/; revision=26073
2011-02-16gnupdate: Remove compatibility hack.Ludovic Courtès1-6/+0
svn path=/nixpkgs/trunk/; revision=26000
2011-01-24GNUpdate: Add quirks.Ludovic Courtès1-1/+3
* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add "libzrtpcpp" and "libosip2". svn path=/nixpkgs/trunk/; revision=25685
2010-12-17Merging from trunk. I solved some trivial merge conflicts.Lluís Batlle i Rossell1-0/+5
svn path=/nixpkgs/branches/stdenv-updates/; revision=25188
2010-12-15Adding a script to use callPackage on a package not mentioned in the ↵Michael Raskin1-0/+5
all-packages.nix svn path=/nixpkgs/trunk/; revision=25138
2010-10-23Merging from trunk. I resolved some conflicts; I hope that well.Lluís Batlle i Rossell1-0/+13
svn path=/nixpkgs/branches/stdenv-updates/; revision=24429
2010-10-21nixpkgs/maintainer/scripts: added hydra_eval_check script. need ↵Rob Vermaas1-0/+13
hydra_eval_jobs from hydra in PATH and should get absolute path to release.nix as argument svn path=/nixpkgs/trunk/; revision=24396
2010-10-03Updating from trunkLluís Batlle i Rossell1-1/+3
svn path=/nixpkgs/branches/stdenv-updates/; revision=24038
2010-09-20gnupdate: Add quirks.Ludovic Courtès1-1/+3
* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add `freefont-ttf' and `gnu-ghostscript'. svn path=/nixpkgs/trunk/; revision=23876
2010-09-17Updating from trunk.Lluís Batlle i Rossell1-1/+7
svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
2010-09-10gnupdate: Update to new FFI.Ludovic Courtès1-1/+7
* maintainers/scripts/gnu/gnupdate (pointer->procedure): New procedure. svn path=/nixpkgs/trunk/; revision=23712
2010-08-20gnupdate: Add quirk for GNU Make.Ludovic Courtès1-0/+1
* maintainers/scripts/gnu/gnupdate (nixpkgs->gnu-name)[quirks]: Add `gnumake'. svn path=/nixpkgs/branches/stdenv-updates/; revision=23276
2010-08-20Updated from trunk.Lluís Batlle i Rossell3-14/+11
svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
2010-08-19gnupdate: Use the latest FFI.Ludovic Courtès1-12/+2
* maintainers/scripts/gnu/gnupdate (version-string>?): Use the new `string->pointer', available in 1.9.12. svn path=/nixpkgs/trunk/; revision=23253
2010-08-19* strictAttrs: return the original attribute set.Eelco Dolstra1-2/+2
svn path=/nixpkgs/trunk/; revision=23252
2010-08-19* Fix eval-release.nix by testing whether all attributes of aEelco Dolstra1-2/+6
derivation evaluate inside the tryEval. This catches cases such as aufs2-util, which fails due to an assertion in its dependency aufs2. * Explicitly blacklist "xbursttools" because it gives some evaluation error in cross-OpenSSL. No idea why, probably due to some pass-through attribute. svn path=/nixpkgs/trunk/; revision=23247
2010-08-18Adding a script to use eval-release.nix for testsMichael Raskin1-0/+3
svn path=/nixpkgs/trunk/; revision=23234
2010-08-02Merging from trunk.Lluís Batlle i Rossell2-3/+827
I tried to fix some trivial conflicts. I don't know if I merged well some more difficult conflicts on openssl/darwin_patch or haskell-platform. svn path=/nixpkgs/branches/stdenv-updates/; revision=22878
2010-07-04gnupdate: Fix typo.Ludovic Courtès1-1/+1
svn path=/nixpkgs/trunk/; revision=22468
2010-07-04gnupdate: Remove obsolete workaround.Ludovic Courtès1-7/+0
* maintainers/scripts/gnu/gnupdate: Remove `(sxml ssax) workaround for macro-generating macros. svn path=/nixpkgs/trunk/; revision=22467
2010-07-04gnupdate: Turn into a module.Ludovic Courtès2-830/+834
* maintainers/scripts/gnu/gnupdate.scm: Rename to... * maintainers/scripts/gnu/gnupdate: ... this. Use `define-module' and the orthodox way of doing things. (main): Rename to... (gnupdate): ... this. svn path=/nixpkgs/trunk/; revision=22466
2010-07-04gnupdate: Add quirk for GRUB 2.Ludovic Courtès1-0/+1
* maintainers/scripts/gnu/gnupdate.scm (ftp-server/directory): Add quirk for GRUB 2. svn path=/nixpkgs/trunk/; revision=22455
2010-07-04gnupdate: Remove unused variables.Ludovic Courtès1-2/+2
* maintainers/scripts/gnu/gnupdate.scm (gnu?): Don't bind unused fields in `match'. (ftp-server/directory): Ditto. svn path=/nixpkgs/trunk/; revision=22454
2010-07-04gnupdate: Add `--select', to select packages `stdenv' depends on (or not).Ludovic Courtès1-2/+115
* maintainers/scripts/gnu/gnupdate.scm (attribute-value, derivation-source, derivation-output-path, source-output-path, derivation-source-output-path, find-attribute-by-name, find-package-by-attribute-name, stdenv-package, package-requisites): New procedures. (%options): Add `--select'. (main): Compute the source output paths of `stdenv'. Filter out packages that are/aren't in `stdenv', depending on the `--select' option. svn path=/nixpkgs/trunk/; revision=22453
2010-07-04gnupdate: Ignore the "gcc44" and "gcc45" attributes.Ludovic Courtès1-0/+2
* maintainers/scripts/gnu/gnupdate.scm (%ignored-package-attributes): Add "gcc44" and "gcc45". svn path=/nixpkgs/trunk/; revision=22452
2010-06-29Adding Redstore HTTP RDF/SPARQL serverMichael Raskin1-1/+0
svn path=/nixpkgs/trunk/; revision=22428
2010-06-10GNUpdate: Update to the new module name.Ludovic Courtès1-1/+1
svn path=/nixpkgs/trunk/; revision=22214