mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 09:31:08 +00:00
buildd: Display the name of the current development series when none is
specified in --batch mode
This commit is contained in:
parent
0353f952d8
commit
a1457492b4
2
buildd
2
buildd
@ -199,7 +199,7 @@ else:
|
|||||||
# filter out duplicate and invalid architectures
|
# filter out duplicate and invalid architectures
|
||||||
archs.intersection_update(valid_archs)
|
archs.intersection_update(valid_archs)
|
||||||
|
|
||||||
release = options.series # if None it falls back to the current development series
|
release = options.series or Distribution('ubuntu').getDevelopmentSeries().name
|
||||||
pocket = 'Release'
|
pocket = 'Release'
|
||||||
if release and '-' in release:
|
if release and '-' in release:
|
||||||
# split release and pocket
|
# split release and pocket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user