summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* hydra: Make USB installation image smaller.Ludovic Courtès2014-06-01
| | | | | * build-aux/hydra/gnu-system.scm (qemu-jobs): Reduce size of 'usb-image' to 630 MiB.
* derivations: Add #:allowed-references 'derivation' parameter.Ludovic Courtès2014-06-01
| | | | | | | | | | | * guix/derivations.scm (derivation): Add #:allowed-references parameter. [user+system-env-vars]: Honor it. * tests/derivations.scm ("derivation #:allowed-references, ok", "derivation #:allowed-references, not allowed", "derivation #:allowed-references, self allowed", "derivation #:allowed-references, self not allowed"): New tests. * doc/guix.texi (Derivations): Document #:allowed-references.
* gnu: util-linux: Remove dependency on Perl.Ludovic Courtès2014-06-01
| | | | | | * gnu/packages/linux.scm (util-linux)[source](patches): New field. * gnu/packages/patches/util-linux-perl.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* linux-initrd: Make more device nodes for SCSI disks and CD-ROM devices.Ludovic Courtès2014-06-01
| | | | | | * guix/build/linux-initrd.scm (make-disk-device-nodes): New procedure. (make-essential-device-nodes): Use it. Make more devices nodes for SCSI disks and CD-ROM devices.
* linux-initrd: Gracefully handle missing /dev nodes.Ludovic Courtès2014-06-01
| | | | | * guix/build/linux-initrd.scm (partition-label-predicate): Catch 'system-error' around 'read-ext2-superblock'; return #f upon ENOENT.
* hydra: Build the installation image.Ludovic Courtès2014-05-31
| | | | | | * build-aux/hydra/gnu-system.scm (demo-os): New procedure. (qemu-jobs): Build for both x86_64-linux and i686-linux. Add 'usb-image' job that builds INSTALLATION-OS.
* Add (gnu system install).Ludovic Courtès2014-05-31
| | | | | * gnu/system/install.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* system: Add 'issue' field.Ludovic Courtès2014-05-31
| | | | | | | | * gnu/system.scm (<operating-system>)[issue]: New field. (%default-issue): New variable. (etc-directory): Add #:issue parameter and honor it. (operating-system-etc-directory): Adjust call accordingly. * build-aux/hydra/demo-os.scm: Add 'issue' field.
* system: Add more options for 'mingetty-service'.Ludovic Courtès2014-05-31
| | | | | * gnu/services/base.scm (mingetty-service): Add #:auto-login, #:login-program, and #:login-pause? parameters and honor them.
* linux-initrd: Gracefully deal with partitions with no label.Ludovic Courtès2014-05-31
| | | | | * guix/build/linux-initrd.scm (partition-label-predicate): Check whether 'ext2-superblock-volume-name' returns #f, and return #f if it does.
* gnu: Move libarchive to (gnu packages backup).Ludovic Courtès2014-05-31
| | | | | | | * gnu/packages/compression.scm (libarchive): Move to... * gnu/packages/backup.scm (libarchive): ... here. Import (guix licenses) with #:renamer to avoid conflicting 'zlib' bindings.
* vm: disk-image: Specify the root file system using a label.Ludovic Courtès2014-05-30
| | | | | | * gnu/system/vm.scm (system-disk-image)[root-label]: New variable. Use it for the root file system, and pass it as #:file-system-label to 'qemu-image'.
* linux-initrd: Allow use of volume labels in 'file-system' declarations.Ludovic Courtès2014-05-30
| | | | | | | | | | | | | | * guix/build/linux-initrd.scm (%ext2-endianness, %ext2-sblock-magic, %ext2-sblock-creator-os, %ext2-sblock-uuid, %ext2-sblock-volume-name): New macros. (read-ext2-superblock, ext2-superblock-uuid, ext2-superblock-volume-name, disk-partitions, partition-label-predicate, find-partition-by-label, canonicalize-device-spec): New procedures. (mount-file-system): Use 'canonicalize-device-spec' on SOURCE. (boot-system): Likewise for ROOT. * doc/guix.texi (Using the Configuration System): Adjust 'file-system' declaration accordingly.
* gnu: Add rdiff-backup.Eric Bavier2014-05-30
| | | | * gnu/packages/backup.scm (rdiff-backup): New variable.
* gnu: Add btar.Eric Bavier2014-05-30
| | | | * gnu/packages/backup.scm (btar): New variable.
* gnu: Add rdup.Eric Bavier2014-05-30
| | | | * gnu/packages/backup.scm (rdup): New variable.
* gnu: Add libarchive.Eric Bavier2014-05-30
| | | | * gnu/packages/compression.scm (libarchive): New variable.
* gnu: Add hdup.Eric Bavier2014-05-30
| | | | * gnu/packages/backup.scm (hdup): New variable.
* hydra: Don't cross-build from MIPS to MIPS.Ludovic Courtès2014-05-29
| | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs)[same?, either]: New procedure. Use it in 'remove' call.
* system: Add 'fusermount' to the default setuid programs.Ludovic Courtès2014-05-29
| | | | * gnu/system.scm (%setuid-programs): Add 'fusermount'.
* vm: Allow a volume name to be specified for the root partition.Ludovic Courtès2014-05-29
| | | | | | | | | * guix/build/vm.scm (format-partition): Add #:label parameter, and honor it. (initialize-hard-disk): Add #:file-system-label parameter, and pass it to 'format-partition'. * gnu/system/vm.scm (qemu-image): Add #:file-system-label parameter and pass it to 'initialize-hard-disk'.
* gnu: libgnome: Correct source file name.Andreas Enge2014-05-29
| | | | * gnu/packages/gnome.scm (libgnome): Correct source file name.
* hydra: Build for mips64el-linux.Ludovic Courtès2014-05-28
| | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs)[systems]: Add mips64el-linux.
* gnu: fuse: Allow use of 'fusermount' taken from $PATH.Ludovic Courtès2014-05-28
| | | | | * gnu/packages/linux.scm (fuse) <set-file-names>: Set FUSERMOUNT_DIR in lib/Makefile.
* gnu: Add sshfs-fuse.Ludovic Courtès2014-05-28
| | | | * gnu/packages/linux.scm (sshfs-fuse): New variable.
* gnu: Make gtk-glext depend on pangox-compat and remove workaround patchJohn Darrington2014-05-28
| | | | | | * gnu/packages/gnome.scm (gtk-glext): Add new dependency and remove patch * gnu/packages/patches/gtkglext-remove-pangox-dependency.patch: Delete file * gnu-system.am: Delete gnu/packages/patches/gtkglext-remove-pangox-dependency.patch
* gnu: Add cssc.John Darrington2014-05-28
| | | | | | | | * gnu/packages/version-control.scm (cssc): New variable. * gnu/packages/patches/cssc-gets-undeclared.patch: New file * gnu/packages/patches/cssc-missing-include.patch: New file * gnu-system.am: Add gnu/packages/patches/cssc-gets-undeclared.patch and gnu/packages/patches/cssc-missing-include.patch
* gnu: hdf5: Fix source download location.Andreas Enge2014-05-28
| | | | | * gnu/packages/maths.scm (hdf5): Use "release" directory and not the "current" directory for the source, which does not break on new upstream releases.
* syscalls: Be more permissive in 'umount' test.Ludovic Courtès2014-05-27
| | | | | | * tests/syscalls.scm ("umount, ENOENT"): Rename to... ("umount, ENOENT/EPERM"): ... this. Accept EPERM as a valid return value.
* store: Work around 'get-bytevector-n' bug that affects 'import-paths'.Ludovic Courtès2014-05-27
| | | | | | | Fixes <http://bugs.gnu.org/17591>. * guix/store.scm (process-stderr) <%stderr-read>: Use 'get-bytevector-n!' instead of 'get-bytevector-n'.
* gnu: Add Autoconf 2.64.Ludovic Courtès2014-05-27
| | | | * gnu/packages/autotools.scm (autoconf-2.64): New variable.
* gnu: librsync: Fix source uriEric Bavier2014-05-27
| | | | * gnu/packages/rsync.scm (librsync) [source]: Fix sourceforge uri.
* gnu: Add duplicity.Eric Bavier2014-05-27
| | | | | * gnu/packages/backup.scm: New file. * gnu-system.am: Add it.
* gnu: Add python-mock.Eric Bavier2014-05-27
| | | | * gnu/packages/python.scm (python-mock): New variable.
* gnu: Add python-lockfile.Eric Bavier2014-05-27
| | | | * gnu/packages/python.scm (python-lockfile): New variable.
* services: Add D-Bus and Avahi.Ludovic Courtès2014-05-26
| | | | | | * gnu/services/dbus.scm: New file. * gnu/services/avahi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add them.
* gnu: Add Transmission.Ludovic Courtès2014-05-26
| | | | | * gnu/packages/bittorrent.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add gsegrafix and dependent libraries.John Darrington2014-05-26
| | | | | | | | * gnu/packages/math.scm (gsegrafix): New variable. * gnu/packages/gtk.scm (pangox-compat): New variable. * gnu/packages/gnome.scm (libidl, orbit2, libbonobo, gconf, gnome-mime-data, gnome-vfs, libgnome, libart-lgpl, libgnomecanvas, libgnomeui, libglade, libgnomeprint, libgnomeprintui, libbonoboui): New variables.
* gnu: Add mcrypt, libmcrypt, and libmhash.Eric Bavier2014-05-26
| | | | | | | * gnu/packages/mcrypt.scm: New file. * gnu/packages/patches/mhash-keygen-test-segfault.patch: New patch. * gnu-system.am (GNU_SYSTEM_MODULES): Add file. (dist_patch_DATA): Add patch.
* gnu: Add librsync.Eric Bavier2014-05-25
| | | | * gnu/packages/rsync.scm (librsync): New variable.
* gnu: Add inotify-tools.Ludovic Courtès2014-05-26
| | | | * gnu/packages/linux.scm (inotify-tools): New variable.
* doc: Augment "Package Naming".Ludovic Courtès2014-05-25
| | | | | * doc/guix.texi (Package Naming): Mention underscores, and give SDL_net as an example.
* store: Remove misleading 'setsockopt' call.Ludovic Courtès2014-05-25
| | | | | | | * guix/store.scm (open-connection): Remove misleading 'setsockopt' call, erroneously introduced in df1fab58. This would actually shrink the receive buffer from 124 KiB to 12 KiB, though it had little impact on performance.
* services: nscd: Provide an 'activate' script to make /var/run/nscd.Ludovic Courtès2014-05-24
| | | | | | | | * gnu/services/base.scm (nscd-service): Add 'activate' field. * guix/build/install.scm (directives): Remove /var/run/nscd; add /var/run. * doc/guix.texi (Defining Services): Add 'activate' field in example. Document it.
* services: Support per-service activation scripts.Ludovic Courtès2014-05-24
| | | | | | * gnu/services.scm (<service>)[activate]: New field. * gnu/system.scm (operating-system-activation-script)[service-activations]: New procedure. Use it, and primitive-load each activation.
* system: Always create /var/empty.Ludovic Courtès2014-05-24
| | | | * guix/build/install.scm (directives): Add /var/empty.
* system: Separate the activation script from the boot script.Ludovic Courtès2014-05-24
| | | | | | | | | * gnu/system.scm (operating-system-activation-script): New procedure, containing most of the former 'operating-system-boot-script'. (operating-system-boot-script): Call it, and 'primitive-load' its result. * guix/build/activation.scm (%booted-system): Remove. (activate-current-system): Remove #:boot? parameter and related code.
* gnu: Add lzop.Eric Bavier2014-05-24
| | | | * gnu/packages/compression.scm (lzop): New variable.
* vm: Disable QEMU networking in the disk image initrd.Ludovic Courtès2014-05-23
| | | | | | * gnu/system/linux-initrd.scm (qemu-initrd): Add #:qemu-networking? parameter and honor it. * gnu/system/vm.scm (system-disk-image): Pass #:qemu-networking #f.
* download: Enlarge your receive buffer.Ludovic Courtès2014-05-23
| | | | | | | * guix/build/download.scm (open-connection-for-uri): Remove call to 'setsockopt'. * guix/http-client.scm (open-socket-for-uri)[rmem-max, buffer-size]: New variables. Add call to 'setsockopt'.