misc: update defaults to build on stretch & buster (#41301)

This commit is contained in:
Frédéric Péters 2020-04-19 12:33:36 +02:00
parent e15376e44e
commit d649f30ea8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ def parse_cmdline():
parser.error("you shouldn't use argument when cleaning")
if len(args) and not options.distrib:
options.distrib = ['stretch']
options.distrib = ['stretch', 'buster']
if options.repositories:
for r in options.repositories: