Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | tests: Test 'guix show' with multiple packages. | Ludovic Courtès | |
* tests/guix-package-aliases.sh: Test 'guix show' with multiple packages. | |||
2019-09-21 | guix package: '--show' ignores deprecated packages. | Ludovic Courtès | |
* guix/scripts/package.scm (process-query) <'show>: Remove superseded packages. * tests/guix-package-aliases.sh: Add test. | |||
2019-09-21 | guix package: Add 'guix show' alias. | zimoun | |
* guix/scripts/show.scm: New file. * Makefile.am (MODULES): Add it. * po/guix/POTFILES.in: Add it. * tests/guix-package-aliases.sh: Add test. * doc/guix.texi (Invoking guix package): Document it and use it in a example. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | |||
2019-04-29 | guix package: Add 'guix search' alias. | Ludovic Courtès | |
* guix/scripts/search.scm: New file. * Makefile.am (MODULES): Add it. * po/guix/POTFILES.in: Add it. * tests/guix-package-aliases.sh: Add test. * doc/guix.texi (Invoking guix package): Document it and use it in a couple of examples. | |||
2019-04-29 | guix package: Add 'install', 'remove', and 'upgrade' aliases. | Ludovic Courtès | |
* guix/scripts/install.scm, guix/scripts/remove.scm, guix/scripts/upgrade.scm, tests/guix-package-aliases.sh: New files. * Makefile.am (MODULES, SH_TESTS): Add them. * po/guix/POTFILES.in: Add them. * guix/scripts/package.scm (guix-package): Split with... (guix-package*): ... this. New procedure. * doc/guix.texi (Invoking guix package): Document them. (Binary Installation, Application Setup, Package Management) (Packages with Multiple Outputs, Package Modules) (X.509 Certificates, Installing Debugging Files): Use 'guix install' in simple examples. * etc/completion/bash/guix (_guix_complete): Handle "install", "remove", and "upgrade". |