summaryrefslogtreecommitdiffstats
path: root/maintainers
AgeCommit message (Collapse)Author
2017-03-02maintainers/hydra-eval-failures: flush stdout more oftenRobin Gloster
2017-01-28Add a script to get failures for hydra eval /cc @globinDomen Kožar
2016-12-18update.nix moved to maintainers/scripts/update.nixRok Garbas
2016-12-15travis: also evaluate nixpkgs-unstableDomen Kožar
2016-09-26vanity.sh: tolerate the fact that github login adder is too longMichael Raskin
2016-09-18fetch-kde-qt.sh: add bash safety flagsHoang Xuan Phu
2016-08-25fetch-kde-qt.sh: modularize script allowing multiple versionsThomas Tuegel
2016-08-18kde5.applications: 16.04.3 -> 16.08.0Thomas Tuegel
2016-08-13travis: build stdenv alsoMatthew Justin Bauer
2016-08-13Merge pull request #17256 from matthewbauer/patch-4Domen Kožar
Travis fixes
2016-08-04kde5.plasma: 5.7.2 -> 5.7.3Thomas Tuegel
2016-08-02travis-nox-review-pr.sh: Fix nixpkgs manual buildTuomas Tynkkynen
The current command is actually building the 'manpages' package, not the nixpkgs manual.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-07-29nox: add git as build inputMatthew Justin Bauer
also: add nox as separate target to make build log more quiet
2016-07-29qt57: init at 5.7.0Thomas Tuegel
2016-07-29kde5.plasma: 5.7.1 -> 5.7.2Thomas Tuegel
2016-07-22nix-generate-from-cpan: clean up build inputsRobert Helgesson
In particular remove those build inputs that are already mentioned among the propagated build inputs. Fixes #10373.
2016-07-18travis: just use "unstable" channel for nix-shellMatthew Justin Bauer
2016-07-15Merge pull request #16563 from matthewbauer/travis-newRok Garbas
travis: split build into matrix of 3
2016-07-13generate-kde-frameworks.sh: fix helper script pathThomas Tuegel
- Fix a bug in the script which prevented it from finding its helper script. - Automatically redirect the output of the script to make it even easier to use.
2016-07-13kde5.applications: 16.04.2 -> 16.04.3Thomas Tuegel
- Update from Applications 16.04.2 to 16.04.3. - Remove the version number from the directory storing the Applications Nix expressions. It is not necessary to version the Nix expressions now that we keep only one version in Nixpkgs. - Fix a bug in generate-kde-applications.sh which prevented it from finding its helper script. - Automatically redirect the output of generate-kde-applications.sh to make the update script even easier to use.
2016-07-13kde5.plasma: 5.7.0 -> 5.7.1Thomas Tuegel
- Update from Plasma 5.7.0 to 5.7.1. - Remove the version number from the directory storing the Plasma Nix expressions. It is not necessary to version the Nix expressions now that we keep only one version in Nixpkgs. - Fix a bug in generate-kde-plasma.sh which prevented it from finding its helper script. - Automatically redirect the output of generate-kde-plasma.sh to make the update script even easier to use.
2016-07-12travis: run nixpkgs-lint in build scriptMatthew Bauer
This will run nixpkgs-lint for each travis build. We'll disable "nixpkgs-lint" for now, it was a little too verbose: https://travis-ci.org/NixOS/nixpkgs/jobs/144290920
2016-07-12travis: build manuals to verify that they workMatthew Bauer
fixes #15109
2016-07-12travis: support nox 0.0.4 argumentsMatthew Bauer
This adds the "slug" arguments and also the "token" argument. The slug argument provides the "owner_name/repo_name" format base repo to use for the pull request. The token argument provides the GitHub presonal access token to use for the requests to the GitHub API.
2016-07-12travis: use community supported languageMatthew Bauer
Switch to the "community supported" Nix version of Travis.
2016-07-12travis: split build into matrix of 3Matthew Bauer
This adds a 3rd matrix to be built by Travis. The new matrix "checks" the NixPkgs evaluation so the other 2 can save their resources for building. Hopefully, this will lead to less "out of space" errors that seem to be happening with Travis. Also adds folding.
2016-07-12kde frameworks: 5.22 -> 5.24Jos van den Oever
2016-07-12kde plasma: 5.6.5 -> 5.7.0Jos van den Oever
2016-06-17Fix evaluation error in Qt/KDE packagesThomas Tuegel
For now, the source hashes will continue to be stored in the Nixpkgs tree. The package update instructions are updated.
2016-06-16travis-ci: remount only on linuxDomen Kožar
2016-06-06travis-ci: attempt to fix linux buildsDomen Kožar
2016-06-01travis-ci: use --show-traceDomen Kožar
2016-05-31travis-ci: don't check NixOS options on darwinDomen Kožar
2016-05-31try using nox from nixpkgs (#15857)Domen Kožar
* try using nox from nixpkgs * release.nix: block on nox since otherwise travis-ci will fail hard
2016-05-31Enabled osx on travis (#15855)Marc Scholten
2016-05-18nix-generate-from-cpan: fix core module detectionRobert Helgesson
This makes the detection of core modules a bit more robust by checking the module inclusion in a pure Perl interpreter. This ensures that any extra path in the `nix-generate-from-cpan` script's `PERL5LIB` does not affect the generated package expression.
2016-05-15travis: refine NixOS options checkJoachim Fasting
Looks like --show-trace wasn't as useful as I'd hoped. Also, because checking nixos options is cheaper than checking the tarball, it makes sense to check the options first to fail faster.
2016-05-09copy-tarballs.pl: Add --exclude flagEelco Dolstra
2016-05-07travis: also check NixOS optionsJoachim Fasting
This will at least catch simple errors in default values and is fairly cheap, in terms of resource and time consumption, and adds very little additional output unless there's a failure.
2016-04-26Remove cruftEelco Dolstra
2016-04-18copy-tarballs.pl: Use substituters to obtain tarballsEelco Dolstra
2016-04-08find-tarballs.nix: Handle stdenv bootstrap fetchurlEelco Dolstra
2016-03-03nix-generate-from-cpan: Skip "if" package since it's part of Perl nowEelco Dolstra
2016-03-03nix-generate-from-cpan: Don't quote names that don't need itEelco Dolstra
2016-03-02Remove unmaintained gnupdate scriptEelco Dolstra
2016-02-28travis-ci: fix /etc/nix/nix.conf populationDomen Kožar
2016-02-28travis-ci: stop abusing hydra now that it pushes directly to cacheDomen Kožar
2016-02-26Merge pull request #10768 from rycee/refactor/nix-generate-from-cpanzimbatm
nix-generate-from-cpan: large refactor
2016-02-25travis-ci: enable tarball job again (now we have more memory)Domen Kožar