aboutsummaryrefslogtreecommitdiff
path: root/etc/time-travel-manifest.scm
Commit message (Collapse)AuthorAge
* time-travel-manifest: Uncomment all the past releases.Ludovic Courtès2024-03-10
| | | | | | | | | This reverts a4c35c607cfd7d6b0bad90cfcc46188d489e1754. * etc/time-travel-manifest.scm (%release-commits): Uncomment all the revisions. Change-Id: I6abdb760cbcf06597d843cabc5fd973ee916dc77
* time-travel-manifest: Comment out versions older than 1.3.0 for now.Ludovic Courtès2023-09-09
| | | | | * etc/time-travel-manifest.scm (%release-commits): Comment out revisions older than 1.3.0.
* time-travel-manifest: Add 1.4.0.Ludovic Courtès2023-09-09
| | | | * etc/time-travel-manifest.scm (%release-commits): Add 1.4.0.
* time-travel-manifest: Use a separate cache per system.Mathieu Othacehe2022-08-17
| | | | | | * etc/time-travel-manifest.scm (<guix-instance-compiler>): Use a separate cache per system so that parallel system evaluations do no step on each other's toes.
* time-travel-manifest: Use a separate Git checkout cache.Ludovic Courtès2022-07-10
| | | | | * etc/time-travel-manifest.scm (guix-instance-compiler): Parameterize %REPOSITORY-CACHE-DIRECTORY.
* etc: Add 'time-travel-manifest.scm'.Ludovic Courtès2022-07-08
This manifest makes it easy to test travels from the current revision back to the revision of a past Guix release. Suggested by zimoun <zimon.toutoune@gmail.com>. * etc/time-travel-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it.