summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* gexp: 'local-file' canonicalizes its file argument....Ludovic Courtès2015-06-191-0/+19
* gexp: 'local-file' now defaults to non-recursive....Ludovic Courtès2015-06-191-2/+2
* Add 'guix size'....Ludovic Courtès2015-06-181-0/+87
* tests: Avoid sequence of zero expressions....Ludovic Courtès2015-06-111-1/+1
* records: Add support for 'innate' fields....Ludovic Courtès2015-06-111-0/+30
* guix-register: Perform deduplication even when --prefix is passed....Ludovic Courtès2015-06-101-5/+34
* tests: Make the daemon socket explicit in guix-register test....Ludovic Courtès2015-06-101-3/+4
* import: hackage: Refactor parsing code and add new options....Federico Beffa2015-06-091-40/+48
* monads: Allow n-ary '>>=' expressions....Ludovic Courtès2015-06-081-0/+13
* store: Add 'verify-store' RPC....Ludovic Courtès2015-06-061-0/+54
* gexp: Add 'plain-file'....Ludovic Courtès2015-06-031-0/+10
* base32: Use a custom error condition instead of 'misc-error'....Ludovic Courtès2015-05-311-1/+9
* monads: 'foldm', 'mapm', and 'anym' now take a list of regular values....Ludovic Courtès2015-05-271-6/+7
* tests: Make sure %BOOTSTRAP-GUILE is available when we need it....Ludovic Courtès2015-05-271-2/+6
* gc: ignore trailing slash or subdirectories for `guix gc -d'...Cyrill Schenkel2015-05-261-0/+20
* guix package: --manifest DTRT when combined with --dry-run....Ludovic Courtès2015-05-251-1/+17
* ui: Auto-compile user code, and improve error reporting....Ludovic Courtès2015-05-251-0/+26
* system: Make sure user accounts refer to existing groups....Ludovic Courtès2015-05-241-0/+39
* package: Add --manifest option....David Thompson2015-05-201-0/+12
* guix package: Add optional argument to --search-paths....Ludovic Courtès2015-05-202-3/+8
* Merge branch 'nix'....Ludovic Courtès2015-05-191-2/+1
* profiles: Gracefully deal with packages containing an etc/ symlink....Ludovic Courtès2015-05-181-0/+28
* profiles: Ensure the profile's etc/ directory is writable....Ludovic Courtès2015-05-081-0/+29
* tests: Fix etc/profile test....Taylan Ulrich Bayırlı/Kammer2015-05-061-6/+8
* profiles: Generate an 'etc/profile' file....Ludovic Courtès2015-05-061-0/+26
* search-paths: Export 'string-tokenize*'....Ludovic Courtès2015-05-061-5/+5
* search-paths: Add 'evaluate-search-paths', from (guix scripts package)....Ludovic Courtès2015-05-041-5/+6
* guix: build: Add transitive source building....Eric Bavier2015-05-021-0/+82
* guix: packages: Add package-direct-sources and package-transitive-sources....Eric Bavier2015-05-021-0/+30
* profiles: Store search paths in manifests....Ludovic Courtès2015-05-021-0/+22
* Merge branch 'master' into core-updates.Andreas Enge2015-04-261-1/+5
|\
| * tests: Select appropriate bootstrap guile version for current system....Mark H Weaver2015-04-221-1/+5
* | gremlin: Add support for the expansion of $ORIGIN in RUNPATH....Ludovic Courtès2015-04-231-0/+12
|/
* guix package: -A and -s take supported systems into account....Ludovic Courtès2015-04-191-0/+10
* packages: Add 'supported-package?'....Ludovic Courtès2015-04-191-0/+8
* Merge branch 'master' into core-updates...Mark H Weaver2015-04-172-9/+3
|\
| * profiles: Generalize "hooks" for 'profile-derivation'....Ludovic Courtès2015-04-152-9/+3
* | lint: Add a 'derivation' checker....Ludovic Courtès2015-04-131-0/+10
* | packages: 'package-transitive-supported-systems' accounts for implicit inputs....Ludovic Courtès2015-04-111-9/+32
* | lint: Report patches that cannot be found....Ludovic Courtès2015-04-101-0/+15
* | lint: Rename 'check-patches' to 'check-patch-file-names'....Ludovic Courtès2015-04-101-1/+1
* | Merge branch 'master' into core-updatesLudovic Courtès2015-04-094-0/+145
|\|
| * profiles: Generate GHC's package database cache....Federico Beffa2015-04-082-0/+3
| * import: Add hackage importer....Federico Beffa2015-04-081-0/+134
| * tests: Skip 'guix-package-net.sh' when prerequisites aren't met....Ludovic Courtès2015-04-081-0/+8
* | Merge branch 'master' into core-updates宋文武2015-04-085-130/+313
|\|
| * tests: Move 'guix package' tests that require networking to a separate file....Ludovic Courtès2015-04-062-132/+176
| * guix package: Never remove the current generation and warn about it....Ludovic Courtès2015-04-061-0/+11
| * tests: Deal with 'mount-points' not returning "/"....Ludovic Courtès2015-04-061-1/+5
| * scripts: Add 'publish' command....David Thompson2015-04-041-0/+114