[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/19: maint: "make dist" builds tarballs in 'ustar' format.
From: |
guix-commits |
Subject: |
01/19: maint: "make dist" builds tarballs in 'ustar' format. |
Date: |
Tue, 23 Nov 2021 04:26:32 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit bdf5c16ac052af2ca9d5c3acc4acbc08fd9fdbea
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 23 09:06:49 2021 +0100
maint: "make dist" builds tarballs in 'ustar' format.
This allows us to have file names longer than 99 characters.
* configure.ac: Pass 'tar-ustar' to 'AM_INIT_AUTOMAKE'.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 84592f6..341cff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([GNU Guix],
[https://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.14 gnu silent-rules subdir-objects \
+AM_INIT_AUTOMAKE([1.14 gnu tar-ustar silent-rules subdir-objects \
color-tests parallel-tests -Woverride -Wno-portability])
# Enable silent rules by default.
- branch master updated (4788639 -> daf7b5e), guix-commits, 2021/11/23
- 03/19: gnu: Add stcgal., guix-commits, 2021/11/23
- 05/19: gnu: Add python-dbus-next., guix-commits, 2021/11/23
- 01/19: maint: "make dist" builds tarballs in 'ustar' format.,
guix-commits <=
- 02/19: gnu: Add python-tinydb., guix-commits, 2021/11/23
- 04/19: gnu: python-xcffib: Upgrade to 0.11.1., guix-commits, 2021/11/23
- 14/19: system: Warn about swap-devices format change, guix-commits, 2021/11/23
- 18/19: guix graph: Show '-M' in '--help' output., guix-commits, 2021/11/23
- 09/19: gnu: piper: Update to 0.6., guix-commits, 2021/11/23
- 15/19: system: Add swap flags., guix-commits, 2021/11/23
- 12/19: doc: Fix the example of "Using virt-viewer with Spice"., guix-commits, 2021/11/23
- 11/19: docker: Enable arm64 docker image building for 'guix pack'., guix-commits, 2021/11/23
- 16/19: system: Filter out boot dependencies from swap-space., guix-commits, 2021/11/23
- 13/19: system: Rework swap space support, add dependencies., guix-commits, 2021/11/23