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

« back to all changes in this revision

Viewing changes to auto-accept

  • Committer: Steve Langasek
  • Date: 2023-10-22 05:47:18 UTC
  • Revision ID: steve.langasek@canonical.com-20231022054718-q356ialy4xsex0tu
mantic->noble

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 = "mantic"
 
8
SERIES = "noble"
9
9
POCKET = "Proposed"
10
10
QUEUE = "Unapproved"
11
11
SEED_WHITELIST = []