Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 54d01b0e97f5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 60a133f9d070
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 30, 2017

  1. chrootenv: rewrite on top of GLib

    Changes:
    
    * doesn't handle root user separately
    * doesn't chdir("/") which makes using it seamless
    * only bind mounts, doesn't symlink (i.e. files)
    
    Incidentally, fixes #33106.
    
    It's about two times shorter than the previous version, and much
    easier to read/follow through. It uses GLib quite heavily, along with
    RAII (available in GCC/Clang).
    lukateras committed Dec 30, 2017
    Copy the full SHA
    4b1cf5a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. Merge pull request #33139 from yegortimoshenko/20171228.053707/chrootenv

    chrootenv: rewrite on top of GLib
    lukateras committed Dec 31, 2017
    Copy the full SHA
    60a133f View commit details
    Browse the repository at this point in the history