about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #44343 from Izorkin/mariadb-10.3Matthew Bauer2019-06-04
|\ | | | | mariadb: 10.2.17 -> 10.3.15
| * mariadb: 10.2.17 -> 10.3.15Izorkin2019-06-04
| |
| * mariadb: change default codepage to utf8mb4Izorkin2019-05-19
| |
| * mariadb: change client configIzorkin2019-05-19
| |
| * mariadb: change server configIzorkin2019-05-19
| |
* | maintainers/scripts/update.nix: various fixes (#62478)Jan Tojnar2019-06-04
|\ \ | | | | | | maintainers/scripts/update.nix: various fixes
| * | doc: document PWD for passthru.updateScriptJan Tojnar2019-06-03
| | | | | | | | | | | | Make it clear that PWD is not fixed
| * | gnome3.updateScript: clean up PATHJan Tojnar2019-06-02
| | | | | | | | | | | | | | | | | | grep was not actually properly included by common-updater-scripts before 01050586980a81e525428eb9e571a8b040f96b26 but I am not sure why would we ever need to add coreutils to PATH.
| * | common-updater-scripts: simplify fetchgit fixJan Tojnar2019-06-02
| | | | | | | | | | | | | | | No need to try evaluate the URL twice as introduced in the original fix https://github.com/NixOS/nixpkgs/commit/cce486838b6c52dedfec1c93f60ebadb72c48431
| * | common-updater-scripts: keep the unescaped oldVersionJan Tojnar2019-06-02
| | | | | | | | | | | | | | | Previously, we escaped the old version in place for use in sed commands, and then had to use that in error messages. We can do better.
| * | maintainers/scripts/update.nix: Clean upJan Tojnar2019-06-02
| | | | | | | | | | | | Make calling update.py a little nicer
| * | maintainers/scripts/update.nix: handle null pathsJan Tojnar2019-06-02
| | | | | | | | | | | | | | | Previously we did not handle non-existant paths making the program crash. Let’s show a proper error.
| * | maintainers/scripts/update.nix: ignore overlaysJan Tojnar2019-06-02
| | | | | | | | | | | | | | | It makes little sense for update.nix to try to update overlays; for most people, they will point to a read-only repository most of the cases.
| * | doc: fix passthru.updateScript help commandJan Tojnar2019-06-02
| | |
| * | maintainers/scripts/update.nix: Do not store updateScriptsJan Tojnar2019-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For update script parallelization, we have started calling builtins.toJSON on updateScripts, which triggers evaluation of paths and therefore their copying to Nix store. This breaks update scripts that assume that they exist in nixpkgs like dwarf-fortress. https://github.com/NixOS/nixpkgs/issues/61935 Let’s stringify the paths before JSONification to prevent the evaluation.
* | | Merge pull request #62403 from xrelkd/update/brookMario Rodas2019-06-04
|\ \ \ | | | | | | | | brook: 20190401 -> 20190601
| * | | brook: 20190401 -> 20190601xrelkd2019-06-01
| | | |
* | | | Merge pull request #51902 from Izorkin/mariadb-galeraMatthew Bauer2019-06-04
|\ \ \ \ | | | | | | | | | | mariadb.galera: 25.3.24 -> 25.3.26
| * | | | mariadb.galera: 25.3.24 -> 25.3.26Izorkin2019-04-23
| | | | |
* | | | | Merge pull request #60349 from matthewbauer/fix-60345Matthew Bauer2019-06-04
|\ \ \ \ \ | | | | | | | | | | | | check-meta: use system tuple in platforms
| * | | | | systems: allow passing in string for cross/localSystemMatthew Bauer2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes things a little bit more convenient. Just pass in like: $ nix-build ’<nixpkgs>’ -A hello --argstr localSystem x86_64-linux --argstr crossSystem aarch64-linux
| * | | | | systems: remove forMetaMatthew Bauer2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | This is unused now.
| * | | | | unix-tools: get platforms from doublesMatthew Bauer2019-04-30
| | | | | |
| * | | | | systems: add riscv doubleMatthew Bauer2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | This was never listed in doubles.nix! Not sure why?
| * | | | | check-meta: use system tuple in platformsMatthew Bauer2019-04-30
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #60345
* | | | | | ocamlPackages.alcotest: 0.8.2 -> 0.8.5Vincent Laporte2019-06-04
| | | | | |
* | | | | | qbs: 1.13.0 -> 1.13.1 (#62549)R. RyanTM2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qbs: 1.13.0 -> 1.13.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qbs/versions * qbs: add meta.homepage
* | | | | | Merge pull request #62220 from madjar/keybase-4.0.0Georges Dubus2019-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | keybase,keybase-gui: 3.2.2 -> 4.0.0
| * | | | | | keybase,keybase-gui: 3.2.2 -> 4.0.0Georges Dubus2019-05-29
| | | | | | |
* | | | | | | Merge pull request #62583 from r-ryantm/auto-update/urhMario Rodas2019-06-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | urh: 2.5.7 -> 2.6.0
| * | | | | | | urh: 2.5.7 -> 2.7.0R. RyanTM2019-06-04
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/urh/versions
* | | | | | | Merge pull request #62601 from rvolosatovs/update/cockroachdbMario Rodas2019-06-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | cockroachdb: 1.19.0 -> 1.19.1
| * | | | | | | cockroachdb: 1.19.0 -> 1.19.1Roman Volosatovs2019-06-03
| | | | | | | |
* | | | | | | | croaring: init at 0.2.61Orivej Desh2019-06-04
| | | | | | | |
* | | | | | | | Merge pull request #62456 from r-ryantm/auto-update/kubernetesRyan Mulligan2019-06-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | kubernetes: 1.14.1 -> 1.14.2
| * | | | | | | | kubernetes: 1.14.1 -> 1.14.2R. RyanTM2019-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/kubernetes/versions
* | | | | | | | | Merge pull request #62564 from r-ryantm/auto-update/rsyslogRenaud2019-06-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rsyslog: 8.1904.0 -> 8.1905.0
| * | | | | | | | | rsyslog: 8.1904.0 -> 8.1905.0R. RyanTM2019-06-02
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rsyslog/versions
* | | | | | | | | Merge pull request #62654 from teto/lua_updateMatthieu Coudron2019-06-04
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Lua updater update :)
| * | | | | | | | | lua: update generated packages.nixMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | basically update nvim-client and luassert
| * | | | | | | | | luarocks-packages.csv: remove unnecessary serversMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that luarocks-nix supports installation from rockspecs, it's possible to remove some server specifications.
| * | | | | | | | | luarocks-packages.csv: Support luaversionMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Opened with libreoffice calc which added the different commas
| * | | | | | | | | update-luarocks: can install for a different luaMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the recent luarocks can install for a different interpreter than the one running luarocks. Due to the way the update is done on nix, it seems more practical to use this feature than running the script with different luarocks-nix ?
| * | | | | | | | | update-luarocks: contact only the specified serverMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use --server-only instead of --server, I haven't run any testing but it should be a bit faster as well as more deterministic.
| * | | | | | | | | update-luarocks: doesn't crash when no argumentsMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | define print_help function before it gets called.
| * | | | | | | | | luarocks-nix: update that fixes indentationMatthieu Coudron2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finally fixes indentation. - removed buildType as it was not used - doesn't crash on missing description anymore
* | | | | | | | | | Merge pull request #62655 from basvandijk/terraform-provider-elasticsearch-0.7.0Bas van Dijk2019-06-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | terraform-provider-elasticsearch: 0.6.0 -> 0.7.0
| * | | | | | | | | | terraform-provider-elasticsearch: 0.6.0 -> 0.7.0Bas van Dijk2019-06-04
| | | | | | | | | | |
* | | | | | | | | | | purescript: add test that compiles & runs a minimal moduleProfpatsch2019-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures the compiler actually works. `console.log` is wrapped in a purescript function and everything is run with nodejs.
* | | | | | | | | | | Merge pull request #62603 from dywedir/cargo-webKevin Cox2019-06-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cargo-web: 0.6.23 -> 0.6.25