summaryrefslogtreecommitdiff
path: root/etc/time-travel-manifest.scm
Commit message (Expand)AuthorAgeFilesLines
* time-travel-manifest: Use a separate cache per system.•••* 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. Mathieu Othacehe2022-08-171-1/+1
* time-travel-manifest: Use a separate Git checkout cache.•••* etc/time-travel-manifest.scm (guix-instance-compiler): Parameterize %REPOSITORY-CACHE-DIRECTORY. Ludovic Courtès2022-07-101-2/+13
* etc: Add 'time-travel-manifest.scm'.•••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. Ludovic Courtès2022-07-081-0/+73