From 4dda7b6e7e2289c8302fadabb2b22d5224b50d33 Mon Sep 17 00:00:00 2001 From: Paul Gevers Date: Sat, 2 Sep 2017 20:38:35 +0200 Subject: [PATCH] Add britney option: --series - autopkgtest tests rely on it - Ubuntu uses this --- britney.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/britney.py b/britney.py index faf55a4..ab4e73d 100755 --- a/britney.py +++ b/britney.py @@ -413,6 +413,8 @@ class Britney(object): help="Compute which packages can migrate (the default)") parser.add_option("", "--no-compute-migrations", action="store_false", dest="compute_migrations", help="Do not compute which packages can migrate.") + parser.add_option("", "--series", action="store", dest="series", default='series', + help="set distribution series name") (self.options, self.args) = parser.parse_args() # integrity checks