mk-sbuild create error due to bullseye security move
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-dev-tools (Debian) |
Fix Released
|
Unknown
|
|||
ubuntu-dev-tools (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Probably very similar to 1916633 reported and fixed in pbuilder-dist.
while using `mk-sbuild --name foobar bullseye`
```
E: The repository 'http://
```
Bullseye changed the format of security suite: https:/
and should look like:
```
deb https:/
```
while mk-sbuild is still generating the older format as found in buster and earlier:
```
deb http://
```
at this bit of the code: https:/
Related branches
- Mattia Rizzolo: Approve
-
Diff: 76 lines (+34/-18)1 file modifiedmk-sbuild (+34/-18)
Changed in ubuntu-dev-tools (Debian): | |
status: | Unknown → New |
Changed in ubuntu-dev-tools (Ubuntu): | |
status: | Confirmed → Fix Committed |
Changed in ubuntu-dev-tools (Debian): | |
status: | New → Fix Released |
Status changed to 'Confirmed' because the bug affects multiple users.