summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-07-08 23:31:55 +0200
committerLudovic Courtès <ludo@gnu.org>2022-07-08 23:58:11 +0200
commite80f0cda96181d90604c44f69094f2499036b3f6 (patch)
tree31930ad937ea4a5ecb0b43fdd868190f0f742a19 /Makefile.am
parentc9fbd40785a99e13a59d8e530830ce85220a9871 (diff)
downloadguix-e80f0cda96181d90604c44f69094f2499036b3f6.tar.gz
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 377cac03f7..e5363140fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -667,6 +667,7 @@ EXTRA_DIST +=						\
   etc/release-manifest.scm				\
   etc/source-manifest.scm				\
   etc/system-tests.scm					\
+  etc/time-travel-manifest.scm				\
   etc/historical-authorizations				\
   build-aux/build-self.scm				\
   build-aux/compile-all.scm				\