Move 'check-package-freshness' from 'guix package' to 'packages'.
[jackhill/guix/guix.git] / guix / scripts / package.scm
2014-08-20 Alex KostMove 'check-package-freshness' from 'guix package'...
2014-08-19 Alex Kostguix package: Use 'manifest-transaction'.
2014-08-12 Ludovic Courtèsguix package: Remove leftover internal procedure.
2014-08-12 Ludovic Courtèsguix package: Use 'manifest-add'.
2014-08-11 Ludovic Courtèsguix package: Remove dead code and unused variables.
2014-07-26 Ludovic Courtèsprofiles: Add 'package->manifest-entry'.
2014-07-26 Ludovic Courtèsprofiles: Get rid of the 'inputs' field of 'manifest...
2014-07-26 Ludovic Courtèsprofiles: Switch to gexps.
2014-07-26 Ludovic Courtèsprofiles: Do away with 'manifest=?'.
2014-07-21 Cyril Roelandtguix package: add a "show" option.
2014-07-13 Ludovic CourtèsMerge branch 'bug-17853'
2014-07-05 Taylan Ulrich Bayi... guix package: Try $LOGNAME in addition to $USER.
2014-07-05 Ludovic Courtèsguix package: Do the right thing for '-p ~/.guix-profile'.
2014-06-14 Ludovic CourtèsMerge branch 'master' into core-updates
2014-06-13 Ludovic CourtèsSeparate package description translations from string...
2014-04-05 Ludovic Courtèsguix package: Fix indentation of packages to remove.
2014-04-02 Ludovic Courtèsguix package: 'search-path-environment-variables' trave...
2014-04-02 Ludovic Courtèsguix package: Register non-default profiles as GC roots.
2014-03-10 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-01 Ludovic Courtèsguix package: Use the common build options from (guix...
2014-01-25 Ludovic CourtèsMerge branch 'master' into core-updates
2014-01-13 Ludovic Courtèsguix package: Gracefully handle EPIPE on '--search'.
2014-01-08 Ludovic CourtèsMerge branch 'master' into core-updates
2014-01-08 Ludovic Courtèsconfig: '%state-directory' always honors $NIX_STATE_DIR.
2014-01-04 Ludovic Courtèsguix package: Gracefully deal with EPIPE on stdout...
2013-12-22 Ludovic CourtèsAdd 'guix archive'.
2013-12-21 Ludovic CourtèsFactorize package search between 'guix package' and...
2013-12-14 Mark H Weaverguix package: allow multiple arguments after -i, -r...
2013-11-24 Ludovic Courtèsguix package: Honor the current output when upgrading.
2013-11-08 Ludovic CourtèsMerge branch 'master' into core-updates
2013-11-01 Ludovic Courtèsguix package: Show the output name of what's being...
2013-11-01 Ludovic Courtèsguix package: Fix indentation of "will be removed"...
2013-11-01 Ludovic Courtèsguix package: Allow removal of a specific package output.
2013-11-01 Ludovic Courtèsguix package: Separate '--remove' option processing.
2013-11-01 Ludovic Courtèsui: Factorize package specification parsing.
2013-11-01 Ludovic CourtèsAdd (guix profiles).
2013-11-01 Ludovic CourtèsMerge branch 'master' into core-updates
2013-10-30 Ludovic Courtèsguix package: Factorize generation file name computation.
2013-10-30 Ludovic Courtèsguix package: Specify inputs for each manifest entry.
2013-10-30 Ludovic Courtèsguix package: Always use the term "profile", not "user...
2013-10-30 Ludovic Courtèsguix package: Introduce <manifest> and <manifest-entry...
2013-10-30 Ludovic Courtèsguix package: Better separate option processing.
2013-10-29 Ludovic Courtèsguix package: Declutter the entry point.
2013-10-15 Ludovic Courtèsguix package: '--search' matches against package names.
2013-09-26 Ludovic CourtèsMerge branch 'core-updates'
2013-09-26 Ludovic Courtèsguix package: '--delete-generations' deletes generation...
2013-09-26 Nikita Karetnikovguix package: Add '--delete-generations'.
2013-09-26 Nikita Karetnikovguix package: Add 'link-to-empty-profile'.
2013-09-26 Nikita Karetnikovguix package: Exit with 0 when there is nothing to...
2013-09-25 Ludovic CourtèsMerge branch 'master' into core-updates
2013-09-25 Nikita Karetnikovguix package: Show which generation is the current...
2013-09-25 Nikita Karetnikovguix package: Do not list the zeroth generation.
2013-09-25 Nikita Karetnikovguix package: Exit with 1 when a generation cannot...
2013-09-22 Ludovic CourtèsMerge branch 'master' into core-updates
2013-09-22 Ludovic Courtèsguix package: Show most recently installed packages...
2013-09-21 Ludovic Courtèsguix package: Sort the list of generation numbers in...
2013-09-21 Ludovic Courtèsguix package: Internationalize "Generation" string.
2013-09-19 Nikita Karetnikovguix package: Add '--list-generations'.
2013-09-18 Ludovic Courtèsderivations: 'derivation' and related procedures return...
2013-09-14 Andreas EngeMerge branch 'python'
2013-09-13 Nikita Karetnikovguix package: Rename generation-related procedures.
2013-07-15 Ludovic Courtèsguix package: Allow separate install of several outputs...
2013-07-12 Ludovic Courtèsguix package: Fix handling of `-e'.
2013-07-12 Ludovic Courtèsguix package: Reuse FTP connections for subsequent...
2013-06-20 Ludovic CourtèsMerge branch 'master' into core-updates
2013-06-20 Ludovic Courtèspackage: Fix i18n of the number of packages message.
2013-06-19 Ludovic Courtèspackage: Display the number of installed packages upon...
2013-05-29 Ludovic Courtèsbuild, package: Add `--fallback' option.
2013-05-24 Ludovic Courtèspackage: Fix default profile ownership check when it...
2013-05-20 Ludovic CourtèsAdd `--max-silent-time' to `guix build' and `guix package'.
2013-05-16 Ludovic Courtèspackage: Make sure the profile directory is owned by...
2013-05-14 Ludovic Courtèspackage: Always clear the SIGINT handler.
2013-05-14 Ludovic Courtèsftp-client: Let callers handle `ftp-open' exceptions.
2013-05-10 Ludovic Courtèspackage: Store the output path of packages installed...
2013-05-10 Ludovic Courtèspackage: Make sure the dependencies get built along...
2013-05-09 Ludovic Courtèspackage: Use ~/.guix-profile as the default for --searc...
2013-05-08 Ludovic Courtèspackage: Display the output of packages to be installed...
2013-05-08 Ludovic Courtèspackage: Preserve the installed package output when...
2013-05-07 Ludovic Courtèspackage: Fix spacing in user messages.
2013-04-30 Ludovic CourtèsMerge branch 'core-updates'
2013-04-28 Ludovic Courtèsguix package: Add `--search-paths' & co.
2013-04-27 Ludovic Courtèsui: Add `args-fold*' and use it.
2013-04-26 Ludovic CourtèsMerge branch 'master' into core-updates
2013-04-21 Nikita Karetnikovui: Add a 'define-diagnostic' macro.
2013-04-17 Ludovic Courtèsguix package: Allow the search of the latest release...
2013-04-16 Ludovic Courtèsscripts: Report what will be substituted.
2013-04-16 Cyril Roelandtpackage: allow users to upgrade the whole system by...
2013-04-12 Ludovic Courtèspackage: Being at the empty profile is not an error.
2013-04-12 Ludovic Courtèsguix package: Add `--no-substitutes'.
2013-04-12 Ludovic Courtèsui: Add a `warning' macro.
2013-04-12 Ludovic Courtèspackage: Being at the empty profile is not an error.
2013-04-12 Ludovic Courtèsguix package: Add `--no-substitutes'.
2013-04-11 Ludovic Courtèsui: Add a `warning' macro.
2013-04-04 Andreas EngeMerge branch 'xorg' into core-updates
2013-03-29 Ludovic CourtèsMerge branch 'master' into core-updates
2013-03-18 Ludovic Courtèsguix package: Report packages to be removed/installed.
2013-03-15 Ludovic Courtèsguix package: Gracefully handle `official-gnu-packages...
2013-03-07 Ludovic Courtèsui: Gracefully report failures to connect to the daemon.
2013-03-05 Ludovic Courtèsguix package: Recover from freshness check transient...
2013-03-05 Ludovic Courtèsguix package: Inform about new upstream versions of...
next