Unknown option: cache-dir #45
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
the README says:
The following options, don't exist: --second-stage, --exclude, --resolve-deps, --force-check-gpg, --merged-usr and --no-merged-usr.
In porting my debootstrap calls to mmdebstrap, I ran into the issue that
--cache-dir
is also not supported.In debootstrap this option allows the user to pass a folder with .deb files, and debootstrap takes files from there instead of upstream (if possible), significantly speeding up the bootstrap process. Support for it would be great, but I suppose the minimum fix would be to update the README line to mention this option.
Stack trace from the python code where I triggered this:
mmdebstrap version:
395ee60
aka 1.5.3Ah, I see that this was already brought up in #42
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 package so that it can get re-used.