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: b92492a3734f^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 875f94e24860
Choose a head ref
  • 13 commits
  • 11 files changed
  • 1 contributor

Commits on Sep 7, 2011

  1. * Apply the syscall tracer stdenv adapter globally.

    svn path=/nixpkgs/branches/syscall-tracing/; revision=29080
    edolstra committed Sep 7, 2011
    Copy the full SHA
    b92492a View commit details
    Browse the repository at this point in the history
  2. * Hacky: don't do tracing on derivations that produce

      a single regular file.  Those fail because the tracer
      creates $out/.build and $out/.trace.
    
    svn path=/nixpkgs/branches/syscall-tracing/; revision=29081
    edolstra committed Sep 7, 2011
    Copy the full SHA
    d78637a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2011

  1. * fftw updated to 3.3, and follow the coding guidelines.

    svn path=/nixpkgs/branches/syscall-tracing/; revision=29153
    edolstra committed Sep 10, 2011
    Copy the full SHA
    8d40289 View commit details
    Browse the repository at this point in the history
  2. * Disable all packages using builderDefs or composableDerivation.

      They give evaluation errors when the tracing stdenv adapter is
      applied. 
    
    svn path=/nixpkgs/branches/syscall-tracing/; revision=29154
    edolstra committed Sep 10, 2011
    Copy the full SHA
    6787ddd View commit details
    Browse the repository at this point in the history
  3. * Use stdenv.lib.

    svn path=/nixpkgs/branches/syscall-tracing/; revision=29155
    edolstra committed Sep 10, 2011
    Copy the full SHA
    f032df4 View commit details
    Browse the repository at this point in the history
  4. * In overrideDerivation, handle derivations with a passthru

      attribute properly.
    
    svn path=/nixpkgs/branches/syscall-tracing/; revision=29156
    edolstra committed Sep 10, 2011
    Copy the full SHA
    bf364e9 View commit details
    Browse the repository at this point in the history
  5. * Weird infinite recursion in kde47, so turn it off.

    svn path=/nixpkgs/branches/syscall-tracing/; revision=29157
    edolstra committed Sep 10, 2011
    Copy the full SHA
    ae613df View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6643f17 View commit details
    Browse the repository at this point in the history
  7. * Compress the log on the fly, compress .build, and tee stdout/stderr

      to prevent the builder from being killed after an hour.
    
    svn path=/nixpkgs/branches/syscall-tracing/; revision=29159
    edolstra committed Sep 10, 2011
    Copy the full SHA
    06e9027 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2011

  1. * "rm -rf" doesn't work if some directories are read-only.

    svn path=/nixpkgs/branches/syscall-tracing/; revision=29202
    edolstra committed Sep 12, 2011
    Copy the full SHA
    2001f17 View commit details
    Browse the repository at this point in the history
  2. * keepBuildTree doesn't always work properly.

    svn path=/nixpkgs/branches/syscall-tracing/; revision=29232
    edolstra committed Sep 12, 2011
    Copy the full SHA
    411bf31 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2011

  1. * Doh.

    svn path=/nixpkgs/branches/syscall-tracing/; revision=29233
    edolstra committed Sep 13, 2011
    Copy the full SHA
    6f36a40 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    875f94e View commit details
    Browse the repository at this point in the history