Hi Matthew and SRU team, Performed additional testing for the deboostrap package upload, checking for regressions in variants (minbase, buildd, default.)
This compares the logs of debootstrap variants in a mirror that supports both HTTP and HTTPS. For HTTP: no differences in the logs / no regressions. For HTTPS: original package fails, patched package works. Comparing HTTPS/patched vs. HTTP/original: the only differences are the packages for SSL (ca-certificates, libssl, openssl) and the mirror URL, of course. All good! Mirror ====== Mirror list: - https://ubuntu.com/download/alternative-downloads (See all Ubuntu mirrors) - https://launchpad.net/ubuntu/+cdmirrors (find one with 'https' and 'http') Selected: mirror.math.princeton.edu/pub/ubuntu/ Test Steps ========== mirror=mirror.math.princeton.edu/pub/ubuntu/ release=bionic # or focal version=updates # or patched for protocol in http https; do for variant in minbase buildd ''; do test=debootstrap-$version-$release-$variant-$protocol echo "TEST: $test" sudo debootstrap ${variant:+--variant=$variant} $release $test.dir $protocol://$mirror 2>&1 | tee $test.log done done Then check last line of logs: $ tail -n1 *-$version-*.log And compare MD5SUMs / check DIFFs later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772556 Title: d-i netinstall fails due to missing apt-transport-https package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debootstrap/+bug/1772556/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
