summaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* union: Ensure that the output is always a directory.Mark H Weaver2014-04-03
* union: Rewrite to be faster; handle symlink/directory conflicts.Mark H Weaver2014-04-02
* Add (guix svn-download).Sree Harsha Totakura2014-03-27
* Merge branch 'core-updates'Ludovic Courtès2014-03-26
|\
| * Change default store values from /nix/store to /gnu/store.Ludovic Courtès2014-03-10
| * Merge branch 'master' into core-updatesLudovic Courtès2014-03-10
| |\
| * | build-system/gnu: Allow the source to be a directory.Ludovic Courtès2014-02-22
| * | Merge branch 'master' into core-updatesLudovic Courtès2014-02-22
| |\ \
| * | | build-system/gnu: Set the docdir to "share/doc"John Darrington2014-02-10
| * | | Revert "build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com."Ludovic Courtès2014-01-28
| * | | build-system/gnu: Pass --localstatedir=/var --sharedstatedir=/com.Ludovic Courtès2014-01-27
| * | | Merge branch 'master' into core-updatesLudovic Courtès2014-01-25
| |\ \ \
| * | | | gnu: gnu-build-system: Add CC_FOR_BUILD to configure flags.John Darrington2013-12-17
* | | | | download: Don't use 'http-get*' on Guile 2.0.10+.Ludovic Courtès2014-03-25
| |_|_|/ |/| | |
* | | | gnu: linux-initrd: Make the pseudo-tty device nodes.Ludovic Courtès2014-03-10
| |_|/ |/| |
* | | Add (guix git-download).Ludovic Courtès2014-02-21
* | | union: Do not compare directories upon collision.Ludovic Courtès2014-02-10
* | | download: Provide a 'User-Agent' field in HTTP requests.Ludovic Courtès2014-02-10
* | | gnu: linux-initrd: When booting, chdir to the new root before calling 'chroot'.Ludovic Courtès2014-02-09
* | | gnu: linux-initrd: Build /dev/input devices.Ludovic Courtès2014-02-01
* | | gnu: linux-initrd: Make /dev/{mem,kmem}.Ludovic Courtès2014-02-01
* | | gnu: linux-initrd: Allow the root file system to be volatile.Ludovic Courtès2014-01-31
* | | gnu: linux-initrd: Recognize 9p file systems.Ludovic Courtès2014-01-31
* | | gnu: linux-initrd: Properly distinguish between /dev/sda* and /dev/vda*.Ludovic Courtès2014-01-31
* | | gnu: linux-initrd: Start a REPL when the root could not be mounted.Ludovic Courtès2014-01-31
* | | gnu: linux-initrd: Factorize boot code.Ludovic Courtès2014-01-29
| |/ |/|
* | linux-initrd: Make /dev/{null,zero} world-writable.Ludovic Courtès2014-01-18
|/
* pull: Move build code to (guix build pull).Ludovic Courtès2013-12-16
* gnu: gtk+: enable introspection.Cyril Roelandt2013-12-15
* build-system/cmake: Build out of source tree by default.Ludovic Courtès2013-11-28
* Merge branch 'master' into core-updatesLudovic Courtès2013-11-01
|\
| * union: Do not warn when identical files collide.Ludovic Courtès2013-10-31
| * union: Make the log port a parameter.Ludovic Courtès2013-10-30
| * guix: Make cmake build system aware of usual paths.Andreas Enge2013-10-13
* | utils: 'find-files' always returns a proper list.Ludovic Courtès2013-10-16
* | build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès2013-10-10
|/
* Merge branch 'master' into core-updatesLudovic Courtès2013-09-23
|\
| * Merge branch 'python'Andreas Enge2013-09-14
| |\
| | * guix: python: Create module installation path and add it to PYTHONPATH duringAndreas Enge2013-09-11
| | * guix: python: Add build phase and factor out calls to setup.py.Andreas Enge2013-09-05
| | * gnu: python: Honour #:tests? and #:test-target in build system.Andreas Enge2013-09-05
| | * guix: python: Switch to python-wrapper as the default version for the pythonAndreas Enge2013-09-04
| * | linux-initrd: Create /dev/klog and /dev/kmsg.Ludovic Courtès2013-09-11
* | | utils: 'find-files' returns a sorted list.Ludovic Courtès2013-09-15
|/ /
* | gnu: linux-initrd: Fix creation of /dev/tty nodes.Ludovic Courtès2013-09-05
* | union: Don't traverse sub-directories only found in one element of the union.Ludovic Courtès2013-09-02
|/
* gnu: linux-initrd: Factorize device node creation.Ludovic Courtès2013-09-02
* gnu: linux-initrd: Make Guile modules accessible in the chroot.Ludovic Courtès2013-08-31
* gnu: linux-initrd: Add (guix build linux-initrd) and use it.Ludovic Courtès2013-08-29
* build-system/gnu: Add `dist-package'.Ludovic Courtès2013-08-24