diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2024-12-02 15:04:46 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-12 23:23:33 +0100 |
| commit | 12d00767f036029f1f5738de644d4972db374f4f (patch) | |
| tree | 5ea390393940fde1ad29fadfb0f13a72bf32a042 /etc | |
| parent | b8a45bd0473ab2ba9b96b7ef429a557ece9bf06c (diff) | |
etc: Move manifests to a separate directory.
* etc/disarchive-manifest.scm, etc/hurd-manifest.scm,
etc/kernels-manifest.scm, etc/release-manifest.scm,
etc/source-manifest.scm, etc/system-tests.scm,
etc/time-travel-manifest.scm, etc/upgrade-manifest.scm: Move to…
* etc/manifests: … here, and drop “-manifest” from file name.
* Makefile.am (EXTRA_DIST, assert-binaries-available, check-system):
Adjust accordingly.
Change-Id: Iedee3d0cdd42e72ef8bbf654ea5d3b47dca95874
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/manifests/disarchive.scm (renamed from etc/disarchive-manifest.scm) | 2 | ||||
| -rw-r--r-- | etc/manifests/hurd.scm (renamed from etc/hurd-manifest.scm) | 0 | ||||
| -rw-r--r-- | etc/manifests/kernels.scm (renamed from etc/kernels-manifest.scm) | 0 | ||||
| -rw-r--r-- | etc/manifests/release.scm (renamed from etc/release-manifest.scm) | 0 | ||||
| -rw-r--r-- | etc/manifests/source.scm (renamed from etc/source-manifest.scm) | 0 | ||||
| -rw-r--r-- | etc/manifests/system-tests.scm (renamed from etc/system-tests.scm) | 0 | ||||
| -rw-r--r-- | etc/manifests/time-travel.scm (renamed from etc/time-travel-manifest.scm) | 0 | ||||
| -rw-r--r-- | etc/manifests/upgrade.scm (renamed from etc/upgrade-manifest.scm) | 0 |
8 files changed, 1 insertions, 1 deletions
diff --git a/etc/disarchive-manifest.scm b/etc/manifests/disarchive.scm index 3dbfa356dff..a7f71414b6a 100644 --- a/etc/disarchive-manifest.scm +++ b/etc/manifests/disarchive.scm | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | (guix base16) | 24 | (guix base16) |
| 25 | (gnu packages)) | 25 | (gnu packages)) |
| 26 | 26 | ||
| 27 | (include "source-manifest.scm") | 27 | (include "source.scm") |
| 28 | 28 | ||
| 29 | (define (tarball-origin? origin) | 29 | (define (tarball-origin? origin) |
| 30 | (match (origin-actual-file-name origin) | 30 | (match (origin-actual-file-name origin) |
diff --git a/etc/hurd-manifest.scm b/etc/manifests/hurd.scm index cb6b82d5f8d..cb6b82d5f8d 100644 --- a/etc/hurd-manifest.scm +++ b/etc/manifests/hurd.scm | |||
diff --git a/etc/kernels-manifest.scm b/etc/manifests/kernels.scm index bacb222d644..bacb222d644 100644 --- a/etc/kernels-manifest.scm +++ b/etc/manifests/kernels.scm | |||
diff --git a/etc/release-manifest.scm b/etc/manifests/release.scm index b003f216fff..b003f216fff 100644 --- a/etc/release-manifest.scm +++ b/etc/manifests/release.scm | |||
diff --git a/etc/source-manifest.scm b/etc/manifests/source.scm index 3e1ae079592..3e1ae079592 100644 --- a/etc/source-manifest.scm +++ b/etc/manifests/source.scm | |||
diff --git a/etc/system-tests.scm b/etc/manifests/system-tests.scm index 221a63bb7f5..221a63bb7f5 100644 --- a/etc/system-tests.scm +++ b/etc/manifests/system-tests.scm | |||
diff --git a/etc/time-travel-manifest.scm b/etc/manifests/time-travel.scm index 039ca89889d..039ca89889d 100644 --- a/etc/time-travel-manifest.scm +++ b/etc/manifests/time-travel.scm | |||
diff --git a/etc/upgrade-manifest.scm b/etc/manifests/upgrade.scm index 9c97d2b4e54..9c97d2b4e54 100644 --- a/etc/upgrade-manifest.scm +++ b/etc/manifests/upgrade.scm | |||
