summaryrefslogtreecommitdiff
path: root/guix/scripts/pull.scm
AgeCommit message (Expand)Author
2018-10-15status: Build upon multiplexed build output....Ludovic Courtès
2018-10-12pull: Fix target of /var/guix/profiles/per-user/USER/current-guix....Ludovic Courtès
2018-10-12pull: Don't use rename(2) across potentially different devices....Ludovic Courtès
2018-10-12pull: Create /var/guix/profiles/per-user/USER/current-guix....Ludovic Courtès
2018-10-11pull: Turn ~/.config/guix/current into a symlink to /var/guix/profiles....Ludovic Courtès
2018-10-09pull: '-l' now honors '-p'....Ludovic Courtès
2018-09-27Add (guix status) and use it for pretty colored output....Ludovic Courtès
2018-09-25pull: Try harder to use the host's X.509 certificates....Ludovic Courtès
2018-09-18pull: Use /etc/ssl/certs by default if it exists and is non-empty....Ludovic Courtès
2018-09-18pull: Assume 'set-tls-certificate-locations!' is available....Ludovic Courtès
2018-09-18describe: Work correctly on generation-less profiles....Ludovic Courtès
2018-09-07Add 'guix describe'....Ludovic Courtès
2018-09-07pull: Add '--profile'....Ludovic Courtès
2018-09-02Add (guix channels) and use it in (guix scripts pull)....Ludovic Courtès
2018-08-27pull: Use (git) and (guix git) unconditionally....Ludovic Courtès
2018-07-13pull: Display new/upgraded packages upon completion....Ludovic Courtès
2018-07-13pull: Use (guix inferior) to display new and upgraded packages....Ludovic Courtès
2018-06-13pull: Add '--list-generations'....Ludovic Courtès
2018-06-09pull: Record the URL, branch, and commit as a manifest entry property....Ludovic Courtès
2018-06-09pull: Install the new Guix in a profile....Ludovic Courtès
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