Skip to content
Snippets Groups Projects
  1. Jul 23, 2014
    • Andreas Enge's avatar
      gnu: pari-gp: Upgrade to 2.7.1. · 5383fb5b
      Andreas Enge authored
      * gnu/packages/algebra.scm (pari-gp): Upgrade to 2.7.1.
      5383fb5b
    • Mark H Weaver's avatar
      system: Add missing exports to (gnu system file-systems). · 705f8b68
      Mark H Weaver authored
      * gnu/system/file-systems.scm (%pseudo-terminal-file-system)
        (%shared-memory-file-system): Add to export list.
      705f8b68
    • Ludovic Courtès's avatar
      system: Add /dev/shm. · db17ae5c
      Ludovic Courtès authored
      * gnu/system/file-systems.scm (%shared-memory-file-system): New
        variable.
        (%base-file-systems): Add it.
      * doc/guix.texi (File Systems): Document it.
      db17ae5c
    • Ludovic Courtès's avatar
      system: Recognize more file system flags. · 2c071ce9
      Ludovic Courtès authored
      * guix/build/linux-initrd.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC): New
        variables.
        (mount-flags->bit-mask): New procedure.
        (mount-file-system)[flags->bit-mask]: Remove.
        Use 'mount-flags->bit-mask' instead.
        In /etc/mtab, use the empty string when OPTIONS is false.
      * gnu/services/base.scm (file-system-service): Add #:flags parameter and
        honor it.
      * gnu/system.scm (other-file-system-services): Pass FLAGS to
        'file-system-service'.
      2c071ce9
    • Ludovic Courtès's avatar
      doc: Merge the type, variable, and function indices. · a85b83d2
      Ludovic Courtès authored
      * doc/guix.texi (Function Index): Rename to...
        (Programming Index): ... this.  Merge the type, variable, and function
        indices.
      a85b83d2
    • Ludovic Courtès's avatar
      system: Add 'file-system' decl. for /dev/pts, and use the right options. · 7f239fd3
      Ludovic Courtès authored
      Fixes <http://bugs.gnu.org/18081>.
      
      * gnu/system/file-systems.scm (%devtmpfs-file-system): Add
        'needed-for-boot?' field.
        (%tty-gid, %pseudo-terminal-file-system): New variables.
        (%base-file-systems): Add %PSEUDO-TERMINAL-FILE-SYSTEM.
      * gnu/services/base.scm (udev-service): Remove dependency on
        'file-system-/dev'.
      * gnu/system/shadow.scm (%base-groups): Add 'id' field for group 'tty'.
      * guix/build/linux-initrd.scm (boot-system): Remove 'mount' call for
        /dev/pts.
      * doc/guix.texi (File Systems): Add %pseudo-terminal-file-system.
      7f239fd3
    • Ludovic Courtès's avatar
      system: Add 'create-mount-point?' file system option. · 4e469051
      Ludovic Courtès authored
      * gnu/system/file-systems.scm (<file-system>)[create-mount-point?]: New
        field.
      * gnu/services/base.scm (file-system-service): Add #:create-mount-point?
        parameter and honor it.
      * gnu/system.scm (other-file-system-services): Update
        'file-system-service' call accordingly.
      * doc/guix.texi (File Systems): Document it.
      4e469051
  2. Jul 22, 2014
    • Andreas Enge's avatar
      Require only lower gettext version. · 5ac12a4f
      Andreas Enge authored
      * configure.ac: Change back to requiring gettext at least 0.18.1, partially
          reverting commit ee764179.
      5ac12a4f
    • Ludovic Courtès's avatar
      Thank Adam. · 30d3e2e8
      Ludovic Courtès authored
      30d3e2e8
    • Ludovic Courtès's avatar
      system: Add '%devtmpfs-file-system' for udev, and '%base-file-systems'. · a69576ea
      Ludovic Courtès authored
      Suggested by Adam Pribyl <pribyl@lowlevel.cz>.
      
      * gnu/services/base.scm (udev-service)[requirement]: Add
        'file-system-/dev'.
      * gnu/system/file-systems.scm (%devtmpfs-file-system,
        %base-file-systems): New variables.
      * gnu/system/install.scm (installation-services)[file-systems]: Use
        %base-file-systems.
      * build-aux/hydra/demo-os.scm (file-systems): Likewise.
      * doc/guix.texi (System Installation): Show %BASE-FILE-SYSTEMS in the
        example.
        (Using the Configuration System): Likewise.
        (File Systems): Document %base-file-systems, %devtmpfs-file-system,
        %binary-format-file-system, and %fuse-control-file-system.
      a69576ea
    • Ludovic Courtès's avatar
      doc: Fix typo. · 7cb9666d
      Ludovic Courtès authored
      * doc/guix.texi (System Installation): s/are/is/.
      7cb9666d
  3. Jul 21, 2014
  4. Jul 20, 2014
  5. Jul 19, 2014
  6. Jul 18, 2014
    • Eric Bavier's avatar
      gnu: Add datamash. · 501aa54f
      Eric Bavier authored
      * gnu/packages/datamash.scm: New file.
      * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
      501aa54f
    • Ludovic Courtès's avatar
      Thank Marek. · 7a5c329b
      Ludovic Courtès authored
      7a5c329b
    • Ludovic Courtès's avatar
      guix system: init: Always use /var/guix as the target state directory. · a52127c0
      Ludovic Courtès authored
      Fixes <http://bugs.gnu.org/18049>.
      Reported by Marek Benc <merkur32@gmail.com>.
      
      * guix/scripts/system.scm (copy-closure): Pass #:state-directory to
        'register-path'.
      a52127c0
    • Ludovic Courtès's avatar
      guix-register: Add '--state-directory' parameter. · 689142cd
      Ludovic Courtès authored
      * nix/guix-register/guix-register.cc (GUIX_OPT_STATE_DIRECTORY): New
        macro.
        (parse_opt): Honor it.
      * tests/guix-register.sh: Add test with '--state-directory'.
      * guix/store.scm (register-path): Add #:state-directory parameter.
      689142cd
    • Mark H Weaver's avatar
      Fix typos in manual. · 1c00f836
      Mark H Weaver authored
      * doc/guix.texi (Using the Configuration System): 'gid' -> 'group'
        in user-account example.
        (Initial RAM Disk): 'base-init' -> 'base-initrd'.
      1c00f836
    • John Darrington's avatar
      gnu: Add Aegis. · 0e534e74
      John Darrington authored
      * gnu/packages/version-control.scm (aegis): New variable.
      * gnu/packages/patches/aegis-constness-error.patch: New file.
      * gnu/packages/patches/aegis-perl-tempdir1.patch: New file.
      * gnu/packages/patches/aegis-perl-tempdir2.patch: New file.
      * gnu/packages/patches/aegis-test-fixup-1.patch: New file.
      * gnu/packages/patches/aegis-test-fixup-2.patch: New file.
      0e534e74
Loading