WIP: Support file:/ mirrors #25

Closed
DonKult wants to merge 6 commits from DonKult/mmdebstrap:feature/filemirror into main
Showing only changes of commit c2cb442899 - Show all commits

View file

@ -2150,9 +2150,6 @@ sub run_download() {
}
}
# Unpack order matters for e.g. timestamps on directories
@essential_pkgs = sort @essential_pkgs;
return (\@essential_pkgs, \@cached_debs);
}