summaryrefslogtreecommitdiff
path: root/guix/scripts/pull.scm
AgeCommit message (Expand)Author
2017-12-07scripts: All commands enable build hooks by default.Ludovic Courtès
2017-12-03scripts: Default to Guile 2.2 as the guile-for-build.Ludovic Courtès
2017-11-21Revert "Add (guix self) and use it when pulling."Ludovic Courtès
2017-11-21Add (guix self) and use it when pulling.Ludovic Courtès
2017-11-21pull: Trim import list.Ludovic Courtès
2017-10-07pull: Add GUIX_PULL_URL environment variable.Oleg Pykhalov
2017-09-01scripts: Remove 'max-silent-time' from the default options.Maxim Cournoyer
2017-08-02pull: Honor '--no-grafts'.Ludovic Courtès
2017-08-02pull: Use the commit ID as the version string.Ludovic Courtès
2017-08-02pull: Fetch source code from Git.Ludovic Courtès
2017-05-09pull: Use 'with-store'.Ludovic Courtès
2017-05-09pull: Honor the standard build options.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-03-12pull: Default to HTTPS.Marius Bakke
2015-10-27utils: Add 'switch-symlinks', moved from (guix ui).Ludovic Courtès
2015-09-18Add (guix scripts).Alex Kost
2015-09-10pull: Update to the new cgit snapshot URL.Ludovic Courtès
2015-02-06pull: Always install the ~/.config/guix/latest symlink.Ludovic Courtès
2014-11-09pull: Use the build procedure provided by the newly-downloaded Guix.Ludovic Courtès
2014-09-30pull: Add dependency on Guile-JSON.Ludovic Courtès
2014-09-18pull: Rewrite using gexps.Ludovic Courtès
2014-09-05pull: Add a compilation progress report.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2013-12-16pull: Move build code to (guix build pull).Ludovic Courtès
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-10-13pull: Compile modules correctly regardless of the compilation order.Ludovic Courtès
2013-10-13pull: Simplify the builder.Ludovic Courtès
2013-10-12pull: Add '--url' option.Ludovic Courtès
2013-09-23Merge branch 'master' into core-updatesLudovic Courtès
2013-09-21pull: Adjust to 'derivation' API change.Ludovic Courtès
2013-09-15utils: 'find-files' returns a sorted list.Ludovic Courtès
2013-09-03pull: Compile files in the lexicographic order.Ludovic Courtès
2013-04-27ui: Add `args-fold*' and use it.Ludovic Courtès
2013-04-27pull: Use `download-to-store'.Ludovic Courtès
2013-03-31pull: Switch to the cgit URL.Ludovic Courtès
2013-03-07ui: Gracefully report failures to connect to the daemon.Ludovic Courtès
2013-02-22pull: Distinguish "already up to date" from "updated".Ludovic Courtès
2013-02-22pull: Build (guix build download) first, because of the (gnutls) autoload.Ludovic Courtès
2013-02-20Add "guix pull".Ludovic Courtès