~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to auto-accept

  • Committer: Adam Conrad
  • Date: 2018-05-01 17:36:23 UTC
  • Revision ID: adconrad@0c3.net-20180501173623-27dymoc0by55kegx
bionic -> cosmic; drop zesty

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
from launchpadlib.launchpad import Launchpad
7
7
 
8
 
SERIES = "bionic"
 
8
SERIES = "cosmic"
9
9
POCKET = "Proposed"
10
10
QUEUE = "Unapproved"
11
11
SEED_WHITELIST = ["ubuntu-desktop-next"]