[Nix-commits] [NixOS/nixpkgs] 6efcfe: nixos filesystems: unify early filesystems handlin...

2016-09-02 Thread Vladimír Čunát
  Branch: refs/heads/staging
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6efcfe03ae4ef426b77a6827243433b5296613a4
  
https://github.com/NixOS/nixpkgs/commit/6efcfe03ae4ef426b77a6827243433b5296613a4
  Author: Nikolay Amiantov 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M nixos/modules/security/hidepid.nix
M nixos/modules/system/activation/activation-script.nix
M nixos/modules/system/boot/stage-1-init.sh
M nixos/modules/system/boot/stage-1.nix
M nixos/modules/system/boot/stage-2-init.sh
M nixos/modules/system/boot/stage-2.nix
M nixos/modules/tasks/filesystems.nix

  Log Message:
  ---
  nixos filesystems: unify early filesystems handling

A new internal config option `fileSystems..early` is added to indicate
that the filesystem needs to be loaded very early (i.e. in initrd). They are
transformed to a shell script in `system.build.earlyMountScript` with calls to
an undefined `specialMount` function, which is expected to be caller-specific.
This option is used by stage-1, stage-2 and activation script to set up and
remount those filesystems.  Options for them are updated according to systemd
defaults.


  Commit: 58738e4bc7df7c5d7c224f71defec88f72775e02
  
https://github.com/NixOS/nixpkgs/commit/58738e4bc7df7c5d7c224f71defec88f72775e02
  Author: Vincent Laporte 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/applications/video/qarte/default.nix

  Log Message:
  ---
  qarte: 2.4.0 -> 3.2.0


  Commit: aebabb987172f0d14ed7d38b4c9f87f73f097851
  
https://github.com/NixOS/nixpkgs/commit/aebabb987172f0d14ed7d38b4c9f87f73f097851
  Author: Frederik Rietdijk 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/applications/video/qarte/default.nix

  Log Message:
  ---
  qarte: create python env


  Commit: 07ed06f8da8a12f3ad0fcb65b558a828cebca270
  
https://github.com/NixOS/nixpkgs/commit/07ed06f8da8a12f3ad0fcb65b558a828cebca270
  Author: Alexander Ried 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/development/libraries/libcommuni/default.nix

  Log Message:
  ---
  libcommuni: 2016-03-23 -> 2016-08-17

add missing build input (fixes build)


  Commit: 8d26e566083d4c1a49e50c41fe729e11b4ce5444
  
https://github.com/NixOS/nixpkgs/commit/8d26e566083d4c1a49e50c41fe729e11b4ce5444
  Author: Alexander Ried 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/applications/networking/irc/communi/default.nix

  Log Message:
  ---
  communi: 2016-01-03 -> 2016-08-19


  Commit: 822e1ddd8920e3bd3e631a5bb1892fea60debd4b
  
https://github.com/NixOS/nixpkgs/commit/822e1ddd8920e3bd3e631a5bb1892fea60debd4b
  Author: Eelco Dolstra 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M lib/lists.nix

  Log Message:
  ---
  Use builtins.partition if available


  Commit: 2755bcfa7c684ebf347df1e29b155fb30659ab7a
  
https://github.com/NixOS/nixpkgs/commit/2755bcfa7c684ebf347df1e29b155fb30659ab7a
  Author: Eelco Dolstra 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M nixos/modules/services/misc/nix-daemon.nix

  Log Message:
  ---
  In $NIX_PATH, use nixpkgs=...

This is required by the "nix" command to find Nixpkgs.


  Commit: 6ae57b1b634d2145f72c1742685695e7192102ba
  
https://github.com/NixOS/nixpkgs/commit/6ae57b1b634d2145f72c1742685695e7192102ba
  Author: zimbatm 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/development/ruby-modules/bundler/default.nix
M pkgs/development/ruby-modules/gem-config/default.nix

  Log Message:
  ---
  bundler: fix usage on nested call

The combination of bundler 1.12.5 and rubygems 1.6.2 doesn't play well
at all when trying to run gems such as foreman where bundler is used to
run bundler.

Just upgrading to the latest bundler rc doesn't fix it and changing rubygems 
causes a massive rebuild.

Issues:

- https://github.com/bundler/bundler/issues/4402
- https://github.com/bundler/bundler/issues/4576
- https://github.com/bundler/bundler/issues/4602
- https://github.com/docker-library/ruby/issues/73

This PR patches bundler to work around the issue as highlighted here and
unbreaks everything for me:

https://github.com/bundler/bundler/issues/4602#issuecomment-233619696


  Commit: 64667ae3ef0e0dc4a1b1cbdbea30de8a07cb4f15
  
https://github.com/NixOS/nixpkgs/commit/64667ae3ef0e0dc4a1b1cbdbea30de8a07cb4f15
  Author: Adolfo E. García Castro 
  Date:   2016-08-29 (Mon, 29 Aug 2016)

  Changed paths:
M pkgs/applications/networking/pjsip/default.nix

  Log Message:
  ---
  pjsip: 2.1 -> 2.5.5


  Commit: 3aef93e8f046210f1715b555d835f2f20cd07753
  
https://github.com/NixOS/nixpkgs/commit/3aef93e8f046210f1715b555d835f2f20cd07753
 

[Nix-commits] [NixOS/nixpkgs] 6efcfe: nixos filesystems: unify early filesystems handlin...

2016-08-30 Thread Nikolay Amiantov
  Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6efcfe03ae4ef426b77a6827243433b5296613a4
  
https://github.com/NixOS/nixpkgs/commit/6efcfe03ae4ef426b77a6827243433b5296613a4
  Author: Nikolay Amiantov 
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
M nixos/modules/security/hidepid.nix
M nixos/modules/system/activation/activation-script.nix
M nixos/modules/system/boot/stage-1-init.sh
M nixos/modules/system/boot/stage-1.nix
M nixos/modules/system/boot/stage-2-init.sh
M nixos/modules/system/boot/stage-2.nix
M nixos/modules/tasks/filesystems.nix

  Log Message:
  ---
  nixos filesystems: unify early filesystems handling

A new internal config option `fileSystems..early` is added to indicate
that the filesystem needs to be loaded very early (i.e. in initrd). They are
transformed to a shell script in `system.build.earlyMountScript` with calls to
an undefined `specialMount` function, which is expected to be caller-specific.
This option is used by stage-1, stage-2 and activation script to set up and
remount those filesystems.  Options for them are updated according to systemd
defaults.


  Commit: 509733a34393b5cb15dbb04ed597e069e08d345a
  
https://github.com/NixOS/nixpkgs/commit/509733a34393b5cb15dbb04ed597e069e08d345a
  Author: Nikolay Amiantov 
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
M nixos/modules/security/hidepid.nix
M nixos/modules/system/activation/activation-script.nix
M nixos/modules/system/boot/stage-1-init.sh
M nixos/modules/system/boot/stage-1.nix
M nixos/modules/system/boot/stage-2-init.sh
M nixos/modules/system/boot/stage-2.nix
M nixos/modules/tasks/filesystems.nix

  Log Message:
  ---
  Merge pull request #17822 from abbradar/systemd-mounts

nixos filesystems: unify special filesystems handling


Compare: https://github.com/NixOS/nixpkgs/compare/cb4cd5d7f03a...509733a34393___
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits