Page MenuHomeSoftware Heritage

D6135.diff
No OneTemporary

D6135.diff

diff --git a/swh/core/tarball.py b/swh/core/tarball.py
--- a/swh/core/tarball.py
+++ b/swh/core/tarball.py
@@ -175,8 +175,9 @@
# Additional uncompression archive format support
ADDITIONAL_ARCHIVE_FORMATS = [
- # name , extensions, function
+ # name, extensions, function
("tar.Z|x", [".tar.Z", ".tar.x"], _unpack_tar),
+ ("tbz2", [".tbz", "tbz2"], _unpack_tar),
# FIXME: make this optional depending on the runtime lzip package install
("tar.lz", [".tar.lz"], _unpack_tar),
]
diff --git a/swh/core/tests/data/archives/hello.tbz b/swh/core/tests/data/archives/hello.tbz
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/swh/core/tests/data/archives/hello.tbz2 b/swh/core/tests/data/archives/hello.tbz2
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001

File Metadata

Mime Type
text/plain
Expires
Jul 3 2025, 8:10 AM (10 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3218629

Event Timeline