misc: change target default to buster only (#51544)

This commit is contained in:
Frédéric Péters 2021-03-01 16:39:16 +01:00
parent 70398ec190
commit 1ea1c69c01
1 changed files with 1 additions and 1 deletions

View File

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