summaryrefslogtreecommitdiffstats
path: root/coverage.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:04:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:04:13 +0000
commitb44eedad97b5c4559a56c18299c74a99838320ca (patch)
treec0475e623f269ecd61317cc69572e4835e1889dc /coverage.py
parentReleasing progress-linux version 1.4.3-6~progress7.99u1. (diff)
downloadmmdebstrap-b44eedad97b5c4559a56c18299c74a99838320ca.tar.xz
mmdebstrap-b44eedad97b5c4559a56c18299c74a99838320ca.zip
Merging upstream version 1.5.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'coverage.py')
-rwxr-xr-xcoverage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage.py b/coverage.py
index 7e911cf..01ee7b5 100755
--- a/coverage.py
+++ b/coverage.py
@@ -34,7 +34,7 @@ all_variants = [
"standard",
]
default_format = "auto"
-all_formats = ["auto", "directory", "tar", "squashfs", "ext2", "null"]
+all_formats = ["auto", "directory", "tar", "squashfs", "ext2", "ext4", "null"]
mirror = os.getenv("mirror", "http://127.0.0.1/debian")
hostarch = subprocess.check_output(["dpkg", "--print-architecture"]).decode().strip()