summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2014-07-05guix package: Try $LOGNAME in addition to $USER.Taylan Ulrich Bayirli/Kammer
2014-07-05guix package: Do the right thing for '-p ~/.guix-profile'.Ludovic Courtès
2014-06-27system: Install /var/guix/profiles/system-1-link on new systems.Ludovic Courtès
2014-06-27guix system: Add 'reconfigure' action.Ludovic Courtès
2014-06-27guix {system,offload}: Improve reporting of syntax errors.Ludovic Courtès
2014-06-24guix system: Gracefully handle 'install-grub' errors.Ludovic Courtès
2014-06-20Merge branch 'core-updates'Ludovic Courtès
2014-06-19substitute-binary: Warn about uninitialized ACL.Ludovic Courtès
2014-06-19guix system: 'init' makes sure the target store directory exists.Ludovic Courtès
2014-06-17substitute-binary: Avoid the term "narinfo" in user messages.Ludovic Courtès
2014-06-14guix build: Allow gexps to be passed to '-e'.Ludovic Courtès
2014-06-13Separate package description translations from string translations.Ludovic Courtès
2014-06-09guix build: Only 'guix build' sets #:print-build-trace.Ludovic Courtès
2014-05-22guix system: Add 'disk-image' action.Ludovic Courtès
2014-05-19guix system: Check whether we are installing to /.Ludovic Courtès
2014-05-19guix system: Factorize out closure copy.Ludovic Courtès
2014-05-19guix system: 'guix system init' installs GRUB by default.Ludovic Courtès
2014-05-18guix system: Add 'init' sub-command.Ludovic Courtès
2014-05-16guix system: Add 'build' action.Ludovic Courtès
2014-05-16authenticate: Add compatibility hack for Guile 2.0.5.Ludovic Courtès
2014-04-22pk-crypto: Add pretty-printer to 'gcry-error' exceptions.Ludovic Courtès
2014-04-22authenticate: Allow signatures with binary data to be written to stdout.Ludovic Courtès
2014-04-14offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès
2014-04-14offload: Better synchronize with remote invocation of 'guix archive --missing'.Ludovic Courtès
2014-04-09guix system: Add 'vm-image' action and '--image-size' option.Ludovic Courtès
2014-04-08ui: Add 'size->number'.Ludovic Courtès
2014-04-08offload: Remove all the GC roots in case of multiple-output derivations.Ludovic Courtès
2014-04-08offload: Bail out when failing to register a GC root on the build machine.Ludovic Courtès
2014-04-05hydra: Add 'qemu-image' job.Ludovic Courtès
2014-04-05guix package: Fix indentation of packages to remove.Ludovic Courtès
2014-04-04pki: Introduce 'write-acl', and fix wrong conversion in 'ensure-acl'.Ludovic Courtès
2014-04-03offload: Prevent the '.drv' and build result from being GC'd.Ludovic Courtès
2014-04-02guix package: 'search-path-environment-variables' traverses module tree once.Ludovic Courtès
2014-04-02guix package: Register non-default profiles as GC roots.Ludovic Courtès
2014-04-01pki: Keep ACL in native sexp format to speed up 'authorized-key?'.Ludovic Courtès
2014-04-01substitute-binary: Avoid consing 'regexp-exec' arguments.Ludovic Courtès
2014-04-01substitute-binary: Avoid reloading the ACL repeatedly.Ludovic Courtès
2014-03-31Use 'signature-case' in (guix nar) and 'substitute-binary'.Ludovic Courtès
2014-03-31substitute-binary: Notify of valid signatures.Ludovic Courtès
2014-03-31guix archive: Make sure $sysconfdir/guix exists in '--authorize'.Ludovic Courtès
2014-03-31offload: Exit with code 100 upon build failures.Ludovic Courtès
2014-03-30substitute-binary: Defer narinfo authentication and authorization checks.Ludovic Courtès
2014-03-30substitute-binary: Store the cache's URI in the local cached narinfo.Ludovic Courtès
2014-03-30substitute-binary: Support the Signature field of a narinfo file.Nikita Karetnikov
2014-03-26offload: Remove erroneous 'close-pipe' call.Ludovic Courtès
2014-03-26offload: Wait for the processes involved in 'guix archive --missing'.Ludovic Courtès
2014-03-26offload: Allow one transfer in each direction simultaneously.Ludovic Courtès
2014-03-26offload: Disable SSH-level compression.Ludovic Courtès
2014-03-24offload: Compress files being sent/retrieved.Ludovic Courtès
2014-03-22authenticate: Support reading the hash or key from stdin.Ludovic Courtès