josch pushed to main at josch/mmdebstrap 2022-12-23 09:08:37 +00:00
2b832e0128 add jessie-or-older extract hook
a7b7e16033 move extract hook execution after run_prepare so that fakechroot works in it
eb98dfbaee apt also needs /var/lib to exist
6c5210a94f error out early if setup fails and thus the ext2 block reader returns EOF
a6a31e60eb make sure that the unshared user has read access to the included package files
Compare 12 commits »
josch commented on issue josch/mmdebstrap#29 2022-12-22 23:28:39 +00:00
Errors were encountered while processing: usrmerge

The system has been successfully converted.

That does not look like an error. What is the exit status of mmdebstrap in the end?

/var/lib/dpkg/info/libc-bin.postinst: 53:…

josch pushed to main at josch/mmdebstrap 2022-12-21 19:03:03 +00:00
830270840b make sure genext2fs and genext2fs exist for the respective formats
josch commented on issue josch/mmdebstrap#30 2022-12-21 08:21:16 +00:00
Preserve external /tmp dir?

What kind of inspection is it that you want to perform?

josch commented on issue josch/mmdebstrap#30 2022-12-14 19:40:37 +00:00
Preserve external /tmp dir?

It is not right now. What would be your use case to have this directory remain?

josch commented on issue josch/mmdebstrap#29 2022-12-14 08:43:46 +00:00
Errors were encountered while processing: usrmerge

Aha, nice find! Then this looks like a bug in the usrmerge package because with usrmerge from Debian unstable, fakechroot mode works fine. You might want to contact the usrmerge maintainers about…

josch commented on issue josch/mmdebstrap#29 2022-12-14 00:04:16 +00:00
Errors were encountered while processing: usrmerge

Can you give me more context, please? At least provide:

  • your platform/operating system
  • mmdebstrap version
  • the commandline you executed

So far this looks like a bug in the…

josch closed issue josch/3dpcp#1 2022-12-06 10:30:23 +00:00
spam
josch closed issue josch/3dpcp#2 2022-12-06 10:29:57 +00:00
spam
josch pushed to main at josch/mmdebstrap 2022-11-18 20:40:21 +00:00
374ae3dc99 use $username for subgid check
josch pushed to main at josch/mmdebstrap 2022-11-18 08:49:55 +00:00
1f15194a6e tests/pivot_root: use the mmdebstrap binary we copied into the chroot
117e4251a1 .mailmap: add Helmut Grohne and Benjamin Drung
adf8f9399d coverage.py: check that all files in ./tests appear in coverage.txt
543093eddc README.md: update list of contributors
4dc1375840 run_qemu.sh: remove accidental qemu option from aavmf code filename
Compare 6 commits »
josch pushed tag 1.2.3 to josch/mmdebstrap 2022-11-16 13:12:37 +00:00
josch closed issue josch/mmdebstrap#28 2022-11-16 13:12:36 +00:00
Non-existing {list} glob option mentioned in path exclude example
josch pushed to main at josch/mmdebstrap 2022-11-16 13:12:36 +00:00
7a057e37dd release 1.2.3
5bd3da0aef tests/create-tarball-dry-run: fix MODE->VARIANT
d442f436de shellcheck everything
889c02419e update for perltidy 20220613
a156d93314 run_qemu.sh: bump timeout to 40 minutes so that it works on an ARM Cortex-A53 at 1.5 GHz
Compare 19 commits »
josch pushed to main at josch/mmdebstrap 2022-10-27 14:11:50 +00:00
b454892ddd release 1.2.2
c2cd4a2a77 tests/check-against-debootstrap-dist: sort /etc/group for variant important
5ec6256461 tests/create-arm64-tarball: use regex instead of hardcoding the perl version
46f5889b54 make_mirror.sh: add console=tty0 to linux cmdline
822f8eafec tests: test chrootless essential and systemd-sysv with fakeroot and foreign
Compare 15 commits »
josch pushed tag 1.2.2 to josch/mmdebstrap 2022-10-27 14:11:50 +00:00
josch commented on issue josch/img2pdf#151 2022-10-17 11:25:22 +00:00
jpeg rotation confusing output orientation of PDF

Thank you for bringing up this issue and explaining it to me.

I have to think more about this because this is a big change in how the options work together and existing users of this library…

josch commented on issue josch/img2pdf#151 2022-10-16 20:55:59 +00:00
jpeg rotation confusing output orientation of PDF

Right now what is happening is:

  1. you say that you want an "A4" portrait paper
  2. img2pdf renders your photo onto that paper
  3. since by default, the exif information is respected, the…
josch pushed to main at josch/mmdebstrap 2022-10-16 16:07:53 +00:00
aac7157820 remove workarounds for #1010957
bcb3fcdaf1 run_qemu.sh: add another example for how to connect to qemu via serial
f0f211f383 coverage.py: only print dist, mode, variant and format for failed jobs if necessary
3a17a91b3c hooks: do not require MMDEBSTRAP_VERBOSITY to be set
fc5b60e038 adjust tests as /var/lib/dpkg/arch is now created unconditionally
Compare 11 commits »
josch commented on issue josch/img2pdf#151 2022-10-16 16:03:14 +00:00
jpeg rotation confusing output orientation of PDF

Maybe the --auto-orient option is that does what you expect to happen? If I understood you correctly, I guess you want to run this:

img2pdf blurry.JPEG -S A4 --auto-orient -o out.pdf