summary refs log tree commit diff
path: root/maintainers
Commit message (Collapse)AuthorAge
...
| * travis: build manuals to verify that they workMatthew Bauer2016-07-12
| | | | | | | | fixes #15109
| * travis: support nox 0.0.4 argumentsMatthew Bauer2016-07-12
| | | | | | | | | | | | | | 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.
| * travis: use community supported languageMatthew Bauer2016-07-12
| | | | | | | | Switch to the "community supported" Nix version of Travis.
| * travis: split build into matrix of 3Matthew Bauer2016-07-12
| | | | | | | | | | | | | | 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.
* | generate-kde-frameworks.sh: fix helper script pathThomas Tuegel2016-07-13
| | | | | | | | | | | | - 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.
* | kde5.applications: 16.04.2 -> 16.04.3Thomas Tuegel2016-07-13
| | | | | | | | | | | | | | | | | | | | | | - 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.
* | kde5.plasma: 5.7.0 -> 5.7.1Thomas Tuegel2016-07-13
|/ | | | | | | | | | | - 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.
* kde frameworks: 5.22 -> 5.24Jos van den Oever2016-07-12
|
* kde plasma: 5.6.5 -> 5.7.0Jos van den Oever2016-07-12
|
* Fix evaluation error in Qt/KDE packagesThomas Tuegel2016-06-17
| | | | | For now, the source hashes will continue to be stored in the Nixpkgs tree. The package update instructions are updated.
* travis-ci: remount only on linuxDomen Kožar2016-06-16
|
* travis-ci: attempt to fix linux buildsDomen Kožar2016-06-06
|
* travis-ci: use --show-traceDomen Kožar2016-06-01
|
* travis-ci: don't check NixOS options on darwinDomen Kožar2016-05-31
|
* try using nox from nixpkgs (#15857)Domen Kožar2016-05-31
| | | | | | * try using nox from nixpkgs * release.nix: block on nox since otherwise travis-ci will fail hard
* Enabled osx on travis (#15855)Marc Scholten2016-05-31
|
* nix-generate-from-cpan: fix core module detectionRobert Helgesson2016-05-18
| | | | | | | 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.
* travis: refine NixOS options checkJoachim Fasting2016-05-15
| | | | | | 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.
* copy-tarballs.pl: Add --exclude flagEelco Dolstra2016-05-09
|
* travis: also check NixOS optionsJoachim Fasting2016-05-07
| | | | | | 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.
* Remove cruftEelco Dolstra2016-04-26
|
* copy-tarballs.pl: Use substituters to obtain tarballsEelco Dolstra2016-04-18
|
* find-tarballs.nix: Handle stdenv bootstrap fetchurlEelco Dolstra2016-04-08
|
* nix-generate-from-cpan: Skip "if" package since it's part of Perl nowEelco Dolstra2016-03-03
|
* nix-generate-from-cpan: Don't quote names that don't need itEelco Dolstra2016-03-03
|
* Remove unmaintained gnupdate scriptEelco Dolstra2016-03-02
|
* travis-ci: fix /etc/nix/nix.conf populationDomen Kožar2016-02-28
|
* travis-ci: stop abusing hydra now that it pushes directly to cacheDomen Kožar2016-02-28
|
* Merge pull request #10768 from rycee/refactor/nix-generate-from-cpanzimbatm2016-02-26
|\ | | | | nix-generate-from-cpan: large refactor
| * nix-generate-from-cpan: large refactorRobert Helgesson2016-01-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit includes a substantial refactoring of `nix-generate-from-cpan`. This somewhat simplifies the code through the use of the CPAN::Meta module while adding the following features: - The program now takes an optional maintainer on the command line that is subsequently added into the generated package. - An attempt is made to convert the license specified inside the META.json or META.yaml file to a license in `stdenv.lib.licenses`. - An attempt is made to disambiguate attribute names of packages whose name is a reserved word in Nix. - Write logging output using Log::Log4perl. - Print module RSS feed URL. The RSS feed, hosted by MetaCPAN, can be used to track updates to the module.
* | travis-ci: enable tarball job again (now we have more memory)Domen Kožar2016-02-25
| |
* | tarball: fix the jobVladimír Čunát2016-02-25
| | | | | | | | | | | | Find-tarballs was failing on some `requireFile` that was fixed-output but didn't specify `outputHashMode`. Apparently, nix is fine with that and uses the "flat" default, although that's undocumented.
* | vanity counter: update Github name searchMichael Raskin2016-02-24
| |
* | Be less location-dependentMichael Raskin2016-02-20
|/
* copy-tarballs.pl: Create redirects before uploading fileEelco Dolstra2015-12-16
| | | | This makes the script more robust to interruption.
* copy-tarballs: Cache S3 lookupsEelco Dolstra2015-12-16
|
* copy-tarballs.pl: Revive extracting all tarballs from release.nixEelco Dolstra2015-12-16
|
* Die tabs dieEelco Dolstra2015-12-16
|
* copy-tarballs.pl: Fix --exprEelco Dolstra2015-12-15
|
* Allow uploading multiple filesEelco Dolstra2015-12-15
|
* copy-tarballs.pl: Remove redundant checkEelco Dolstra2015-12-10
|
* copy-tarballs: Use an S3 bucket for tarballs.nixos.orgEelco Dolstra2015-12-10
| | | | | | | | Tarballs.nixos.org is now stored in an S3 bucket rather than an EBS volume. Redirects are used to simulate symlinks. The function find-tarballs.nix now filters out fetchzip, fetchpatch and the like.
* Fix maintainer list format and improve vanity.sh reliabilityMichael Raskin2015-12-08
|
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-10-30
|\
| * fix spellingArseniy Seroka2015-10-25
| |
* | maint script gnome.sh: update all packagesLuca Bruno2015-09-25
|/
* gnome-shell: use src.nixLuca Bruno2015-09-17
|
* maint script gnome-latest.sh: rename to gnome.sh, update src.nixLuca Bruno2015-09-17
|
* maint script gnome-latest.sh: support point versions, handle 404 errorsLuca Bruno2015-09-17
|
* maint script gnome-latest.sh: don't write sha to a fileLuca Bruno2015-09-17
|