| Commit message (Expand) | Author | Age |
* | Remove now unnecessary uses of (guix grafts). | Ludovic Courtès | 2022-10-22 |
* | profiles: Support the creation of profiles with version 3 manifests. | Ludovic Courtès | 2022-07-08 |
* | profiles: Do not repeat entries in 'manifest' file. | Ludovic Courtès | 2022-07-01 |
* | tests: Augment profile collision test. | Ludovic Courtès | 2022-07-01 |
* | gnu: Remove python2-matplotlib. | Maxim Cournoyer | 2022-05-31 |
* | tests: Pass #:guile to 'computed-file' & co. | Ludovic Courtès | 2022-02-11 |
* | profiles: Add 'package->development-manifest'. | Ludovic Courtès | 2021-10-25 |
* | profiles: Build union of inputs in the right order. | Ludovic Courtès | 2021-06-22 |
* | profiles: Add 'load-profile'. | Ludovic Courtès | 2021-06-18 |
* | profiles: Add 'manifest->code'. | Ludovic Courtès | 2021-02-01 |
* | profiles: Delete duplicate manifest entries in packages->manifest. | Leo Prikler | 2020-12-07 |
* | profiles: Remove duplicates in manifest transactions. | Leo Prikler | 2020-12-07 |
* | profiles: Add lowerable <profile> record type. | Ludovic Courtès | 2020-04-26 |
* | profiles: Add 'concatenate-manifests'. | Ludovic Courtès | 2019-11-22 |
* | tests: Make builds less expensive. | Ludovic Courtès | 2019-06-14 |
* | profiles: Raise an error for unmatched patterns. | Ludovic Courtès | 2019-02-07 |
* | profiles: Allow a profile to be added as an entry of another profile. | Ludovic Courtès | 2019-01-20 |
* | tests: Adjust to python.scm split. | Ludovic Courtès | 2019-01-20 |
* | tests: Add 'test-assertm' to (guix tests). | Ludovic Courtès | 2018-11-12 |
* | profiles: Correctly deal with etc/ being a relative symlink. | Ludovic Courtès | 2018-09-11 |
* | Merge branch 'master' into core-updates | Mark H Weaver | 2018-05-17 |
|\ |
|
| * | profiles: Optionally use relative file names for symlink targets. | Ludovic Courtès | 2018-05-10 |
| * | guix: Separate the package name and version with "@", not "-". | Chris Marusich | 2018-05-08 |
* | | tests: Use invoke and return #t from all builders. | Mark H Weaver | 2018-03-27 |
|/ |
|
* | profiles: 'manifest-add' truly deletes duplicate entries. | Ludovic Courtès | 2018-03-01 |
* | profiles: Add 'manifest-transaction-removal-candidate?'. | Ludovic Courtès | 2017-06-26 |
* | profiles: Catch and report collisions in the profile. | Ludovic Courtès | 2017-06-21 |
* | profiles: Manifest entries keep a reference to their parent entry. | Ludovic Courtès | 2017-06-21 |
* | profiles: Represent propagated inputs as manifest entries. | Ludovic Courtès | 2017-06-21 |
* | union: Gracefully handle dangling symlinks in the input. | Ludovic Courtès | 2017-05-18 |
* | profiles: Packages in a profile can be cross-compiled. | Ludovic Courtès | 2017-03-17 |
* | profiles: Remove dependency on 'glibc-utf8-locales' for tests. | Ludovic Courtès | 2016-12-17 |
* | profiles: Add manifest-transaction helper procedures. | Ludovic Courtès | 2016-09-06 |
* | profiles: Output in 'package->manifest-entry' defaults to "out". | Ludovic Courtès | 2016-07-26 |
* | build: Add a Guile custom test driver using SRFI-64. | Mathieu Lirzin | 2016-04-03 |
* | tests: Disable grafting by default for most tests. | Ludovic Courtès | 2016-03-06 |
* | profiles: Honor search paths of propagated inputs. | Ludovic Courtès | 2015-12-20 |
* | profiles: Gracefully deal with packages containing an etc/ symlink. | Ludovic Courtès | 2015-05-18 |
* | profiles: Ensure the profile's etc/ directory is writable. | Ludovic Courtès | 2015-05-08 |
* | tests: Fix etc/profile test. | Taylan Ulrich Bayırlı/Kammer | 2015-05-06 |
* | profiles: Generate an 'etc/profile' file. | Ludovic Courtès | 2015-05-06 |
* | profiles: Store search paths in manifests. | Ludovic Courtès | 2015-05-02 |
* | profiles: Generalize "hooks" for 'profile-derivation'. | Ludovic Courtès | 2015-04-15 |
* | profiles: Generate GHC's package database cache. | Federico Beffa | 2015-04-08 |
* | gexp: Add <gexp-input>. | Ludovic Courtès | 2015-03-17 |
* | tests: Remove dependency on 'glibc-utf8-locales' for profile tests. | Ludovic Courtès | 2015-03-04 |
* | profiles: Report "pseudo-upgrades" as upgrades, not downgrades. | Ludovic Courtès | 2015-02-09 |
* | profiles: Distinguish downgrades from upgrades. | Ludovic Courtès | 2015-02-08 |
* | tests: Use 'test-assertm' for profiles. | Ludovic Courtès | 2014-12-15 |
* | ui: Move 'show-manifest-transaction' from (guix profiles). | Alex Kost | 2014-10-10 |