summaryrefslogtreecommitdiff
path: root/maintainers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix updating of the tarball mirrorEelco Dolstra2014-02-194-72/+140
* Fix references to pkgs/libEelco Dolstra2013-10-101-1/+1
* Make eval-release.nix less picky•••It now only checks that each derivation's drvPath attribute evaluates. Previously it checked everything (via toXML) but that causes derivations with dubious passthru attribute to fail (see commit 70fee5da112b8a0093d59ac16cdead4d0a72f357). Eelco Dolstra2013-10-061-7/+8
* Move some old docsEelco Dolstra2013-10-012-345/+0
* Remove obsolete doc fileEelco Dolstra2013-10-011-27/+0
* nixpkgs-lint: add check for meta.platforms attributeBjørn Forsman2013-09-071-0/+8
* Fix a few typosIvan Kozik2013-08-111-3/+3
* nixpkgs-lint: Warn against capitalised package names and missing versionsEelco Dolstra2013-07-301-1/+19
* nixpkgs-lint: Fix priority checkEelco Dolstra2013-07-301-2/+2
* nixpkgs-lint: Add support for filtering by maintainer•••For instance, you can now say "nixpkgs-lint -m alice" to show only packages maintained by Alice. Also added command-line parsing. Eelco Dolstra2013-07-301-11/+43
* Add nixpkgs-lint•••This is a simple tool to scan Nixpkgs for violations of the packaging guidelines, such as multiple packages with the same name, packages that lack a description or license, and so on. To use: $ nix-env -i nixpkgs-lint $ cd .../nixpkgs $ nixpkgs-lint Current statistics: Number of packages: 8666 Number of missing maintainers: 3711 Number of missing licenses: 6159 Number of missing descriptions: 1337 Number of bad descriptions: 633 Number of name collisions: 277 Eelco Dolstra2013-07-252-0/+137
* nix-generate-from-cpan: Handle META.json•••Fixes #761. Eelco Dolstra2013-07-161-10/+18
* nix-generate-from-cpan: Hack to handle non-UTF-8 META.yml filesEelco Dolstra2013-06-162-3/+9
* Rewrite the CPAN generator to Perl•••Also: - It's now installable by doing "nix-env -i nix-generate-from-cpan". - It maps dependencies to the correct attribute (e.g. HTML::HeadParser is mapped to HTMLParser). - It automatically selects buildPerlPackage or buildPerlModule. - It's documented in the manual. Eelco Dolstra2013-06-133-120/+184
* Make the location of the tarballs cache configurableEelco Dolstra2013-06-041-1/+1
* generate-cpan-package: Don't hard-code Eelco's environment•••Signed-off-by: Shea Levy <shea@shealevy.com> Shea Levy2013-03-271-2/+0
* Fix commentEelco Dolstra2013-03-261-3/+2
* eval-release.nix: Handle the new job structure•••Now that we don't need to pass "system" arguments anymore, this thing is *almost* obsolete. (Except for the need to handle assertion failures, you could just do "nix-instantiate --eval-only ..." on release.nix.) Eelco Dolstra2013-03-261-18/+10
* Add very hacky script to generate Perl packages•••Given the name of Perl module, this script will download the package containing the module from CPAN, determine its dependencies, and print a Nix expression suitable for inclusion in perl-packages.nix on stdout. Example: $ ./maintainers/scripts/generate-cpan-package DBIx::Class DBIxClass = buildPerlPackage { name = "DBIx-Class-0.08205"; src = fetchurl { url = mirror://cpan/authors/id/F/FR/FREW/DBIx-Class-0.08205.tar.gz; sha256 = "16iyrfvwf4y94wxpwlla131grdf10z4xx9q9s6jsi39ycaxdaj6l"; }; buildInputs = [ DBDSQLite PackageStash TestException TestWarn ]; propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DataCompare DataDumperConcise DataPage DBI DevelGlobalDestruction HashMerge ModuleFind Moo MROCompat namespaceclean PathClass ScopeGuard SQLAbstract SubName TryTiny ]; meta = { homepage = http://www.dbix-class.org/; description = "Extensible and flexible object <-> relational mapper."; license = "perl"; }; }; Eelco Dolstra2013-01-281-0/+122
* Handle more bad charactersEelco Dolstra2013-01-151-1/+1
* Merge branch 'master' into systemdEelco Dolstra2013-01-151-2/+2
|\
| * eval-release.nix: Handle exceptions properlyEelco Dolstra2013-01-141-2/+2
* | Update the tarball mirroring scriptsEelco Dolstra2013-01-152-6/+18
|/
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-291-1/+0
* svn path=/nixpkgs/trunk/; revision=32961Eelco Dolstra2012-03-092-6/+16
* * Split off copy-tarball.sh from copy-tarballs.sh. The former mirrors a sing...•••svn path=/nixpkgs/trunk/; revision=32960 Eelco Dolstra2012-03-092-45/+38
* svn merge ^/nixpkgs/trunk•••svn path=/nixpkgs/branches/stdenv-updates/; revision=32093 Yury G. Kudryashov2012-02-061-0/+1
* svn merge ^/nixpkgs/trunk•••Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863 Yury G. Kudryashov2012-01-262-1/+5
|\
| * test-eval-release: handle ENV{VERBOSE}.•••See test-eval-release.sh for details. svn path=/nixpkgs/trunk/; revision=31824 Yury G. Kudryashov2012-01-242-1/+5
* | * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless••• function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644 Eelco Dolstra2012-01-181-3/+3
* | svn merge ^/nixpkgs/trunk•••svn path=/nixpkgs/branches/stdenv-updates/; revision=31567 Yury G. Kudryashov2012-01-141-7/+14
|\|
| * * eval-release.nix: force nix-instantiate to include nested attribute••• sets. svn path=/nixpkgs/trunk/; revision=31500 Eelco Dolstra2012-01-121-7/+14
* | svn merge ^/nixpkgs/trunk•••A few trivial conflicts svn path=/nixpkgs/branches/stdenv-updates/; revision=31434 Yury G. Kudryashov2012-01-081-0/+32
|\|
| * Fix XaraLX, add debian-patches.sh•••svn path=/nixpkgs/trunk/; revision=31358 Yury G. Kudryashov2012-01-061-0/+32
* | svn merge ^/nixpkgs/trunk•••Conflicts: openssl, libplist svn path=/nixpkgs/branches/stdenv-updates/; revision=31337 Yury G. Kudryashov2012-01-061-14/+4
|\|
| * gnome-latest.sh: don't use fetchurl_gnome•••Output both name and src instead of using fetchurl_gnome svn path=/nixpkgs/trunk/; revision=31332 Yury G. Kudryashov2012-01-061-14/+4
* | svn merge https://nixos.org/repos/nix/nixpkgs/trunk•••No conflicts svn path=/nixpkgs/branches/stdenv-updates/; revision=30916 Yury G. Kudryashov2011-12-151-1/+4
|\|
| * gnupdate: Really select `stdenv' packages when asked for it.•••* maintainers/scripts/gnu/gnupdate (gnupdate)[selected-gnu-packages]: Really limit to `stdenv' when ask for it. svn path=/nixpkgs/trunk/; revision=30869 Ludovic Courtès2011-12-131-1/+4
* | * Sync with the trunk.•••svn path=/nixpkgs/branches/stdenv-updates/; revision=30852 Eelco Dolstra2011-12-121-7/+12
|\|
| * gnupdate: Remove quirks for GNUnet.•••* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Remove GNUnet. (nixpkgs->gnu-name)[quirks]: Likewise. svn path=/nixpkgs/trunk/; revision=30724 Ludovic Courtès2011-12-041-2/+0
| * gnupdate: Support signatures with expired keys.•••* 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 Ludovic Courtès2011-12-011-5/+12
* | synchronize with trunk•••svn path=/nixpkgs/branches/stdenv-updates/; revision=30186 Peter Simons2011-11-021-46/+93
|\|
| * gnupdate: Handle GnuPG-related packages.•••* maintainers/scripts/gnu/gnupdate (gnu?): Check `gnupg.org'. (ftp-server/directory)[quirks]: Add libassuan. svn path=/nixpkgs/trunk/; revision=30176 Ludovic Courtès2011-11-011-1/+3
| * gnupdate: Make `nix-prefetch-url' memoizing.•••* maintainers/scripts/gnu/gnupdate (memoize): New procedure. (nix-prefetch-url): Use it. svn path=/nixpkgs/trunk/; revision=30109 Ludovic Courtès2011-10-301-15/+31
| * gnupdate: Fix auto-downloading of GPG keys.•••* maintainers/scripts/gnu/gnupdate (gnupg-verify): Always return STATUS. svn path=/nixpkgs/trunk/; revision=30108 Ludovic Courtès2011-10-301-5/+5
| * gnupdate: Add `--attribute' option.•••* 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 Ludovic Courtès2011-10-301-25/+54
* | * Backport the GCC xlibs dependency fix.•••svn path=/nixpkgs/branches/stdenv-updates/; revision=30061 Eelco Dolstra2011-10-271-1/+1
|/
* Add a script to generate fetchurl_gnome args•••svn path=/nixpkgs/trunk/; revision=29397 Yury G. Kudryashov2011-09-201-0/+105
* gnupdate: Support `meta.homepage' as a string list.•••* maintainers/scripts/gnu/gnupdate (gnu?): Improve type-checking of `meta.homepage'; support string lists. svn path=/nixpkgs/trunk/; revision=29315 Ludovic Courtès2011-09-171-1/+3
* gnupdate: Exclude IceCat 3.x variants.•••* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes): Augment. svn path=/nixpkgs/trunk/; revision=29015 Ludovic Courtès2011-09-041-0/+2