Skip to content
Snippets Groups Projects
  1. Sep 10, 2015
  2. Sep 09, 2015
  3. Sep 08, 2015
  4. Sep 07, 2015
    • Cyril Roelandt's avatar
      gnu: Add oslo.i18n. · 8531b326
      Cyril Roelandt authored
      * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New
        variables.
      8531b326
    • Cyril Roelandt's avatar
      gnu: python-testtools: fix propagated inputs. · 05de40c5
      Cyril Roelandt authored
      * gnu/packages/python.scm (python-testools): turn python-fixtures and
        python-testtools into propagated inputs.
      05de40c5
    • Cyril Roelandt's avatar
      gnu: pbr: Update to 1.6.0 · ea8e40d0
      Cyril Roelandt authored
      * gnu/packages/openstack.scm (python-pbr): Update to 1.6.0.
      ea8e40d0
    • David Thompson's avatar
      gnu: Add ruby-rack. · 64b6ccc3
      David Thompson authored
      * gnu/packages/ruby.scm (ruby-rack): New variable.
      64b6ccc3
    • David Thompson's avatar
      build: container: Use the same clone flags as fork(3). · ee78d024
      David Thompson authored
      The intent is to make 'clone' behave a lot more like 'primitive-fork', which
      calls clone(2) with SIGCHLD, CLONE_CHILD_CLEARTID, and CLONE_CHILD_SETTID
      flags.  Notably, running 'clone' at the REPL without these flags would break
      the REPL beyond repair.
      
      * guix/build/syscalls.scm (CLONE_CHILD_CLEARTID, CLONE_CHILD_SETTID): New
        variables.
      * gnu/build/linux-container.scm (namespaces->bit-mask): Add
        CLONE_CHILD_CLEARTID and CLONE_CHILD_SETTID to bit mask.
      ee78d024
    • David Thompson's avatar
      build: container: Setup /dev/console. · 4949ada9
      David Thompson authored
      * gnu/build/linux-container.scm (mount-file-systems): Bind mount the
        controlling terminal as /dev/console.
      4949ada9
    • David Thompson's avatar
      gnu: Add ruby-byebug. · 468e5657
      David Thompson authored
      * gnu/packages/ruby.scm (ruby-byebug): New variable.
      468e5657
    • David Thompson's avatar
      gnu: Add ruby-pg. · 4a9e0585
      David Thompson authored
      * gnu/packages/ruby.scm (ruby-pg): New variable.
      4a9e0585
    • David Thompson's avatar
      build: ruby: Avoid long build directory names. · b500e718
      David Thompson authored
      Having the hash of the source gem in the source directory file name proved to
      be problematic when running the test suite for the 'pg' gem that creates
      UNIX-domain sockets in the source directory and exceeded the 108 character
      limit on GNU/Linux systems.
      
      * guix/build/ruby-build-system.scm (unpack): Rename unpacked gem directory to
        "gem".
      b500e718
  5. Sep 06, 2015
Loading