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

« back to all changes in this revision

Viewing changes to auto-accept

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2021-04-23 09:42:13 UTC
  • Revision ID: lukasz.zemczak@canonical.com-20210423094213-w6qg0a5edftmbqs6
hirsute -> impish

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 = "hirsute"
 
8
SERIES = "impish"
9
9
POCKET = "Proposed"
10
10
QUEUE = "Unapproved"
11
11
SEED_WHITELIST = ["ubuntu-desktop-next", "ubuntugnome", "edubuntu"]