aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | gnu: coreutils: Update to 8.23.•••* gnu/packages/patches/coreutils-skip-nohup.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove coreutils-skip-nohup.patch. * gnu/packages/patches/coreutils-dummy-man.patch: Adapt for 8.23. * gnu/packages/base.scm (coreutils): Update to 8.23. Mark H Weaver2014-08-03
| * | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2014-08-03
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMark H Weaver2014-07-27
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | gnu: acl: Update to 2.2.52.•••* gnu/packages/acl.scm (acl): Update to version 2.2.52. Jason Self2014-07-20
| * | | | | | | | | | gnu: Enable tests for patch.•••* gnu/packages/base.scm (patch): Enable test and add "ed" as input. John Darrington2014-07-20
* | | | | | | | | | | linux-initrd: Adjust VM code and doc to new 'base-initrd' signature.•••This fixes regressions introduced in de1c158 ("system: Add support for boot-time mapped devices."). * doc/guix.texi (Initial RAM Disk): Adjust example with custom use of 'base-initrd'. Document #:mapped-devices parameter of 'base-initrd'. * gnu/system/vm.scm (system-disk-image, system-qemu-image, virtualized-operating-system): Adjust call to 'base-initrd' to new signature. Ludovic Courtès2014-09-22
* | | | | | | | | | | syscalls: Adjust /proc/net/dev parser for old kernels.•••* guix/build/syscalls.scm (%interface-line): Remove whitespace in rest pattern. (There's no extra whitespace after the colon with Linux 2.6.32.) Ludovic Courtès2014-09-22
* | | | | | | | | | | download: Use the 'SERVER NAME' TLS extension when possible.•••Fixes <http://bugs.gnu.org/18526>. Reported by Mark H. Weaver. * guix/build/download.scm (tls-wrap): Add 'server' parameter. Call 'set-session-server-name!' when (gnutls) defines it. (open-connection-for-uri): Adjust 'tls-wrap' call accordingly. Ludovic Courtès2014-09-22
* | | | | | | | | | | gnu: perl-tk: Build sequentially.•••Fixes <http://bugs.gnu.org/18262>. * gnu/packages/tcl.scm (perl-tk)[arguments]: Add #:parallel-build? #f. Ludovic Courtès2014-09-22
* | | | | | | | | | | guix package: Use 'profile-generations'.•••* guix/scripts/package.scm (guix-package)[process-actions]: Use 'profile-generations' instead of the equivalent code. Alex Kost2014-09-22
* | | | | | | | | | | profiles: Add 'profile-generations'.•••* guix/profiles.scm (profile-generations): New procedure. Alex Kost2014-09-22
* | | | | | | | | | | system: Add support for boot-time mapped devices.•••* gnu/build/linux-boot.scm (boot-system): Add #:pre-mount parameter and honor it. * gnu/system/linux-initrd.scm (base-initrd): Add #:mapped-devices parameter. Add 'device-mapping-commands' variable, and use it to build the #:pre-mount argument of 'boot-system'. * gnu/system.scm (mapped-device-user, operating-system-user-mapped-devices, operating-system-boot-mapped-devices): New procedures. (device-mapping-services): Use 'operating-system-user-mapped-devices' instead of 'operating-system-mapped-devices'. (operating-system-initrd-file): Call the initrd with #:mapped-devices. Ludovic Courtès2014-09-22
* | | | | | | | | | | activation: Ensure existing user accounts have the right settings.•••* gnu/build/activation.scm (modify-user, ensure-user): New procedures. (activate-users+groups): Systematically call 'ensure-user'. Ludovic Courtès2014-09-22
* | | | | | | | | | | gnu: valgrind: Update to 3.10.0.•••* gnu/packages/valgrind.scm (valgrind): Update to 3.10.0. * gnu/packages/patches/valgrind-glibc.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly. Ludovic Courtès2014-09-22
* | | | | | | | | | | gnu: duplicity: Add dependency on util-linux.•••* gnu/packages/backup.scm (duplicity)[native-inputs]: Add util-linux. Ludovic Courtès2014-09-20
* | | | | | | | | | | gnu: ots: Build sequentially.•••* gnu/packages/ots.scm (ots)[arguments]: New field. Ludovic Courtès2014-09-20
* | | | | | | | | | | gnu: Add sound-theme-freedesktop.•••Suggested by Federico Beffa <beffa@ieee.org>. * gnu/packages/libcanberra.scm (sound-theme-freedesktop): New variable. Ludovic Courtès2014-09-20
* | | | | | | | | | | gnu: libcanberra: Add dependency on PulseAudio and eudev.•••* gnu/packages/libcanberra.scm (libcanberra): Add PulseAudio and eudev as inputs. Ludovic Courtès2014-09-20
* | | | | | | | | | | gnu: emacs: Switch to GTK+ 3.•••Suggested by Federico Beffa <beffa@ieee.org>. * gnu/packages/emacs.scm (emacs): Switch to GTK+ 3. Ludovic Courtès2014-09-20
* | | | | | | | | | | offload: Use a total order when sorting available machines.•••* guix/scripts/offload.scm (machine-less-loaded?, machine-faster?): Remove. (machine-power-factor): New procedure. (machine-less-loaded-or-faster?): Use it. Ludovic Courtès2014-09-20
* | | | | | | | | | | offload: Try another machine when the "best" machine is overloaded.•••* guix/scripts/offload.scm (choose-build-machine): When BEST is overloaded, try the other machines. Ludovic Courtès2014-09-20
* | | | | | | | | | | linux-boot: Ask fsck for a progress bar.•••* gnu/build/file-systems.scm (check-file-system): Pass '-C 0' to FSCK. Suggested by Mark H. Weaver. Ludovic Courtès2014-09-19
* | | | | | | | | | | gnu: guile-charting: Update to 0.2.0.•••* gnu/packages/guile.scm (guile-charting): Update to 0.2.0. Remove now-unnecessary cruft from 'snippet'. Modify 'godir' in Makefile.in. Ludovic Courtès2014-09-19
* | | | | | | | | | | system: Fix value of 'EUDEV_RULES_DIRECTORY'.•••* gnu/services/base.scm (udev-service): Append "/lib/udev/rules.d" to EUDEV_RULES_DIRECTORY. Ludovic Courtès2014-09-19
* | | | | | | | | | | gnu: Fix typos.•••* gnu/packages/cdrom.scm (cdparanoia): Double space in description. * gnu/packages/maths.scm (hdf5): Double space in synopsis. Alex Kost2014-09-19
* | | | | | | | | | | gnu: linux-libre: Update to 3.16.3.•••* gnu/packages/linux.scm (linux-libre): Update to version 3.16.3. Jason Self2014-09-18
* | | | | | | | | | | system: Add udev rule for /dev/kvm.•••* gnu/services/base.scm (kvm-udev-rule): New procedure. (udev-service): Use it, and add it to RULES. (guix-build-accounts): Add "kvm" to the 'supplementary-groups' field. * gnu/system/shadow.scm (%base-groups): Add "kvm". Ludovic Courtès2014-09-18
* | | | | | | | | | | linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter.•••* gnu/build/linux-boot.scm (boot-system): Remove #:guile-modules-in-chroot? and related code. * gnu/system/linux-initrd.scm (base-initrd): Likewise. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Remove #:guile-modules-in-chroot? argument in 'base-initrd' call. Ludovic Courtès2014-09-18
* | | | | | | | | | | doc: Remove a couple of limitations.•••* doc/guix.texi (System Installation): Remove encrypted disks and swap from the limitations. Ludovic Courtès2014-09-18
* | | | | | | | | | | system: Add support for swap devices.•••* gnu/services/base.scm (swap-service): New procedure. * gnu/system.scm (<operating-system>)[swap-devices]: New field. (swap-services): New procedure. (essential-services): Use it. Ludovic Courtès2014-09-18
* | | | | | | | | | | syscalls: Add 'swapon' and 'swapoff'.•••* guix/build/syscalls.scm (swapon, swapoff): New procedures. * tests/syscalls.scm ("swapon, ENOENT/EPERM", "swapoff, EINVAL/EPERM"): New tests. Ludovic Courtès2014-09-18
* | | | | | | | | | | doc: Document mapped devices.•••* doc/guix.texi (Mapped Devices): New subsection. Ludovic Courtès2014-09-18
* | | | | | | | | | | system: Define 'device-mapping-kind', and add a 'close' procedure.•••* gnu/system/file-systems.scm (<mapped-device-type>): New record type. (<mapped-device>)[command]: Remove field. [type]: New field. * gnu/services/base.scm (device-mapping-service): Rename 'command' parameter to 'open'. Add 'close' parameter and honor it. * gnu/system.scm (luks-device-mapping): Rename to... (open-luks-device): ... this. (close-luks-device): New procedure. (luks-device-mapping): New variable. (device-mapping-services): Get the type of MD, and pass its 'open' and 'close' fields to 'device-mapping-service'. Ludovic Courtès2014-09-18
* | | | | | | | | | | pull: Rewrite using gexps.•••* guix/scripts/pull.scm (unpack): Remove 'store' parameter. Rewrite using 'gexp->derivation'. (what-to-build, indirect-root-added, build-and-install): New procedures. (guix-pull): Use it. Ludovic Courtès2014-09-18
* | | | | | | | | | | gnu: skribilo: Make sure Guile-Reader is in the search path.•••Reported by Luis Souto Graña <luissoutobueu@gmail.com>. * gnu/packages/skribilo.scm (skribilo)[arguments]: Add #:phases. Ludovic Courtès2014-09-18
* | | | | | | | | | | gnu: libcanberra: Update URL.•••Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/libcanberra.scm (libcanberra)[source]: Update URI. Ludovic Courtès2014-09-17
* | | | | | | | | | | services: dhcp-client: Start 'dhclient' in "no wait" mode.•••* gnu/services/networking.scm (dhcp-client-service): Pass '-nw' to 'dhclient'. Ludovic Courtès2014-09-17
* | | | | | | | | | | services: file-system: Change directory to root before unmounting.•••* gnu/services/base.scm (file-system-service)[stop]: Add 'chdir' call. Ludovic Courtès2014-09-17
* | | | | | | | | | | services: user-processes: Wait for complete process termination.•••* gnu/services/base.scm (user-processes-service): Add 'wait' loop. Ludovic Courtès2014-09-17
* | | | | | | | | | | services: udev: Make non-respawnable.•••* gnu/services/base.scm (udev-service): Add 'respawn?' field. Ludovic Courtès2014-09-17
* | | | | | | | | | | services: Change default 'stop' value to #~(const #f).•••* gnu/services.scm (<service>)[stop]: Change default value. Ludovic Courtès2014-09-17
* | | | | | | | | | | build: Ignore the user's language settings when running tests.•••* test-env.in: Unset 'LANGUAGE', set 'LC_MESSAGE'. Ludovic Courtès2014-09-17
* | | | | | | | | | | utils: Create temporary files in $TMPDIR or /tmp.•••Reported by Federico Beffa <beffa@ieee.org>. * guix/utils.scm (call-with-temporary-output-file): Prepend $TMPDIR or /tmp to TEMPLATE. Ludovic Courtès2014-09-17
* | | | | | | | | | | system: Add "input" to '%base-groups'.•••* gnu/system/shadow.scm (%base-groups): Add "input" group. Ludovic Courtès2014-09-16
* | | | | | | | | | | Remove outdated items from 'TODO'.Ludovic Courtès2014-09-16
* | | | | | | | | | | gnu: guile-charting: Modules correctly installed, guile-cairo propagated.•••* gnu/packages/guile.scm (guile-charting): Patch Makefile.in files to install to guile/site/2.0. Move GUILE-CAIRO to 'propagated-inputs'. Ludovic Courtès2014-09-16
* | | | | | | | | | | gnu: pulseaudio: Disable Console-Kit support by default.•••This prevented PulseAudio from starting on systems without Console-Kit. * gnu/packages/pulseaudio.scm (pulseaudio)[source]: Add snippet. Ludovic Courtès2014-09-15
* | | | | | | | | | | gnu: Add OPAM.•••* gnu/packages/ocaml.scm (opam): New variable. Ludovic Courtès2014-09-15
* | | | | | | | | | | gnu: Add arb.•••* gnu/packages/algebra.scm (arb): New variable. Andreas Enge2014-09-15
* | | | | | | | | | | gnu: mupdf: Adjust synopsis.•••* gnu/packages/pdf.scm (mupdf): Remove article from synopsis. Ludovic Courtès2014-09-15