summary refs log tree commit diff
path: root/maintainers
Commit message (Collapse)AuthorAge
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* update-channel-branches.sh: Add verbosity to improve the user experience, ↵Nicolas B. Pierron2014-12-18
| | | | and update NixOS documentation.
* Add other source of channels, and distinguish between local and remote channels.Nicolas Pierron2014-12-18
|
* Add a script to add git branches for each channel.Nicolas Pierron2014-12-17
|
* http://nixos.org -> https://nixos.orgDomen Kožar2014-12-14
| | | | | (cherry picked from commit 78bb17dd22e4da4e3810fbc78185d73bb25ea73e) Signed-off-by: Domen Kožar <domen@dev.si>
* Fix various Perl packagesEelco Dolstra2014-11-25
| | | | | | | Perl 5.20 removed some modules, in particular Module::Pluggable. So now other modules need to get it from CPAN. http://hydra.nixos.org/build/17450281
* move dockerfile to subdirectoryAristid Breitkreuz2014-11-08
|
* Improve escaping (process backtick) and remove trailing spacesMichael Raskin2014-11-04
|
* Make travis use "nox-review pr"Georges Dubus2014-10-31
| | | | This should put an end to all the false rebuilds reported by travis.
* travis build: oopswmertens2014-10-15
| | | | | Evaluation is too long - shouldn't have removed /dev/nulling I wish I had a travis test environment :sad:
* travis build: Revert silly ideawmertens2014-10-15
| | | nox-review should review against master, it's travis that should check out a hydra-available master commit to set the PR on. Perhaps we could rebase the current HEAD on the hydra-built commitish instead?
* Travis build: source environment before buildwmertens2014-10-15
| | | :poop:
* Travis: Make it work with non-PRWout Mertens2014-10-15
|
* Travis: chop build in install and build phasesWout Mertens2014-10-15
| | | | | This allows us to see how long install takes. Also, build from hydra binaries as much as possible.
* travis build: Silence gitwmertens2014-10-14
| | | Last one I promise :grin:
* travis build: More silencewmertens2014-10-14
|
* travis build: Make curl silent (but report errors)wmertens2014-10-14
|
* Update vanity counter. Now with GitHub username supportMichael Raskin2014-10-12
|
* Improve name quoting to correctly handle underscoreMichael Raskin2014-10-12
|
* Made the travis build check the metadataGeorges Dubus2014-10-07
|
* Fix local filename in vanity counterMichael Raskin2014-10-07
|
* make vanity script less spammyAristid Breitkreuz2014-10-05
|
* A small vanity counter for finding top-grossing committersMichael Raskin2014-09-30
|
* Fixes to the travis scriptGeorges Dubus2014-09-23
| | | | | - Build 4 jobs at a time (might help with the timeout) - Be quiet with pip (should make the output more readable)
* travis-nox-review: build tarball job as evaluation testDomen Kožar2014-09-23
|
* Review PR in travis with nox-reviewGeorges Dubus2014-09-21
|
* Remove broken scriptEelco Dolstra2014-07-30
|
* copy-tarballs.pl: Create base-32 symlinksEelco Dolstra2014-05-22
|
* Remove mysterious lineEelco Dolstra2014-05-01
|
* nixpkgs-lint: TweakEelco Dolstra2014-03-31
|
* Fix updating of the tarball mirrorEelco Dolstra2014-02-19
|
* Fix references to pkgs/libEelco Dolstra2013-10-10
|
* Make eval-release.nix less pickyEelco Dolstra2013-10-06
| | | | | | | 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).
* Move some old docsEelco Dolstra2013-10-01
|
* Remove obsolete doc fileEelco Dolstra2013-10-01
|
* nixpkgs-lint: add check for meta.platforms attributeBjørn Forsman2013-09-07
|
* Fix a few typosIvan Kozik2013-08-11
|
* nixpkgs-lint: Warn against capitalised package names and missing versionsEelco Dolstra2013-07-30
|
* nixpkgs-lint: Fix priority checkEelco Dolstra2013-07-30
|
* nixpkgs-lint: Add support for filtering by maintainerEelco Dolstra2013-07-30
| | | | | | | For instance, you can now say "nixpkgs-lint -m alice" to show only packages maintained by Alice. Also added command-line parsing.
* Add nixpkgs-lintEelco Dolstra2013-07-25
| | | | | | | | | | | | | | | | | | | | | 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
* nix-generate-from-cpan: Handle META.jsonEelco Dolstra2013-07-16
| | | | Fixes #761.
* nix-generate-from-cpan: Hack to handle non-UTF-8 META.yml filesEelco Dolstra2013-06-16
|
* Rewrite the CPAN generator to PerlEelco Dolstra2013-06-13
| | | | | | | | | | | | | 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.
* Make the location of the tarballs cache configurableEelco Dolstra2013-06-04
|
* generate-cpan-package: Don't hard-code Eelco's environmentShea Levy2013-03-27
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* Fix commentEelco Dolstra2013-03-26
|
* eval-release.nix: Handle the new job structureEelco Dolstra2013-03-26
| | | | | | | 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.)
* Add very hacky script to generate Perl packagesEelco Dolstra2013-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | 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"; }; };
* Handle more bad charactersEelco Dolstra2013-01-15
|