125 Commits (master)

Author SHA1 Message Date
Iain Lane 70c325fbbf autopkgtest: Save pending.json after every test request
7 years ago
Steve Langasek 5136a3efb5 Comment the calculation of last_due
7 years ago
Colin Watson b073a71911 Check whether testsuite triggers have any binaries
7 years ago
Steve Langasek 132ffaf465 Refine the logic for recording the nominal sent age of the mail
7 years ago
Steve Langasek d5040afb84 Fix up handling of email cache
7 years ago
Steve Langasek 27ef44e478 Rework the email frequency calculation to account for gaps in runs
7 years ago
Robert Bruce Park 9c76c762cc Tweak recurring email frequency.
7 years ago
Steve Langasek 41ac7a81f9 Drop transitional code
7 years ago
Robert Bruce Park 16cca9c55d Change SourcePPAPolicy from a blacklist to a whitelist.
7 years ago
Iain Lane 858775a3c1 email: Make REJECTED_TEMPORARILY packages be not emailed for
7 years ago
Iain Lane e00d86ad26 email: If a package is blocked by an explicit block, don't mail
7 years ago
Iain Lane 8350694348 email: Add tests that send email through a mocked SMTP server
7 years ago
Robert Bruce Park 63573fa24a Resend emails periodically.
7 years ago
Robert Bruce Park 0579677457 Stop writing "1 days" in emails.
7 years ago
Robert Bruce Park 1b4828bfb3 Write email cache after every email sent.
7 years ago
Steve Langasek 442993d3f0 Merge remote-tracking branch 'robru/fix-sourceppa'
7 years ago
Robert Bruce Park 389f8624dd Round age.
7 years ago
Robert Bruce Park e7181465a8 Stop returning None.
7 years ago
Robert Bruce Park 2405fcf8bc Backport EmailPolicy to Python 3.2
7 years ago
Iain Lane 7cc72bf2d6 email: For direct sponsored uploads, email both the sponsor and sponsoree
7 years ago
Robert Bruce Park df495582e2 Fix SourcePPA policy by inspecting build_link instead. (LP: #1648000)
7 years ago
Iain Lane 5f4c2e735d email: Log a message when we send emails
7 years ago
Iain Lane d9887d320e email: be From the 'Ubuntu Release Team'
7 years ago
Robert Bruce Park d66116d809 Update email MESSAGE_BODY to reflect dynamic max_age.
7 years ago
Iain Lane b896fbf038 Enable email policy based on a config flag
7 years ago
Robert Bruce Park 2775a5435c Email Policy, send emails when packages are rejected.
7 years ago
Iain Lane fe627aaa15 autopkgtest: Don't request tests for new packages that FTBFS
7 years ago
Andy Whitcroft 71c8773b7d linux-meta: add synthetic dependancy for snapd
7 years ago
Iain Lane 766ed38d40 sourceppa: Refactor exception handling
7 years ago
Iain Lane 9661362880 sourceppa: Retry 5 times on HTTP 503s
7 years ago
Iain Lane 41d51369f5 autopkgtest: Accept packages which have dropped their tests in unstable
7 years ago
Robert Bruce Park 820c4460ce Fix upstream policy tests.
7 years ago
Martin Pitt 1a53882811 Python 3.2 workaround: Replace FileNotFoundError with {IO,OS}Error
8 years ago
Martin Pitt 7c6fd99417 Python 3.2 workaround: Drop usage of enum module
8 years ago
Robert Bruce Park c5c9c6f979 Reject packages if entire source ppa won't migrate
8 years ago
Martin Pitt a217ea6ade Add "run-autopkgtest" tool to re-run tests
8 years ago
Martin Pitt 96df4080b9 Add autopkgtest policy
8 years ago
Dimitri John Ledkov d2cde7de2b Teach excuse_unsat_deps() about components ogre model
8 years ago
Colin Watson 158d7ca479 Change date format to seconds-since-epoch
8 years ago
Colin Watson 8b140b3900 Allow blocking uploads by way of bugs with the block-proposed tag set
8 years ago
Colin Watson b874ff151d Link to wiki documentation
8 years ago
Colin Watson 0fd5a5640d Show links to Launchpad package pages in excuses
8 years ago
Martin Pitt 15aab3348a Store Testsuite-Triggers: list in sources
8 years ago
Martin Pitt 0d43a20471 Store Testsuite: list in sources
8 years ago
Colin Watson 7eb3412828 Add a --distribution option
8 years ago
Colin Watson a2dcb26901 Make sure that containing directories exist before writing output files
8 years ago
Martin Pitt e93d8ae221 Skip piuparts policy if summary file is missing
8 years ago
Colin Watson c26dfad9c2 Skip bug-based processing if BugsV is missing
8 years ago
Colin Watson 538d5c61ff Use default urgency for all packages if Urgencies is missing
8 years ago
Martin Pitt e5f306c5f5 Consider packages with M-A qualifiers for reverse dependencies
8 years ago
Niels Thykier 3e888a9fdf PiupartsPolicy: Improve html message
8 years ago
Niels Thykier bcdb2b39cd Add PiupartsPolicy to avoid piuparts regressions
8 years ago
Niels Thykier e6e221ad52 Extract a compile_nuninst and move it to utils
8 years ago
Niels Thykier eaf4660918 utils: Replace explicit loop index handling with enumerate
8 years ago
Niels Thykier 06504f2ae7 Move invalidate_exuses to utils
8 years ago
Niels Thykier 166a6533ba completer: Replace src[X] with src.X
8 years ago
Niels Thykier 0cc7f7a8d2 Move build_installability_tester to builder.py
8 years ago
Niels Thykier 7a63784876 Move get_dependency_solvers to utils
8 years ago
Niels Thykier c4be8436db Move read_sources_file to utils
8 years ago
Niels Thykier a14ced6403 Drop now unused "from __future__" imports
8 years ago
Niels Thykier 9ca30aac81 Rename a variable for clarity reasons
8 years ago
Niels Thykier a768432eb2 solver.py: Add missing "no cover" pragma
8 years ago
Niels Thykier d3e343a3bd AgePolicy: Fix bug in creating the age file
8 years ago
Niels Thykier 241b17602d utils: Remove condition that is always true
8 years ago
Niels Thykier fc2269ba02 rc-bugs policy: Ignored bugs are not unique to testing
8 years ago
Niels Thykier 9c563f1a96 Move data classes into britney2/__init__.py
8 years ago
Niels Thykier 20c2b87833 Sprinkle some "no cover" pragmas over the code base
8 years ago
Niels Thykier 54fd517062 excuse.py: Drop now unused urgency field
8 years ago
Niels Thykier 2d8a471f70 undo_changes: Simplify case for virtual packages
8 years ago
Niels Thykier 1f1086b929 utils: Replace a case of b[FOO] with b.foo
8 years ago
Niels Thykier 2ce2d7efb3 utils: Remove reundant VERSION=VERSION parameter
8 years ago
Niels Thykier dd426c81fa Remove dead case in undo code
8 years ago
Niels Thykier 50d4d45c59 Collect suite metadata in a new member hash
8 years ago
Niels Thykier c86e1f7e9c britney: Skip architectures not listed in Release files
8 years ago
Niels Thykier 9bc94db01c Refactor all modules into a britney2 subdir
8 years ago