summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* inferior: 'gexp->derivation-in-inferior' honors EXP's load path....Ludovic Courtès2019-01-201-6/+10
* channels: Don't pull from the same channel more than once....Ludovic Courtès2019-01-201-2/+82
* tests: More adjustments to python.scm split....Efraim Flashner2019-01-201-1/+1
* profiles: Allow a profile to be added as an entry of another profile....Ludovic Courtès2019-01-201-1/+31
* tests: Adjust to python.scm split....Ludovic Courtès2019-01-201-1/+1
* serialization: 'restore-file' errors out upon non-convertible file names....Ludovic Courtès2019-01-181-1/+35
* guix package: '--list-available' can use data from the cache....Ludovic Courtès2019-01-151-0/+22
* edit: Use 'specification->location' to read information from the cache....Ludovic Courtès2019-01-151-0/+23
* channels: Compute a package cache and use it....Ludovic Courtès2019-01-151-0/+18
* guix package: Avoid 'find-newest-available-packages'....Ludovic Courtès2019-01-151-7/+7
* guix package: '--upgrade' preserves package order....Ludovic Courtès2019-01-151-1/+32
* services: Deprecate a few more service procedures....Ludovic Courtès2019-01-111-2/+4
* guix: lint: Warn only if GitHub URI is not same as the package URI....Arun Isaac2019-01-101-2/+11
* Remove most uses of the _IO*F constants....Ludovic Courtès2019-01-091-3/+3
* maint: Remove 'cond-expand' forms for Guile 2.0....Ludovic Courtès2019-01-092-8/+4
* gexp: Lowering a <computed-file> honors SYSTEM and TARGET....Ludovic Courtès2019-01-051-1/+19
* lint: Check for unstable tarballs....Efraim Flashner2018-12-271-0/+80
* guix: lint: Check for source URIs redirecting to GitHub....Arun Isaac2018-12-241-0/+28
* publish: Add a 'Cache-Control' header on /nar responses....Ludovic Courtès2018-12-171-2/+15
* environment: Support package transformation options....Ludovic Courtès2018-12-171-1/+13
* import: Update opam importer....Julien Lepiller2018-12-171-73/+152
* deduplication: Gracefully handle ENOSPC raised by 'link' calls....Ludovic Courtès2018-12-141-1/+43
* substitute: Ignore irrelevant narinfo signatures....Ludovic Courtès2018-12-141-1/+41
* guix: Add support for channel dependencies....Ricardo Wurmus2018-12-091-0/+139
* Merge branch 'core-updates'Ludovic Courtès2018-12-032-3/+36
|\
| * Merge branch 'master' into core-updatesMarius Bakke2018-11-294-6/+36
| |\
| * \ Merge branch 'master' into core-updatesMarius Bakke2018-11-241-0/+69
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2018-11-211-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-11-147-48/+43
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-11-073-34/+211
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-11-053-1/+103
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-10-214-50/+61
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-10-173-1/+136
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-10-053-14/+135
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-262-1/+137
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-201-1/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesLeo Famulari2018-09-131-0/+36
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-0923-449/+139
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesMarius Bakke2018-09-031-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'staging' into core-updatesMarius Bakke2018-08-253-3/+161
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gexp: Remove backward compatibility hack for 'imported-files'....Ludovic Courtès2018-07-261-3/+3
| * | | | | | | | | | | | | | | | Merge branch 'master' into core-updatesMarius Bakke2018-07-2414-54/+558
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into core-updatesRicardo Wurmus2018-06-297-224/+98
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus2018-06-061-1/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | gremlin: Add 'strip-runpath'....Ludovic Courtès2018-05-071-1/+34
* | | | | | | | | | | | | | | | | | | | git: Nicely report '--with-commit' errors....Ludovic Courtès2018-11-301-0/+3
* | | | | | | | | | | | | | | | | | | | guix build: Add '--with-commit'....Ludovic Courtès2018-11-301-0/+5
* | | | | | | | | | | | | | | | | | | | guix build: Add '--with-branch' transformation option....Ludovic Courtès2018-11-301-0/+48
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | inferior: Add 'inferior-eval-with-store'....Ludovic Courtès2018-11-281-0/+9
* | | | | | | | | | | | | | | | | | | grafts: Record metadata as derivation properties....Ludovic Courtès2018-11-281-5/+8