1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 05:38:43 +02:00

read debug packages from server side project configuration

=> avoids unresolvable errors when distro is not providing the
    extra/debug package
This commit is contained in:
2019-12-03 15:05:48 +01:00
parent d5c313cc08
commit a628ea8cca
4 changed files with 24 additions and 9 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
0.167
- osc shell/chroot/wipe is now handled via build script (working for chroot and KVM only atm)
- osc build --vm-type=qemu support for cross architecture builds
- osc build is reading debug packages from prjconf now
(extra-pkgs definition is therefore by default empty)
0.166.2
- Don't enforce password reuse (boo#1156501)