summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2014-03-08offload: Further generalize lock files....Ludovic Courtès
2014-03-08offload: Generalize the machine lock mechanism....Ludovic Courtès
2014-03-06offload: Serialize file transfers to build machines....Ludovic Courtès
2014-03-01guix package: Use the common build options from (guix scripts build)....Ludovic Courtès
2014-03-01substitute-binary: Gracefully handle HTTP GET errors....Ludovic Courtès
2014-03-01offload: Comment out attempt to set up an lsh gateway....Ludovic Courtès
2014-03-01offload: 'remote-pipe' uses the right SSH key....Ludovic Courtès
2014-03-01offload: Take the target machine load into account....Ludovic Courtès
2014-02-28guix archive: Change '--help' to show '--authorize'....Ludovic Courtès
2014-02-21guix hash: Add '--recursive'....Ludovic Courtès
2014-02-20guix hash: Don't load the whole file in memory....Ludovic Courtès
2014-02-19gnu: Introduce the (gnu services ...) modules....Ludovic Courtès
2014-02-18Add 'guix system'....Ludovic Courtès
2014-02-18guix build: Factorize common options....Ludovic Courtès
2014-02-12guix build: Move 'set-build-options' call earlier....Ludovic Courtès
2014-02-02offload: Have 'build-machines' honor its argument....Ludovic Courtès
2014-01-27offload: Do not try to retrieve anything upon build failure....Ludovic Courtès
2014-01-24Add 'guix offload' as a daemon build hook....Ludovic Courtès
2014-01-24pki: Factorize signature manipulation procedures....Ludovic Courtès
2014-01-18Update 'nix-upstream' sub-module; adjust build system, doc, and substituter....Ludovic Courtès
2014-01-13guix package: Gracefully handle EPIPE on '--search'....Ludovic Courtès
2014-01-08config: '%state-directory' always honors $NIX_STATE_DIR....Ludovic Courtès
2014-01-06archive: Add '--missing'....Ludovic Courtès
2014-01-05archive: Make sure $sysconfdir/guix exists....Ludovic Courtès
2014-01-05guix build: Add '--no-build-hook'....Ludovic Courtès
2014-01-04guix package: Gracefully deal with EPIPE on stdout for --list-*....Ludovic Courtès
2013-12-30archive: Add '--authorize'....Ludovic Courtès
2013-12-30archive: Add '--generate-key'....Ludovic Courtès
2013-12-30authenticate: Consistently use 'leave' for fatal error reporting....Ludovic Courtès
2013-12-29authenticate: Disallow imports signed with unauthorized keys....Ludovic Courtès
2013-12-29Move 'with-atomic-file-output' to (guix utils)....Ludovic Courtès
2013-12-29authenticate: Store the public key as part of the signature....Ludovic Courtès
2013-12-29pk-crypto: Rename 'gcry-sexp' to 'canonical-sexp'....Ludovic Courtès
2013-12-22Add 'guix archive'....Ludovic Courtès
2013-12-21guix build: Improve procedural decomposition....Ludovic Courtès
2013-12-21Factorize package search between 'guix package' and 'guix build'....Ludovic Courtès
2013-12-20daemon: Implement signed archive import/export....Ludovic Courtès
2013-12-16pull: Move build code to (guix build pull)....Ludovic Courtès
2013-12-14guix package: allow multiple arguments after -i, -r, and -u....Mark H Weaver
2013-12-14pull: Compile guix/ files before gnu/ files....Ludovic Courtès
2013-12-14pull: Compile files in parallel....Ludovic Courtès
2013-12-14pull: Limit memory usage when compiling....Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'....Ludovic Courtès
2013-11-26substitute-binary: Work around Guile 2.0.5's broken 'n-par-map'....Ludovic Courtès
2013-11-24guix package: Honor the current output when upgrading....Ludovic Courtès
2013-11-18guix build: '-e' can be passed a monadic thunk....Ludovic Courtès
2013-11-14substitute-binary: Adjust timeout handling for Guile > 2.0.9....Ludovic Courtès
2013-11-12guix build: Add '--log-file'....Ludovic Courtès
2013-11-08substitute-binary: Increase lookup concurrency to reduce latency....Ludovic Courtès
2013-11-01guix package: Show the output name of what's being removed....Ludovic Courtès