summary refs log tree commit diff
path: root/maintainers
Commit message (Collapse)AuthorAge
* Python update-python-libraries: fetch and update asynchronouslyFrederik Rietdijk2017-11-05
|
* docs: 17.03 -> 17.09zraexy2017-10-05
|
* gucharmap: 3.18.2 -> 10.0.1Albert Safin2017-09-29
| | | | | | - Gucharmap no longer follow the GNOME major versioning. - Gucharmap no longer includes Unicode data. Instead the data should be downloaded from unicode.org.
* gnome3: only maintain single GNOME 3 package set (#29397)Jan Tojnar2017-09-24
| | | | | | | | | | | | | | | | | | | | | * gnome3: only maintain single GNOME 3 package set GNOME 3 was split into 3.10 and 3.12 in #2694. Unfortunately, we barely have the resources to update a single version of GNOME. Maintaining multiple versions just does not make sense. Additionally, it makes viewing history using most Git tools bothersome. This commit renames `pkgs/desktops/gnome-3/3.24` to `pkgs/desktops/gnome-3`, removes the config variable for choosing packageset (`environment.gnome3.packageSet`), updates the hint in maintainer script, and removes the `gnome3_24` derivation from `all-packages.nix`. Closes: #29329 * maintainers/scripts/gnome: Use fixed GNOME 3 directory Since we now allow only a single GNOME 3 package set, specifying the working directory is not necessary. This commit sets the directory to `pkgs/desktops/gnome-3`.
* maintainers/hydra-eval-failures: fix with new libRobin Gloster2017-09-24
| | | | lib/maintainers.nix now is a function
* maintainers/hydra-eval-failures: catch fetching maintainersRobin Gloster2017-08-28
| | | | Fails with some i686-linux build failures
* travis: Hide more unnecessary build spam from installing noxTuomas Tynkkynen2017-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Merge branch 'master' into patch-3Graham Christensen2017-07-25
|\
| * update-python-libraries script: don't forget to break when we actually find ↵Frederik Rietdijk2017-07-17
| | | | | | | | an update
| * Merge pull request #27297 from jtojnar/fix/ghexJörg Thalheim2017-07-11
| |\ | | | | | | ghex: init at 3.18.3
| | * ghex: init at 3.18.3Jan Tojnar2017-07-11
| | |
| * | Python: fix update script in case no PyPI releases are available for a given ↵Frederik Rietdijk2017-07-03
| |/ | | | | | | version
| * Python: improve update scriptFrederik Rietdijk2017-06-06
| | | | | | | | | | | | - remove dead code - improve readability - skip fetchFromGitHub (#26320)
| * Python: fix update scriptFrederik Rietdijk2017-05-27
| | | | | | | | | | | | - use correct extension - do not update expressions that have an url that does not contain pypi - show warning in case request fails
| * Merge pull request #25583 from FRidh/updatescriptFrederik Rietdijk2017-05-27
| |\ | | | | | | Python: update script for packages
| | * Python: update script for packagesFrederik Rietdijk2017-05-27
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Merge branch 'master' into stagingVladimír Čunát2017-05-24
| |\|
| | * Fix tarball evaluationTuomas Tynkkynen2017-04-11
| | | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/51460386 This seems the path of least resistance. Adding "x86_64-darwin" to supportedSystems causes other errors.
| * | all-tarballs: fixup evaluation (and the tarball job)Vladimír Čunát2017-04-14
| |/
| * docs: 16.09 -> 17.03Robin Gloster2017-03-30
| |
| * nix-diff.sh maintainer script: update usage message for new flagsShane Pearlman2017-03-19
| |
| * Merge pull request #23414 from shanemikel/nix-helper-scriptsDaiderd Jordan2017-03-20
| |\ | | | | | | add a script that "diffs" nix environment generations
| | * nix-diff.sh maintainer script: "diffs" Nix environment generationsShane Pearlman2017-03-19
| | | | | | | | | | | | | | | This script was inspired by Guix. Read the source for documentation, or invoke it with `nix-diff.sh -h` for a usage summary.
| * | Merge pull request #23758 from butterflya/patch-5Domen Kožar2017-03-11
| |\ \ | | | | | | | | hydra-eval-failures.py: Remove Python 2 specific syntax
| | * | Remove Python 2 specific syntaxbutterflya2017-03-11
| | |/
| * / Remove DockerfileDomen Kožar2017-03-11
| |/ | | | | | | | | | | | | One can generate a new layer with nix-channel --update from https://hub.docker.com/r/nixos/nix/ This file wasn't maintained.
* / Cleanup gnome.shbutterflya2017-03-11
|/ | | No functional changes
* maintainers/hydra-eval-failures: flush stdout more oftenRobin Gloster2017-03-02
|
* Add a script to get failures for hydra eval /cc @globinDomen Kožar2017-01-28
|
* update.nix moved to maintainers/scripts/update.nixRok Garbas2016-12-18
|
* travis: also evaluate nixpkgs-unstableDomen Kožar2016-12-15
|
* vanity.sh: tolerate the fact that github login adder is too longMichael Raskin2016-09-26
|
* fetch-kde-qt.sh: add bash safety flagsHoang Xuan Phu2016-09-18
|
* fetch-kde-qt.sh: modularize script allowing multiple versionsThomas Tuegel2016-08-25
|
* kde5.applications: 16.04.3 -> 16.08.0Thomas Tuegel2016-08-18
|
* travis: build stdenv alsoMatthew Justin Bauer2016-08-13
|
* Merge pull request #17256 from matthewbauer/patch-4Domen Kožar2016-08-13
|\ | | | | Travis fixes
| * nox: add git as build inputMatthew Justin Bauer2016-07-29
| | | | | | | | also: add nox as separate target to make build log more quiet
* | kde5.plasma: 5.7.2 -> 5.7.3Thomas Tuegel2016-08-04
| |
* | travis-nox-review-pr.sh: Fix nixpkgs manual buildTuomas Tynkkynen2016-08-02
| | | | | | | | | | The current command is actually building the 'manpages' package, not the nixpkgs manual.
* | treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | qt57: init at 5.7.0Thomas Tuegel2016-07-29
| |
* | kde5.plasma: 5.7.1 -> 5.7.2Thomas Tuegel2016-07-29
|/
* nix-generate-from-cpan: clean up build inputsRobert Helgesson2016-07-22
| | | | | In particular remove those build inputs that are already mentioned among the propagated build inputs. Fixes #10373.
* travis: just use "unstable" channel for nix-shellMatthew Justin Bauer2016-07-18
|
* Merge pull request #16563 from matthewbauer/travis-newRok Garbas2016-07-15
|\ | | | | travis: split build into matrix of 3
| * travis: run nixpkgs-lint in build scriptMatthew Bauer2016-07-12
| | | | | | | | | | | | | | 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
| * 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.