summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2014-10-09daemon: Add '--substitute-urls' option.Ludovic Courtès
2014-10-08guix lint: make sure synopses do not start with the package name.Cyril Roelandt
2014-10-08guix lint: Make sure a synopsis cannot start with a lower-case article.Cyril Roelandt
2014-10-08guix lint: check whether descriptions and synopses start with an upper-case l...Cyril Roelandt
2014-10-08guix lint: Make sure synopses are not too long.Cyril Roelandt
2014-10-08guix lint: make sure check-patches retrieves patch names.Cyril Roelandt
2014-10-05guix package: Export generation procedures.Alex Kost
2014-09-30pull: Add dependency on Guile-JSON.Ludovic Courtès
2014-09-29import: Add PyPI importer.David Thompson
2014-09-24guix build: Add -L/--load-path as a common option.Ludovic Courtès
2014-09-22guix package: Use 'profile-generations'.Alex Kost
2014-09-20offload: Use a total order when sorting available machines.Ludovic Courtès
2014-09-20offload: Try another machine when the "best" machine is overloaded.Ludovic Courtès
2014-09-18pull: Rewrite using gexps.Ludovic Courtès
2014-09-12activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'.Ludovic Courtès
2014-09-05pull: Add a compilation progress report.Ludovic Courtès
2014-09-03Move operating system helpers from (guix build …) to (gnu build …).Ludovic Courtès
2014-09-03guix lint: Remove "guix lint: " prefix from warnings.Ludovic Courtès
2014-09-03scripts: add guix lintCyril Roelandt
2014-09-03Move specification->package to gnu/packages.scm.Cyril Roelandt
2014-08-31guix package: Fix search path lookup when an obsolete version is installed.Ludovic Courtès
2014-08-29offload: Ignore EEXIST when registering a .drv as a GC root.Ludovic Courtès
2014-08-29offload: Ignore unreachable machines.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2014-08-23profiles: Produce a top-level Info 'dir' file.Ludovic Courtès
2014-08-20Move 'check-package-freshness' from 'guix package' to 'packages'.Alex Kost
2014-08-19guix package: Use 'manifest-transaction'.Alex Kost
2014-08-12guix package: Remove leftover internal procedure.Ludovic Courtès
2014-08-12guix package: Use 'manifest-add'.Ludovic Courtès
2014-08-11guix package: Remove dead code and unused variables.Ludovic Courtès
2014-07-26profiles: Add 'package->manifest-entry'.Ludovic Courtès
2014-07-26profiles: Get rid of the 'inputs' field of 'manifest-entry'.Ludovic Courtès
2014-07-26profiles: Switch to gexps.Ludovic Courtès
2014-07-26profiles: Do away with 'manifest=?'.Ludovic Courtès
2014-07-23guix system: Protect against changes to $PATH when activating the system.Ludovic Courtès
2014-07-23guix system: Fix type error in 'reconfigure'.Ludovic Courtès
2014-07-21guix package: add a "show" option.Cyril Roelandt
2014-07-20guix refresh: Use (ice-9 format).Ludovic Courtès
2014-07-20guix system: Factorize 'copy-closure'.Ludovic Courtès
2014-07-20guix: refresh: Add --list-dependent option.Eric Bavier
2014-07-18guix system: init: Always use /var/guix as the target state directory.Ludovic Courtès
2014-07-15guix: refresh: Correctly identify invalid package names.Eric Bavier
2014-07-14guix system: reconfigure: Always use "/" as GRUB's target file system.Ludovic Courtès
2014-07-13guix system: Fix return value for 'reconfigure'.Ludovic Courtès
2014-07-13guix system: Convert to monadic style.Ludovic Courtès
2014-07-08guix system: Add '--system' option.Ludovic Courtès
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