summaryrefslogtreecommitdiff
path: root/maintainers (follow)
Commit message (Expand)AuthorAgeFilesLines
* travis: Hide more unnecessary build spam from installing nox•••This should avoid the 28 lines of unnecessary spam about fetching stdenv and bash: ```` === Building pull request #28261 these paths will be fetched (0.51 MiB download, 2.50 MiB unpacked): /nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev /nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv /nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info /nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc fetching path ‘/nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc’... *** Downloading ‘https://cache.nixos.org/nar/013kcshsm2hzpngmrf4izq3ag8s9avrkhz5z8l8mgnxay1lxlz99.nar.xz’ to ‘/nix/store/d9hb8f6j2syq08hw97qajdcdkl9lwg9n-bash-4.4-p12-doc’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 357k 100 357k 0 0 3342k 0 --:--:-- --:--:-- --:--:-- 3408k fetching path ‘/nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev’... *** Downloading ‘https://cache.nixos.org/nar/1225myjpymp5bv0x5zl08dmdz786jf86fshc2dwa3zgxasrppcfi.nar.xz’ to ‘/nix/store/2pm24nzym7z11nddnf6vmqhsqmzx9h3g-bash-4.4-p12-dev’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 54312 100 54312 0 0 231k 0 --:--:-- --:--:-- --:--:-- 232k fetching path ‘/nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info’... *** Downloading ‘https://cache.nixos.org/nar/04dzl4jlhxhisiby9lyw2k6q2w5ns3xy1h6gfdc14qn649lshy2f.nar.xz’ to ‘/nix/store/7mpcc6x6b3db595rsqr1qjckpaj1dym8-bash-4.4-p12-info’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 107k 100 107k 0 0 1179k 0 --:--:-- --:--:-- --:--:-- 1198k fetching path ‘/nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv’... *** Downloading ‘https://cache.nixos.org/nar/013xg2cnv9wf3fkhcl3b3b6iihqnwhy65m6ijb6ynwavy584w2xi.nar.xz’ to ‘/nix/store/3n6g5nmyn63gsgjc7z03rsd88s2q7b7i-stdenv’... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8640 100 8640 0 0 143k 0 --:--:-- --:--:-- --:--:-- 148k === Reviewing PR 28261 : busybox: 1.26.2 -> 1.27.1, fix bootstrap ```` (From https://travis-ci.org/NixOS/nixpkgs/jobs/264390932) Tuomas Tynkkynen2017-08-141-2/+2
* Merge branch 'master' into patch-3Graham Christensen2017-07-258-267/+616
|\
| * update-python-libraries script: don't forget to break when we actually find a...Frederik Rietdijk2017-07-171-0/+1
| * Merge pull request #27297 from jtojnar/fix/ghex•••ghex: init at 3.18.3Jörg Thalheim2017-07-111-1/+1
| |\
| | * ghex: init at 3.18.3Jan Tojnar2017-07-111-1/+1
| * | Python: fix update script in case no PyPI releases are available for a given ...Frederik Rietdijk2017-07-031-1/+2
| |/
| * Python: improve update script•••- remove dead code - improve readability - skip fetchFromGitHub (#26320) Frederik Rietdijk2017-06-061-146/+137
| * Python: fix update script•••- use correct extension - do not update expressions that have an url that does not contain pypi - show warning in case request fails Frederik Rietdijk2017-05-271-27/+32
| * Merge pull request #25583 from FRidh/updatescript•••Python: update script for packagesFrederik Rietdijk2017-05-271-0/+245
| |\
| | * Python: update script for packages•••This script determines whether there is an update available for the package and if so, updates the version and sha256 attributes. This only works for packages that have their own expression, and `pname` and `sha256` attribute. Frederik Rietdijk2017-05-271-0/+245
| * | Merge branch 'master' into stagingVladimír Čunát2017-05-241-235/+90
| |\|
| | * Fix tarball evaluation•••http://hydra.nixos.org/build/51460386 This seems the path of least resistance. Adding "x86_64-darwin" to supportedSystems causes other errors. Tuomas Tynkkynen2017-04-111-1/+1
| * | all-tarballs: fixup evaluation (and the tarball job)Vladimír Čunát2017-04-141-1/+1
| |/
| * docs: 16.09 -> 17.03Robin Gloster2017-03-301-2/+2
| * nix-diff.sh maintainer script: update usage message for new flagsShane Pearlman2017-03-191-1/+1
| * Merge pull request #23414 from shanemikel/nix-helper-scripts•••add a script that "diffs" nix environment generationsDaiderd Jordan2017-03-201-0/+277
| |\
| | * nix-diff.sh maintainer script: "diffs" Nix environment generations•••This script was inspired by Guix. Read the source for documentation, or invoke it with `nix-diff.sh -h` for a usage summary. Shane Pearlman2017-03-191-0/+277
| * | Merge pull request #23758 from butterflya/patch-5•••hydra-eval-failures.py: Remove Python 2 specific syntaxDomen Kožar2017-03-111-2/+2
| |\ \
| | * | Remove Python 2 specific syntaxbutterflya2017-03-111-2/+2
| | |/
| * / Remove Dockerfile•••One can generate a new layer with nix-channel --update from https://hub.docker.com/r/nixos/nix/ This file wasn't maintained. Domen Kožar2017-03-112-26/+0
| |/
* / Cleanup gnome.sh•••No functional changesbutterflya2017-03-111-26/+26
|/
* maintainers/hydra-eval-failures: flush stdout more oftenRobin Gloster2017-03-021-0/+5
* Add a script to get failures for hydra eval /cc @globinDomen Kožar2017-01-281-0/+89
* update.nix moved to maintainers/scripts/update.nixRok Garbas2016-12-181-0/+131
* travis: also evaluate nixpkgs-unstableDomen Kožar2016-12-151-0/+6
* vanity.sh: tolerate the fact that github login adder is too longMichael Raskin2016-09-261-5/+5
* fetch-kde-qt.sh: add bash safety flagsHoang Xuan Phu2016-09-181-0/+2
* fetch-kde-qt.sh: modularize script allowing multiple versionsThomas Tuegel2016-08-255-26/+14
* kde5.applications: 16.04.3 -> 16.08.0Thomas Tuegel2016-08-181-1/+1
* travis: build stdenv alsoMatthew Justin Bauer2016-08-131-1/+1
* Merge pull request #17256 from matthewbauer/patch-4•••Travis fixesDomen Kožar2016-08-131-1/+8
|\
| * nox: add git as build input•••also: add nox as separate target to make build log more quiet Matthew Justin Bauer2016-07-291-1/+8
* | kde5.plasma: 5.7.2 -> 5.7.3Thomas Tuegel2016-08-041-1/+1
* | travis-nox-review-pr.sh: Fix nixpkgs manual build•••The current command is actually building the 'manpages' package, not the nixpkgs manual. Tuomas Tynkkynen2016-08-021-1/+1
* | treewide: Add lots of meta.platforms•••Build-tested on x86_64 Linux & Mac. Tuomas Tynkkynen2016-08-021-0/+1
* | qt57: init at 5.7.0Thomas Tuegel2016-07-291-1/+4
* | kde5.plasma: 5.7.1 -> 5.7.2Thomas Tuegel2016-07-291-1/+1
|/
* nix-generate-from-cpan: clean up build inputs•••In particular remove those build inputs that are already mentioned among the propagated build inputs. Fixes #10373. Robert Helgesson2016-07-221-3/+8
* travis: just use "unstable" channel for nix-shellMatthew Justin Bauer2016-07-181-1/+1
* Merge pull request #16563 from matthewbauer/travis-new•••travis: split build into matrix of 3Rok Garbas2016-07-151-46/+57
|\
| * travis: run nixpkgs-lint in build script•••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 Matthew Bauer2016-07-121-0/+6
| * travis: build manuals to verify that they work•••fixes #15109 Matthew Bauer2016-07-121-4/+16
| * travis: support nox 0.0.4 arguments•••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. Matthew Bauer2016-07-121-1/+6
| * travis: use community supported language•••Switch to the "community supported" Nix version of Travis. Matthew Bauer2016-07-121-25/+0
| * travis: split build into matrix of 3•••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. Matthew Bauer2016-07-121-44/+57
* | generate-kde-frameworks.sh: fix helper script path•••- 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. Thomas Tuegel2016-07-131-1/+3
* | kde5.applications: 16.04.2 -> 16.04.3•••- 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. Thomas Tuegel2016-07-131-1/+3
* | kde5.plasma: 5.7.0 -> 5.7.1•••- 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. Thomas Tuegel2016-07-131-1/+3
|/
* kde frameworks: 5.22 -> 5.24Jos van den Oever2016-07-121-1/+1
* kde plasma: 5.6.5 -> 5.7.0Jos van den Oever2016-07-121-1/+1