diff options
| author | Rutherther <rutherther@ditigal.xyz> | 2026-01-22 13:27:13 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-22 13:27:13 +0100 |
| commit | 7c0cd7e45b0240b842b4f3e767599501eac42ee1 (patch) | |
| tree | 3f5aab4b08d0fdfe1728be24f3250384ab44f9d2 /Makefile.am | |
| parent | 4e2de18be2c7f7701c00877e05c0b587d03ac4d1 (diff) | |
| parent | d58da8a56b75af73a7b5466f7ef8a81679713aa3 (diff) | |
Merge branch 'version-1.5.0'
Change-Id: Id73c0c74600a3da3373b3a37236b505af65bfe31
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index e71b2d2ed5e..7904fd05937 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -376,6 +376,7 @@ MODULES = \ | |||
| 376 | guix/scripts/import/luanti.scm \ | 376 | guix/scripts/import/luanti.scm \ |
| 377 | guix/scripts/import/minetest.scm \ | 377 | guix/scripts/import/minetest.scm \ |
| 378 | guix/scripts/import/npm-binary.scm \ | 378 | guix/scripts/import/npm-binary.scm \ |
| 379 | guix/scripts/import/nuget.scm \ | ||
| 379 | guix/scripts/import/opam.scm \ | 380 | guix/scripts/import/opam.scm \ |
| 380 | guix/scripts/import/pypi.scm \ | 381 | guix/scripts/import/pypi.scm \ |
| 381 | guix/scripts/import/stackage.scm \ | 382 | guix/scripts/import/stackage.scm \ |
| @@ -505,7 +506,8 @@ EXAMPLES = \ | |||
| 505 | gnu/system/examples/plasma.tmpl \ | 506 | gnu/system/examples/plasma.tmpl \ |
| 506 | gnu/system/examples/raspberry-pi-64.tmpl \ | 507 | gnu/system/examples/raspberry-pi-64.tmpl \ |
| 507 | gnu/system/examples/raspberry-pi-64-nfs-root.tmpl \ | 508 | gnu/system/examples/raspberry-pi-64-nfs-root.tmpl \ |
| 508 | gnu/system/examples/vm-image.tmpl | 509 | gnu/system/examples/vm-image.tmpl \ |
| 510 | gnu/system/examples/vm-image-efi.tmpl | ||
| 509 | 511 | ||
| 510 | GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go) | 512 | GOBJECTS = $(MODULES:%.scm=%.go) guix/config.go $(dist_noinst_DATA:%.scm=%.go) |
| 511 | 513 | ||
| @@ -748,7 +750,7 @@ dist_fishcompletion_DATA = etc/completion/fish/guix.fish | |||
| 748 | nodist_selinux_policy_DATA = etc/guix-daemon.cil | 750 | nodist_selinux_policy_DATA = etc/guix-daemon.cil |
| 749 | 751 | ||
| 750 | # AppArmor profiles. | 752 | # AppArmor profiles. |
| 751 | nodist_apparmor_profile_DATA = \ | 753 | dist_apparmor_profile_DATA = \ |
| 752 | etc/apparmor.d/guix \ | 754 | etc/apparmor.d/guix \ |
| 753 | etc/apparmor.d/guix-daemon | 755 | etc/apparmor.d/guix-daemon |
| 754 | 756 | ||
| @@ -772,9 +774,12 @@ EXTRA_DIST += \ | |||
| 772 | build-aux/compile-as-derivation.scm \ | 774 | build-aux/compile-as-derivation.scm \ |
| 773 | build-aux/config.rpath \ | 775 | build-aux/config.rpath \ |
| 774 | build-aux/convert-xref.scm \ | 776 | build-aux/convert-xref.scm \ |
| 777 | build-aux/cuirass/evaluate.scm \ | ||
| 775 | build-aux/extract-syscall-ranges.sh \ | 778 | build-aux/extract-syscall-ranges.sh \ |
| 776 | build-aux/generate-authors.scm \ | 779 | build-aux/generate-authors.scm \ |
| 780 | build-aux/gitlog-to-changelog \ | ||
| 777 | build-aux/git-version-gen \ | 781 | build-aux/git-version-gen \ |
| 782 | build-aux/keep-only-translated.scm \ | ||
| 778 | build-aux/mdate-from-git.scm \ | 783 | build-aux/mdate-from-git.scm \ |
| 779 | build-aux/test-driver.scm \ | 784 | build-aux/test-driver.scm \ |
| 780 | build-aux/update-NEWS.scm \ | 785 | build-aux/update-NEWS.scm \ |
| @@ -1186,7 +1191,7 @@ release: all | |||
| 1186 | $(MKDIR_P) "$(releasedir)" | 1191 | $(MKDIR_P) "$(releasedir)" |
| 1187 | @echo "Building guix inferior for current commit." | 1192 | @echo "Building guix inferior for current commit." |
| 1188 | COMMIT="$$(git rev-parse HEAD)" && \ | 1193 | COMMIT="$$(git rev-parse HEAD)" && \ |
| 1189 | GUIX="$$(guix time-machine --commit=$$COMMIT)/bin/guix" && \ | 1194 | GUIX="$$(guix time-machine -q --commit=$$COMMIT)/bin/guix" && \ |
| 1190 | echo "Building artifacts for current commit: $$COMMIT." && \ | 1195 | echo "Building artifacts for current commit: $$COMMIT." && \ |
| 1191 | ARTIFACTS="$$($$GUIX build --no-grafts \ | 1196 | ARTIFACTS="$$($$GUIX build --no-grafts \ |
| 1192 | -f ./etc/teams/release/artifacts.scm)" && \ | 1197 | -f ./etc/teams/release/artifacts.scm)" && \ |
