diff options
| -rw-r--r-- | Makefile.am | 20 | ||||
| -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 |
9 files changed, 11 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index edbedd27f4d..1070d707c45 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -694,7 +694,7 @@ endif !CAN_RUN_TESTS | |||
| 694 | 694 | ||
| 695 | check-system: $(GOBJECTS) | 695 | check-system: $(GOBJECTS) |
| 696 | $(AM_V_at)$(top_builddir)/pre-inst-env \ | 696 | $(AM_V_at)$(top_builddir)/pre-inst-env \ |
| 697 | guix build -m $(top_srcdir)/etc/system-tests.scm -K | 697 | guix build -m $(top_srcdir)/etc/manifests/system-tests.scm -K |
| 698 | 698 | ||
| 699 | # Public keys used to sign substitutes. | 699 | # Public keys used to sign substitutes. |
| 700 | dist_pkgdata_DATA = \ | 700 | dist_pkgdata_DATA = \ |
| @@ -741,17 +741,17 @@ EXTRA_DIST += \ | |||
| 741 | build-aux/update-guix-package.scm \ | 741 | build-aux/update-guix-package.scm \ |
| 742 | build-aux/xgettext.scm \ | 742 | build-aux/xgettext.scm \ |
| 743 | doc/build.scm \ | 743 | doc/build.scm \ |
| 744 | etc/disarchive-manifest.scm \ | ||
| 745 | etc/guix-install.sh \ | 744 | etc/guix-install.sh \ |
| 746 | etc/historical-authorizations \ | 745 | etc/historical-authorizations \ |
| 747 | etc/news.scm \ | 746 | etc/news.scm \ |
| 748 | etc/hurd-manifest.scm \ | 747 | etc/manifests/disarchive.scm \ |
| 749 | etc/kernels-manifest.scm \ | 748 | etc/manifests/hurd.scm \ |
| 750 | etc/release-manifest.scm \ | 749 | etc/manifests/kernels.scm \ |
| 751 | etc/source-manifest.scm \ | 750 | etc/manifests/release.scm \ |
| 752 | etc/system-tests.scm \ | 751 | etc/manifests/source.scm \ |
| 753 | etc/time-travel-manifest.scm \ | 752 | etc/manifests/system-tests.scm \ |
| 754 | etc/upgrade-manifest.scm \ | 753 | etc/manifests/time-travel.scm \ |
| 754 | etc/manifests/upgrade.scm \ | ||
| 755 | scripts/guix.in \ | 755 | scripts/guix.in \ |
| 756 | tests/cve-sample.json \ | 756 | tests/cve-sample.json \ |
| 757 | tests/keys/civodul.pub \ | 757 | tests/keys/civodul.pub \ |
| @@ -1202,7 +1202,7 @@ assert-no-store-file-names: | |||
| 1202 | # server so that '--display-missing' doesn't print two lists. | 1202 | # server so that '--display-missing' doesn't print two lists. |
| 1203 | assert-binaries-available: $(GOBJECTS) | 1203 | assert-binaries-available: $(GOBJECTS) |
| 1204 | $(AM_V_at)$(top_builddir)/pre-inst-env \ | 1204 | $(AM_V_at)$(top_builddir)/pre-inst-env \ |
| 1205 | guix weather -m "$(top_srcdir)/etc/release-manifest.scm" \ | 1205 | guix weather -m "$(top_srcdir)/etc/manifests/release.scm" \ |
| 1206 | --substitute-urls="https://ci.guix.gnu.org" \ | 1206 | --substitute-urls="https://ci.guix.gnu.org" \ |
| 1207 | --display-missing | 1207 | --display-missing |
| 1208 | 1208 | ||
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 | |||
