no longer build for jessie by default (#36211)

This commit is contained in:
Frédéric Péters 2019-09-17 19:11:12 +02:00
parent 29ffd39915
commit cd396cddb2
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 = ['jessie', 'stretch']
options.distrib = ['stretch']
if options.repositories:
for r in options.repositories: