josch pushed to main at josch/plakativ 2025-02-04 15:51:22 +00:00
a8cc4c438f pymupdf insert_textbox -> insertTextbox
josch pushed to main at josch/mmdebstrap 2025-01-29 05:53:46 +00:00
9366f1fee7 Use format string for shell printf
josch pushed to main at josch/mmdebstrap 2025-01-13 12:30:10 +00:00
b1ba7dab3d tests/create-foreign-tarball: also remove padlock.so on x86_64 to equalize the test cases
792867a390 release 1.5.6
Compare 2 commits »
josch pushed tag 1.5.6 to josch/mmdebstrap 2025-01-13 12:30:10 +00:00
josch deleted tag 1.5.6 from josch/mmdebstrap 2025-01-13 12:29:21 +00:00
josch pushed to main at josch/mmdebstrap 2025-01-11 08:13:09 +00:00
917a879c4b place DPkg::Pre-Install-Pkgs workaround into a new config file
dc5bbb7173 tests/chrootless: make sure that nothing outside the chroot changes
e62f32b098 keep some 20220613 formatting until 20250105 is in Debian stable
fcf1c407de tests/empty-suite: do not rely on existing ./cache/mmdebstrap-unstable-apt.tar
1a17c70ffb coverage.txt: mark empty-suite with Needs-APT-Config: true
Compare 5 commits »
josch pushed tag 1.5.6 to josch/mmdebstrap 2025-01-11 08:13:09 +00:00
josch pushed to main at josch/mmdebstrap 2025-01-09 21:02:14 +00:00
b6a2a210a3 release 1.5.5
403ac24184 Do not run dpkg-preconfigure via DPkg::Pre-Install-Pkgs hook
b61e785f2d tests/multiple-include: tzdata 2024b-5 does not create /etc/timezone anymore
e7242bf0e6 tests/create-foreign-tarball: openssl 3.4.0-2 dropped padlock.so on all arches other than x86
44c470b24b make_mirror.sh: prefer gpg-from-sq over gpg for trixie and later
Compare 8 commits »
josch pushed tag 1.5.5 to josch/mmdebstrap 2025-01-09 21:02:14 +00:00
josch pushed to main at josch/mmdebstrap 2024-12-03 17:31:39 +00:00
cf2b178f99 Replace gpg --update-trustdb by gpg --check-trustdb
e5d86136ed remove unused call to dpkg --print-architecture
Compare 2 commits »
josch pushed to main at josch/mmdebstrap 2024-10-28 08:17:11 +00:00
6617436d70 release 1.5.4
e4777d8fdf document how to build a jessie chroot tarball
14e2f9ea11 tests/check-against-debootstrap-dist: require iputils-ping >= 3:20240905-1
99f82456f3 do not generate apt sources.list entry if SUITE is empty
Compare 4 commits »
josch pushed tag 1.5.4 to josch/mmdebstrap 2024-10-28 08:17:11 +00:00
josch commented on issue josch/mmdebstrap#46 2024-10-25 11:24:24 +00:00
variable expansion in special hooks

Hi, I cannot tell you about bdebstrap but I can explain the mmdebstrap situation. This will expand $WORKROOT before passing it to mmdebstrap

--customize-hook="cp foo \"\$1\"/$WORKROOT"…
josch pushed to main at josch/mmdebstrap 2024-10-11 20:26:46 +00:00
5055b1b44c tests/check-against-debootstrap-dist: since iputils-ping 20240905 there are no extended attributes anymore
c82fc7e261 format shell scripts with shfmt --binary-next-line --case-indent --indent 2 --simplify
eca6cb314c tests/tarfilter-idshift: use a fabricated tarball instead of real chroot
Compare 3 commits »
josch commented on issue josch/mmdebstrap#45 2024-09-20 10:02:27 +00:00
Unknown option: cache-dir

Yes, but if you do not want to use a caching proxy like apt-cacher-ng, you can also solve this problem by using a hook. If you write a good hook script, I can ship it together with the mmdebstrap…

josch commented on pull request josch/img2pdf#203 2024-09-15 06:03:03 +00:00
convert(): add option to get engine document (e.g. pikepdf.Pdf)

Please do not change the signature of the convert() function. This is necessary to preserve API stability. You have to extract "outputstream" from kwargs.

josch commented on pull request josch/img2pdf#203 2024-09-15 06:03:03 +00:00
convert(): add option to get engine document (e.g. pikepdf.Pdf)

You split tostream() into finalize() and tostream() but then why does the new tostream() not call finalize()?

josch suggested changes for josch/img2pdf#203 2024-09-15 06:03:03 +00:00
convert(): add option to get engine document (e.g. pikepdf.Pdf)

Thank you for your work and for your patience with me. I'm going to be on a business trip next week (I'm switching jobs end of september/beginning of october) so my next feedback might take a while but please feel free to ping me if you like.

josch commented on pull request josch/img2pdf#202 2024-09-15 05:54:41 +00:00
Slightly simplify the getexif procedure

It makes the code harder to read, yes. But the advantage is, that this way, recent versions of img2pdf keep working on older platforms and distributions that ship Pillow before version 6 are still…

josch commented on pull request josch/img2pdf#201 2024-09-15 05:48:02 +00:00
Slightly simplify imgformat retrieval

I updated the code to getattr(...) as drafted above. It's a one-liner now.

Thank you! Could you squash both commits into one?