| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into core-updates | Mark H Weaver | 2014-09-08 | 63 | -569/+5979 |
|\ |
|
| * | gexp: 'gexp->script' returns a script that can easily be compiled.•••* guix/gexp.scm (gexp->script): Produce an 'eval-when' form around
assignments of %load-path and %load-compiled-path.
| Ludovic Courtès | 2014-09-08 | 1 | -7/+9 |
| * | linux-initrd: Build cpio archives without '--no-absolute-filenames'.•••* gnu/build/linux-initrd.scm (write-cpio-archive): Remove
'--no-absolute-filenames'.
| Ludovic Courtès | 2014-09-08 | 1 | -2/+4 |
| * | gnu: linux-libre: Update to 3.16.2.•••* gnu/packages/linux.scm (linux-libre): Update to version 3.16.2.
| Jason Self | 2014-09-06 | 1 | -2/+2 |
| * | linux-initrd: Populate the initrd's store with complete closures.•••* gnu/system/linux-initrd.scm (expression->initrd): Add 'graph-files'.
Use (guix build store-copy) and 'populate-store' instead of local
hack. Pass #:references-graphs to 'gexp->derivation'.
| Ludovic Courtès | 2014-09-06 | 1 | -12/+14 |
| * | gnu: unionfs-fuse/static: Remove store references from the executable.•••* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]: Add #:phases.
| Ludovic Courtès | 2014-09-06 | 1 | -1/+10 |
| * | gexp: Allow use of high-level objects in #:references-graphs.•••* guix/gexp.scm (lower-reference-graphs): New procedure.
(gexp->derivation)[graphs-file-names]: New procedure.
Use 'lower-reference-graphs', and augment #:inputs argument as a
function of #:references-graphs.
* doc/guix.texi (G-Expressions): Adjust 'gexp->derivation' documentation
accordingly.
* tests/gexp.scm ("gexp->derivation, store copy"): Remove reference to
TWO in BUILD-DRV. Use TWO directly in #:references-graphs argument.
("gexp->derivation #:references-graphs"): New test.
* gnu/system/vm.scm (qemu-image): Remove variable 'graph'; use INPUTS as
the #:references-graphs argument to
'expression->derivation-in-linux-vm'.
| Ludovic Courtès | 2014-09-06 | 4 | -53/+148 |
| * | gnu: linux-libre: Revert to 3.16.1.•••* gnu/packages/linux.scm (linux-libre): Revert to version 3.16.1.
| Jason Self | 2014-09-06 | 1 | -2/+2 |
| * | emacs: Add a face for installed packages.•••* emacs/guix-list.el (guix-package-list-installed): New face.
(guix-package-list-get-name): Use it.
| Alex Kost | 2014-09-06 | 1 | -3/+11 |
| * | gnu: linux-libre: Update to 3.16.2.•••* gnu/packages/linux.scm (linux-libre): Update to version 3.16.2.
| Jason Self | 2014-09-06 | 1 | -2/+2 |
| * | gnu: Add python-sphinx.•••* gnu/packages/python.scm (python-sphinx, python2-sphinx): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+29 |
| * | gnu: Add python-pygments.•••* gnu/packages/python.scm (python-pygments, python2-pygments): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+25 |
| * | gnu: Add python-docutils.•••* gnu/packages/python.scm (python-docutils, python2-docutils): New variables.
| David Thompson | 2014-09-05 | 1 | -2/+33 |
| * | gnu: Add python-jinja2.•••* gnu/packages/python.scm (python-jinja2, python2-jinja2): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+27 |
| * | gnu: Add python-markupsafe.•••* gnu/packages/python.scm (python-markupsafe, python2-markupsafe): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+26 |
| * | gnu: Add python-virtualenv.•••* gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+27 |
| * | gnu: Add python-itsdangerous.•••* gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+26 |
| * | gnu: Add python-oauthlib.•••* gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+45 |
| * | gnu: Add python-pyjwt.•••* gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+28 |
| * | gnu: Add python-discover.•••* gnu/packages/python.scm (python-discover, python2-discover): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+27 |
| * | gnu: Add python-coverage.•••* gnu/packages/python.scm (python-coverage, python2-coverage): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+28 |
| * | gnu: Add python-testrepository.•••* gnu/packages/python.scm (python-testrepository, python2-testrepository): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+30 |
| * | gnu: Add python-fixtures.•••* gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+28 |
| * | gnu: Add python-subunit.•••* gnu/packages/python.scm (python-subunit, python2-subunit): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+29 |
| * | gnu: Add python-testresources.•••* gnu/packages/python.scm (python-testresources, python2-testresources): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+27 |
| * | gnu: Add python-testscenarios.•••* gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+28 |
| * | gnu: Add python-testtools.•••* gnu/packages/python.scm (python-testtools, python2-testtools): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+30 |
| * | gnu: Add python-scripttest.•••* gnu/packages/python.scm (python-scriptest, python2-scripttest): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+27 |
| * | gnu: Add python-pytest.•••* gnu/packages/python.scm (python-pytest, python2-pytest): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+36 |
| * | gnu: Add python-py.•••* gnu/packages/python.scm (python-py, python2-py): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+26 |
| * | gnu: Add python-unittest2.•••* gnu/packages/python.scm (python-unittest2, python2-unittest2): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+42 |
| * | gnu: Add python-nose.•••* gnu/packages/python.scm (python-nose, python2-nose): New variables.
| David Thompson | 2014-09-05 | 1 | -1/+28 |
| * | gnu: Add python-extras.•••* gnu/packages/python.scm (python-extras, python2-extras): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+28 |
| * | gnu: Add python-mimeparse.•••* gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+29 |
| * | gnu: Add python-unidecode.•••* gnu/packages/python.scm (python-unidecode, python2-unidecode): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+29 |
| * | gnu: Add python-jsonschema.•••* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+25 |
| * | gnu: Add python2-requests.•••* gnu/packages/python.scm (python2-requests): New variable.
| David Thompson | 2014-09-05 | 1 | -0/+26 |
| * | gnu: Add python-certifi.•••* gnu/packages/python.scm (python-certifi, python2-certifi): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+27 |
| * | gnu: Add python-pyld.•••* gnu/packages/python.scm (python-pyld, python2-pyld): New variables.
| David Thompson | 2014-09-05 | 1 | -0/+26 |
| * | gnu: Add python-exif-read.•••* gnu/packages/python.scm (python-exif-read, python2-exif-read): New
variables.
| David Thompson | 2014-09-05 | 1 | -0/+27 |
| * | pull: Add a compilation progress report.•••* guix/build/pull.scm (report-build-progress): New procedure.
(p-for-each): Add #:progress parameter.
[loop]: Keep track of the number of completed processes. Tail-call
PROGRESS at each loop iteration.
(build-guix): Add #:debug-port parameter. Use it for verbose
messages. Change 'tar' flags to 'xf'. Around 'compile-file' call,
bind CURRENT-WARNING-PORT to DEBUG-PORT.
* guix/scripts/pull.scm (unpack): Add #:verbose? parameter.
[builder]: Pass #:debug-port to 'build-guix'.
(guix-pull): Leave CURRENT-BUILD-OUTPUT-PORT unchanged. Pass
#:verbose? to 'unpack'.
| Ludovic Courtès | 2014-09-05 | 2 | -31/+65 |
| * | vm: Move store copy handling to (guix build store-copy).•••* gnu/build/vm.scm (read-reference-graph, populate-store): Move to...
* guix/build/store-copy.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Adjust default
#:modules values accordingly.
* tests/gexp.scm ("gexp->derivation, store copy"): New test.
| Ludovic Courtès | 2014-09-04 | 5 | -37/+111 |
| * | linux-initrd: Move Linux module tree flattening to another derivation.•••* gnu/system/linux-initrd.scm (expression->initrd)[string->regexp]:
Remove.
Use 'flat-linux-module-directory'. Remove the equivalent logic from
'builder'.
(flat-linux-module-directory): New procedure.
| Ludovic Courtès | 2014-09-04 | 1 | -23/+37 |
| * | profiles: Use a real arrow to denote upgrades in ASCII.•••Suggested by Alex Kost.
* guix/profiles.scm (right-arrow): Fall back to "->".
* tests/profiles.scm ("manifest-show-transaction"): Adjust accordingly.
| Ludovic Courtès | 2014-09-04 | 2 | -2/+2 |
| * | Add Emacs user interface.•••* configure.ac (emacsuidir): New variable.
(AC_CONFIG_FILES): Add 'emacs/guix-init.el', 'emacs/guix-helper.scm'.
* Makefile.am: Include 'emacs.am'.
* emacs.am: New file.
* doc/emacs.texi: New file.
* doc/guix.texi: Include 'emacs.texi'.
* emacs/guix-backend.el: New file.
* emacs/guix-base.el: New file.
* emacs/guix-helper.scm.in: New file.
* emacs/guix-history.el: New file.
* emacs/guix-info.el: New file.
* emacs/guix-init.el.in: New file.
* emacs/guix-list.el: New file.
* emacs/guix-main.scm: New file.
* emacs/guix-utils.el: New file.
* emacs/guix.el: New file.
| Alex Kost | 2014-09-03 | 16 | -0/+3507 |
| * | gnu: datamash: Fix license.•••* gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+.
| Ludovic Courtès | 2014-09-03 | 1 | -1/+1 |
| * | linux-initrd: Factorize cpio archive creation.•••* gnu/build/linux-initrd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/system/linux-initrd.scm (expression->initrd): Use (gnu build
linux-initrd) and 'write-cpio-archive' instead of the inlined code.
| Ludovic Courtès | 2014-09-03 | 3 | -36/+80 |
| * | Move part of (gnu build linux-boot) to (gnu build file-systems).•••* gnu/build/linux-boot.scm (%ext2-endianness, %ext2-sblock-magic,
%ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name,
read-ext2-superblock, ext2-superblock-uuid,
ext2-superblock-volume-name, disk-partitions,
partition-label-predicate, find-partition-by-label,
canonicalize-device-spec, MS_RDONLY, MS_NOSUID, MS_NODEV, MS_NOEXEC,
MS_BIND, MS_MOVE, bind-mount, check-file-system,
mount-flags->bit-mask, mount-file-system): Move to...
* gnu/build/file-systems.scm: ... here. New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/services/base.scm: Use (gnu build file-systems).
* gnu/services/dmd.scm (dmd-configuration-file): Likewise.
* gnu/system.scm (operating-system-activation-script): Likewise.
* gnu/system/linux-initrd.scm (base-initrd): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
| Ludovic Courtès | 2014-09-03 | 8 | -262/+308 |
| * | Rename (gnu build linux-initrd) to (gnu build linux-boot).•••* gnu/build/linux-initrd.scm: Rename to...
* gnu/build/linux-boot.scm: ... this.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/build/activation.scm, gnu/build/vm.scm, gnu/services/base.scm,
gnu/services/dmd.scm, gnu/system.scm, gnu/system/linux-initrd.scm,
gnu/system/vm.scm: Adjust accordingly.
| Ludovic Courtès | 2014-09-03 | 9 | -12/+12 |
| * | Move operating system helpers from (guix build …) to (gnu build …).•••* guix/build/activation.scm, guix/build/install.scm,
guix/build/linux-initrd.scm, guix/build/vm.scm: Move to...
* gnu/build: ... here.
* Makefile.am (MODULES): Remove the above guix/build/ files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add the above gnu/build/ files
here.
* gnu/services/base.scm, gnu/services/dmd.scm, gnu/system.scm,
gnu/system/linux-initrd.scm, gnu/system/vm.scm,
guix/scripts/system.scm: Adjust to the new module names.
| Ludovic Courtès | 2014-09-03 | 12 | -34/+35 |