update apt MR urls

pull/19/head
parent dceb881bd0
commit ddb642a1dc
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -2269,6 +2269,8 @@ sub run_download() {
# install call in run_download() instead of assembling the package list # install call in run_download() instead of assembling the package list
# here and passing it through all the way. Then this function only # here and passing it through all the way. Then this function only
# takes care of retrieving the essential packages. # takes care of retrieving the essential packages.
#
# https://salsa.debian.org/apt-team/apt/-/merge_requests/185
my %ess_pkgs; my %ess_pkgs;
my %ess_pkgs_target; my %ess_pkgs_target;
my %pkgs_to_install_target = %pkgs_to_install; my %pkgs_to_install_target = %pkgs_to_install;
@ -3000,7 +3002,7 @@ sub run_install() {
# #
# The DPkg::Install::Recursive::force=true workaround can be # The DPkg::Install::Recursive::force=true workaround can be
# dropped after this issue is fixed: # 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 # 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 # --root but this would only make sense in situations where there

Loading…
Cancel
Save