Skip to content
Snippets Groups Projects
  1. Mar 29, 2016
  2. Mar 28, 2016
  3. Mar 27, 2016
    • Leo Famulari's avatar
      gnu: beets: Run tests with python-nose. · 36c2c8c8
      Leo Famulari authored
      * gnu/packages/music.scm (nose)[native-inputs]: Add python-nose.
      [arguments]: Replace 'check' and use python-nose.
      36c2c8c8
    • David Thompson's avatar
      environment: Properly handle SIGINT. · 13bc8d5e
      David Thompson authored
      Switching to execlp means that the process spawned in a container is PID
      1, which obsoleted one of the 'guix environment --container' tests
      because the init process can't be killed in the usual manner.
      
      * guix/scripts/environment.scm (launch-environment/fork): New procedure.
      (launch-environment): Switch from system* to execlp.  Add handler for
      SIGINT.
      (guix-environment): Use launch-environment/fork.
      * tests/guix-environment-container.sh: Replace abnormal exit test with
      one that works now that the spawned process is PID 1.
      13bc8d5e
    • Ludovic Courtès's avatar
      Update 'NEWS'. · c8786834
      Ludovic Courtès authored
      c8786834
  4. Mar 26, 2016
  5. Mar 25, 2016
Loading