summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2014-09-08linux-initrd: Move initrd creation code to (guix build linux-initrd).•••* gnu/build/linux-initrd.scm (cache-compiled-file-name, compile-to-cache, build-initrd): New procedures. * gnu/system/linux-initrd.scm (expression->initrd)[builder]: Remove code now moved above. Use 'build-initrd'. Ludovic Courtès
2014-09-08linux-initrd: Copy all the script's closure to the initrd.•••* gnu/system/linux-initrd.scm (expression->initrd): Remove calls to 'imported-modules' and 'compiled-modules'. Use 'gexp->script' with EXP. Add the result to TO-COPY. Make /init a symlink to that script, and copy its closure into the "contents" directory. Add fake /proc/self/exe symlink. * gnu/build/linux-boot.scm (load-linux-module*): Add comment about mmap. * gnu/system/vm.scm (system-qemu-image/shared-store-script): Add "-m 256". This turns out to be needed for initrds containing things like e2fsck and several modules; with the default of 128 MiB, loading libahci.ko may fail with -1. Ludovic Courtès
2014-09-08gnu: Add GNU direvent.•••* gnu/packages/admin.scm (direvent): New variable. Ludovic Courtès
2014-09-08gnu: Add testdisk.•••* gnu/packages/admin.scm (testdisk): New variable. Ludovic Courtès
2014-09-08gnu: youtube-dl: Update to 2014.09.06.•••* gnu/packages/video.scm (youtube-dl): Update to 2014.09.06. Ludovic Courtès
2014-09-08gnu: Add tdb.•••* gnu/packages/databases.scm (tdb): New variable. Ludovic Courtès
2014-09-08gnu: Consolidate databases in (gnu packages databases).•••* gnu/packages/databases.scm: New file, with the contents of the following deleted files. * gnu/packages/mysql.scm, gnu/packages/postgresql.scm, gnu/packages/recutils.scm, gnu/packages/sqlite.scm, gnu/packages/bdb.scm: Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/apl.scm, gnu/packages/dc.scm, gnu/packages/games.scm, gnu/packages/gnunet.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/version-control.scm: Adjust to new module name. Ludovic Courtès
2014-09-08gnu: Remove extra import in (gnu packages admin).•••* gnu/packages/admin.scm: Remove duplicate use of (gnu packages base). Ludovic Courtès
2014-09-08linux-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-06gnu: linux-libre: Update to 3.16.2.•••* gnu/packages/linux.scm (linux-libre): Update to version 3.16.2. Jason Self
2014-09-06linux-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-06gnu: unionfs-fuse/static: Remove store references from the executable.•••* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]: Add #:phases. Ludovic Courtès
2014-09-06gexp: 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-06gnu: linux-libre: Revert to 3.16.1.•••* gnu/packages/linux.scm (linux-libre): Revert to version 3.16.1. Jason Self
2014-09-06gnu: linux-libre: Update to 3.16.2.•••* gnu/packages/linux.scm (linux-libre): Update to version 3.16.2. Jason Self
2014-09-05gnu: Add python-sphinx.•••* gnu/packages/python.scm (python-sphinx, python2-sphinx): New variables. David Thompson
2014-09-05gnu: Add python-pygments.•••* gnu/packages/python.scm (python-pygments, python2-pygments): New variables. David Thompson
2014-09-05gnu: Add python-docutils.•••* gnu/packages/python.scm (python-docutils, python2-docutils): New variables. David Thompson
2014-09-05gnu: Add python-jinja2.•••* gnu/packages/python.scm (python-jinja2, python2-jinja2): New variables. David Thompson
2014-09-05gnu: Add python-markupsafe.•••* gnu/packages/python.scm (python-markupsafe, python2-markupsafe): New variables. David Thompson
2014-09-05gnu: Add python-virtualenv.•••* gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New variables. David Thompson
2014-09-05gnu: Add python-itsdangerous.•••* gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): New variables. David Thompson
2014-09-05gnu: Add python-oauthlib.•••* gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables. David Thompson
2014-09-05gnu: Add python-pyjwt.•••* gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables. David Thompson
2014-09-05gnu: Add python-discover.•••* gnu/packages/python.scm (python-discover, python2-discover): New variables. David Thompson
2014-09-05gnu: Add python-coverage.•••* gnu/packages/python.scm (python-coverage, python2-coverage): New variables. David Thompson
2014-09-05gnu: Add python-testrepository.•••* gnu/packages/python.scm (python-testrepository, python2-testrepository): New variables. David Thompson
2014-09-05gnu: Add python-fixtures.•••* gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables. David Thompson
2014-09-05gnu: Add python-subunit.•••* gnu/packages/python.scm (python-subunit, python2-subunit): New variables. David Thompson
2014-09-05gnu: Add python-testresources.•••* gnu/packages/python.scm (python-testresources, python2-testresources): New variables. David Thompson
2014-09-05gnu: Add python-testscenarios.•••* gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New variables. David Thompson
2014-09-05gnu: Add python-testtools.•••* gnu/packages/python.scm (python-testtools, python2-testtools): New variables. David Thompson
2014-09-05gnu: Add python-scripttest.•••* gnu/packages/python.scm (python-scriptest, python2-scripttest): New variables. David Thompson
2014-09-05gnu: Add python-pytest.•••* gnu/packages/python.scm (python-pytest, python2-pytest): New variables. David Thompson
2014-09-05gnu: Add python-py.•••* gnu/packages/python.scm (python-py, python2-py): New variables. David Thompson
2014-09-05gnu: Add python-unittest2.•••* gnu/packages/python.scm (python-unittest2, python2-unittest2): New variables. David Thompson
2014-09-05gnu: Add python-nose.•••* gnu/packages/python.scm (python-nose, python2-nose): New variables. David Thompson
2014-09-05gnu: Add python-extras.•••* gnu/packages/python.scm (python-extras, python2-extras): New variables. David Thompson
2014-09-05gnu: Add python-mimeparse.•••* gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New variables. David Thompson
2014-09-05gnu: Add python-unidecode.•••* gnu/packages/python.scm (python-unidecode, python2-unidecode): New variables. David Thompson
2014-09-05gnu: Add python-jsonschema.•••* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New variables. David Thompson
2014-09-05gnu: Add python2-requests.•••* gnu/packages/python.scm (python2-requests): New variable. David Thompson
2014-09-05gnu: Add python-certifi.•••* gnu/packages/python.scm (python-certifi, python2-certifi): New variables. David Thompson
2014-09-05gnu: Add python-pyld.•••* gnu/packages/python.scm (python-pyld, python2-pyld): New variables. David Thompson
2014-09-05gnu: Add python-exif-read.•••* gnu/packages/python.scm (python-exif-read, python2-exif-read): New variables. David Thompson
2014-09-04vm: 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-04linux-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-03gnu: datamash: Fix license.•••* gnu/packages/datamash.scm (datamash)[license]: Change to GPL3+. Ludovic Courtès
2014-09-03linux-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-03Move 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