gnu: sbcl-plump: Update to 20200415.
[jackhill/guix/guix.git] / Makefile.am
index 36f23b4..f4004e3 100644 (file)
@@ -70,6 +70,7 @@ MODULES =                                     \
   guix/docker.scm                              \
   guix/json.scm                                        \
   guix/records.scm                             \
+  guix/openpgp.scm                             \
   guix/pki.scm                                 \
   guix/progress.scm                            \
   guix/combinators.scm                         \
@@ -414,6 +415,7 @@ SCM_TESTS =                                 \
   tests/nar.scm                                \
   tests/networking.scm                         \
   tests/opam.scm                               \
+  tests/openpgp.scm                            \
   tests/packages.scm                           \
   tests/pack.scm                               \
   tests/pki.scm                                \
@@ -564,6 +566,11 @@ EXTRA_DIST +=                                              \
   tests/signing-key.pub                                        \
   tests/signing-key.sec                                        \
   tests/cve-sample.json                                        \
+  tests/civodul.key                                    \
+  tests/rsa.key                                                \
+  tests/dsa.key                                                \
+  tests/ed25519.key                                    \
+  tests/ed25519.sec                                    \
   build-aux/config.rpath                               \
   bootstrap                                            \
   doc/build.scm                                                \
@@ -668,7 +675,7 @@ GUIX_FOR_BINARY_TARBALL = guile3.0-guix
 # The self-contained tarball.
 guix-binary.%.tar.xz:
        $(AM_V_GEN)GUIX_PACKAGE_PATH=                                   \
-       tarball=`$(top_builddir)/pre-inst-env guix pack -K -C xz        \
+       tarball=`$(top_builddir)/pre-inst-env guix pack -C xz           \
          --fallback                                                    \
          -s "$*" --localstatedir --profile-name=current-guix           \
          $(GUIX_FOR_BINARY_TARBALL)` ;                                 \
@@ -818,6 +825,7 @@ release: dist-with-updated-version
        for system in $(GUIX_SYSTEM_VM_SYSTEMS) ; do                                    \
          image=`$(top_builddir)/pre-inst-env                                           \
            guix system vm-image $(GUIX_SYSTEM_VM_IMAGE_FLAGS)                          \
+           --save-provenance                                                           \
            --system=$$system --fallback                                                \
            gnu/system/examples/vm-image.tmpl` ;                                        \
          if [ ! -f "$$image" ] ; then                                                  \