summaryrefslogtreecommitdiff
path: root/tests/guix-package.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: Adjust to new unbound-variable error message....Ludovic Courtès2017-11-111-1/+1
* guix package: 'guix package -r PKG -u' does not upgrade PKG....Ludovic Courtès2017-06-261-0/+19
* guix package: Fix version and output for 'guix package -i /gnu/store/…'....Ludovic Courtès2017-01-111-1/+9
* guix package: Inherit the transformed version number....Ludovic Courtès2016-05-271-0/+14
* utils: Use '@' for separating package names and version numbers....Mathieu Lirzin2016-03-021-2/+2
* tests: Disable grafts by default....Ludovic Courtès2016-03-021-2/+4
* guix package: Allow multiple '--search' flags....Ludovic Courtès2016-01-051-3/+17
* guix build: Augment %PATCH-PATH when -L is passed....Ludovic Courtès2015-12-301-0/+4
* scripts: package: Add --install-from-file option....David Thompson2015-08-191-0/+9
* guix package: --manifest DTRT when combined with --dry-run....Ludovic Courtès2015-05-251-1/+17
* package: Add --manifest option....David Thompson2015-05-201-0/+12
* guix package: Add optional argument to --search-paths....Ludovic Courtès2015-05-201-2/+7
* guix package: -A and -s take supported systems into account....Ludovic Courtès2015-04-191-0/+10
* tests: Move 'guix package' tests that require networking to a separate file....Ludovic Courtès2015-04-061-132/+6
* guix package: Never remove the current generation and warn about it....Ludovic Courtès2015-04-061-0/+11
* tests: Skip tests that would fail due to the shebang length....Ludovic Courtès2015-02-241-2/+11
* guix package: Make custom profiles actual indirect roots....Ludovic Courtès2015-02-061-1/+13
* gnu: Search for patches under $GUIX_PACKAGE_PATH....Ludovic Courtès2015-01-031-2/+21
* guix: scripts: Parse $GUIX_BUILD_OPTIONS separately....nebuli2014-12-061-0/+13
* guix package: Add '--switch-generation' option....Alex Kost2014-10-121-1/+11
* build: Make sure tests/guix-package.sh doesn't leave anything behind it....Ludovic Courtès2014-10-101-3/+2
* Introduce the 'GUIX_PACKAGE_PATH' environment variable....Ludovic Courtès2014-09-241-0/+6
* guix build: Add -L/--load-path as a common option....Ludovic Courtès2014-09-241-0/+19
* gnu: Split (gnu packages base), adding (gnu packages commencement)....Ludovic Courtès2014-08-281-1/+1
* tests: Make sure --search="" works....Ludovic Courtès2014-07-251-8/+11
* guix: package: Fix recutils output for non-package inputs....Eric Bavier2014-07-251-0/+3
* build: Fix typo in 'guix package --show' test....Ludovic Courtès2014-07-251-1/+1
* guix package: add a "show" option....Cyril Roelandt2014-07-211-0/+3
* build: Get the canonical $HOME name when testing 'guix package'....Ludovic Courtès2014-07-061-0/+3
* guix package: Do the right thing for '-p ~/.guix-profile'....Ludovic Courtès2014-07-051-1/+10
* tests: Use the C locale for 'guix package -s'....Ludovic Courtès2014-06-161-0/+2
* guix package: Register non-default profiles as GC roots....Ludovic Courtès2014-04-021-0/+7
* tests: Adjust to recent Binutils change....Ludovic Courtès2014-01-251-1/+1
* guix package: Gracefully deal with EPIPE on stdout for --list-*....Ludovic Courtès2014-01-041-1/+8
* guix package: allow multiple arguments after -i, -r, and -u....Mark H Weaver2013-12-141-0/+3
* guix package: '--delete-generations' deletes generations older than specified....Ludovic Courtès2013-09-271-0/+7
* tests: Fix typo....Ludovic Courtès2013-09-271-1/+1
* guix package: Add '--delete-generations'....Nikita Karetnikov2013-09-261-0/+11
* guix package: Show which generation is the current one....Nikita Karetnikov2013-09-251-0/+3
* tests: Use 'test -z' to check that a string equals zero.Nikita Karetnikov2013-09-251-1/+1
* guix package: Do not list the zeroth generation....Nikita Karetnikov2013-09-251-0/+3
* guix package: Exit with 1 when a generation cannot be listed....Nikita Karetnikov2013-09-251-0/+4
* guix package: Add '--list-generations'....Nikita Karetnikov2013-09-191-0/+4
* tests: Clarify filtering of the "debug" output....Ludovic Courtès2013-09-181-1/+1
* tests: Fix guix-package.sh in the presence of multiple-output `make'....Ludovic Courtès2013-07-101-1/+1
* package: Store the output path of packages installed with `-e'....Ludovic Courtès2013-05-101-0/+1
* guix package: Add `--search-paths' & co....Ludovic Courtès2013-04-281-0/+8
* tests: Use a new synopsis of GNU Hello....Nikita Karetnikov2013-04-181-10/+11
* guix package: Add `--install-from-expression'....Ludovic Courtès2013-03-011-5/+10
* Replace individual scripts with master 'guix' script....Mark H Weaver2013-02-161-28/+28