[Bug 2060843] [NEW] mksbuild should not alway skip updates for debian

Nick Brown 2060843 at bugs.launchpad.net
Wed Apr 10 16:54:13 UTC 2024


Public bug reported:


'updates' is a valid source for Debian:
https://wiki.debian.org/StableUpdates however mksbuild always skips,
with no option to include, for debian.


This bit of code appears enforces skipping updates this:
https://git.launchpad.net/ubuntu/+source/ubuntu-dev-tools/tree/mk-sbuild?h=ubuntu%2Fdevel#n675
```
    # Debian only performs security updates
    SKIP_UPDATES=1
    if [ -z "$SOURCES_SECURITY_SUITE" ]; then
        if debian_dist_ge "$RELEASE" "bullseye"; then
            SOURCES_SECURITY_SUITE="RELEASE-security"
        else
            SOURCES_SECURITY_SUITE="RELEASE/updates"
        fi
    fi
```

The updates source should be made available, with standard user option
to skip.

** Affects: ubuntu-dev-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of MOTU,
which is subscribed to ubuntu-dev-tools in Ubuntu.
https://bugs.launchpad.net/bugs/2060843

Title:
  mksbuild should not alway skip updates for debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/2060843/+subscriptions




More information about the universe-bugs mailing list