Dear #Linux Distributions,
Please switch to #BSDTar by default. It's the archive Swiss Army Knife, able to read many, many additional file formats thanks to #libarchive.
Thank you for coming to my TED talk,
Dear #Linux Distributions,
Please switch to #BSDTar by default. It's the archive Swiss Army Knife, able to read many, many additional file formats thanks to #libarchive.
Thank you for coming to my TED talk,
Random #Gentoo moaning for today:
1. #LibArchive started failing its tests (and #BSDCPIO and #BSDTar started being verbose) because #LRZip decided to repurpose the `-q` option. Previously, it silenced all the verbose output it defaults to, now you actually need to pass `-Q` to silence it.
https://github.com/libarchive/libarchive/issues/2069
2. #Git 2.43.2 broke #PkgCheck since `git log` apparently no longer accepts `--no-find-copies`.
When running the test suite with lrzip 0.651 installed, I'm getting the following test failures: 7: test_extract_tar_lrz FAIL 6: test_extract_cpio_lrz FAIL The detailed logs suggest that the proble...
Przypadkowe narzekanie z krainy #Gentoo na dziś:
1. Testy w #LibArchive zaczęły się sypać (a #BSDCPIO oraz #BSDTar nagle zaczęły śmiecić wyjście), bo #LRZip postanowił zmienić przeznaczenie opcji `-q`. Przedtem wyłączała zupełnie szczegółowe informacje na wyjściu, które LRZip domyślnie rzuca, a teraz trzeba podawać `-Q`, żeby zupełnie wyciszyć.
https://github.com/libarchive/libarchive/issues/2069
2. #Git 2.43.2 zepsuł #PkgCheck, bo `git log` przestał akceptować `--no-find-copies`.
When running the test suite with lrzip 0.651 installed, I'm getting the following test failures: 7: test_extract_tar_lrz FAIL 6: test_extract_cpio_lrz FAIL The detailed logs suggest that the proble...
I must admit how surprising some software can bring somebody joy. #bsdtar is one of those
* support for most archive standards
* allows decompressing on-the fly
* curl .zip | bsdtar xvf -
a gem