forked from josch/mmdebstrap
update apt MR urls
This commit is contained in:
parent
dceb881bd0
commit
ddb642a1dc
1 changed files with 3 additions and 1 deletions
|
@ -2269,6 +2269,8 @@ sub run_download() {
|
|||
# install call in run_download() instead of assembling the package list
|
||||
# here and passing it through all the way. Then this function only
|
||||
# takes care of retrieving the essential packages.
|
||||
#
|
||||
# https://salsa.debian.org/apt-team/apt/-/merge_requests/185
|
||||
my %ess_pkgs;
|
||||
my %ess_pkgs_target;
|
||||
my %pkgs_to_install_target = %pkgs_to_install;
|
||||
|
@ -3000,7 +3002,7 @@ sub run_install() {
|
|||
#
|
||||
# The DPkg::Install::Recursive::force=true workaround can be
|
||||
# dropped after this issue is fixed:
|
||||
# https://salsa.debian.org/apt-team/apt/-/merge_requests/178
|
||||
# https://salsa.debian.org/apt-team/apt/-/merge_requests/189
|
||||
#
|
||||
# We could also move the dpkg call to the outside and run dpkg with
|
||||
# --root but this would only make sense in situations where there
|
||||
|
|
Loading…
Reference in a new issue