mksbuild should not alway skip updates for debian
Bug #2060843 reported by
Nick Brown
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
'updates' is a valid source for Debian: https:/
This bit of code appears enforces skipping updates this:
https:/
```
# Debian only performs security updates
SKIP_UPDATES=1
if [ -z "$SOURCES_
if debian_dist_ge "$RELEASE" "bullseye"; then
else
fi
fi
```
The updates source should be made available, with standard user option to skip.
To post a comment you must log in.