Colin Watson
c8bfb275ee
merge trunk up to 2013-03-16
11 years ago
Colin Watson
7e26d39354
merge trunk up to 2013-01-18
11 years ago
Colin Watson
bc791300e3
Delegate "block" and "unblock" hints to members of ~ubuntu-touch-release.
11 years ago
Colin Watson
0ec8138015
Record autopkgtest status more accurately in pkgcauses: use the status for the version being recorded, not just the one for the latest version found.
11 years ago
Colin Watson
3f6eabe34f
Add support for :any architecture qualifiers, for multiarch.
11 years ago
Colin Watson
8d2f676224
Remove arm64 from new_arches until we see whether it's actually useful.
11 years ago
Colin Watson
ca15db9e79
Add arm64 to ARCHITECTURES.
11 years ago
Colin Watson
19af08f35a
Pre-emptively add arm64 to OUTOFSYNC_ARCHES/NEW_ARCHES.
12 years ago
Colin Watson
161b1613e0
Rename fucked_arches to outofsync_arches, to avoid getting in trouble when bringing up new commercially-supported architectures.
12 years ago
Steve Langasek
f320ff7283
Add myself to the list of hinters
12 years ago
Colin Watson
597db6af41
Apparently "+" is encoded as "-" in Jenkins autopkgtest URLs.
12 years ago
Colin Watson
abcb009703
Link to wiki documentation.
12 years ago
Colin Watson
3e6fd501c9
aggregate all causes, but take the status from the latest version
12 years ago
Colin Watson
5d00fa864e
fix pkglist lookup
12 years ago
Colin Watson
823899c6b3
Only record autopkgtest causes for the latest tested version.
12 years ago
Colin Watson
dddd9eb88b
Don't linkify "-" versions.
12 years ago
Colin Watson
24d57f4f89
Show links to Launchpad package pages in excuses.
12 years ago
Colin Watson
59705dda61
Improve "Requested autopkgtest" logging.
12 years ago
Colin Watson
8584a061e1
Run autopkgtests as soon as amd64 and i386 are ready to go.
12 years ago
Colin Watson
cb7878320e
Link to Jenkins logs for autopkgtests.
12 years ago
Colin Watson
8023ee2a40
Stop limiting adt-britney to amd64; this shouldn't make a difference anyway, per Jean-Baptiste.
12 years ago
Colin Watson
b45bc14d4f
Split force-autopkgtest into force-badtest (tested package) and force-skiptest (triggering package).
12 years ago
Colin Watson
c04c71055e
Only issue "From wrong source" for binaries not at the same version in testing (same-version could happen for merged binaries in partial-unstable mode).
12 years ago
Colin Watson
55d5a1651c
Clarify force-autopkgtest excuse message.
12 years ago
Colin Watson
75b84eebe5
Run autopkgtests for blocked packages.
12 years ago
Colin Watson
9da36a9385
Don't crash on unversioned unblock hints.
12 years ago
Colin Watson
1c1d8cf891
Make force hints imply force-autopkgtest.
12 years ago
Colin Watson
c1e29f844f
Make force-autopkgtest apply to the tested package, not the triggering package.
12 years ago
Colin Watson
2e34feee1f
Log autopkgtest status collection.
12 years ago
Colin Watson
bc85ea45cb
Add force-autopkgtest to HINTS_ALL.
12 years ago
Colin Watson
41821072e2
Make autopkgtest request logging more useful by moving it after adt-britney request.
12 years ago
Colin Watson
6da7f96ca2
Pass Britney instances through to AutoPackageTest.
12 years ago
Colin Watson
5ed767701b
Log autopkgtest requests.
12 years ago
Colin Watson
1cf35e27c8
Fix cause handling in AutoPackageTest.request.
12 years ago
Colin Watson
f961f74ef3
Run autopkgtests for valid candidates, and wait for the results.
12 years ago
Colin Watson
111ab78d7d
Apply undo list in reverse order; in rare cases with hints with overlapping virtual packages provided by different sources, this can make a difference.
12 years ago
Adam D. Barratt
7933a720aa
Completer: add "approve" to the command completion
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
ce72b31bc6
Completer: offer tpu packages when completing "approve" hints
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
af86002dea
Completer: copyright foo
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
c345dea3b5
Completer: when processing a "remove", only offer packages from testing
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
de56c719b6
Completer: add forgotten "remove" to command completion
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
d9a9a26c57
Completer: support all hints
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
0463c666f0
write_excuses: clear the list of excuses before building
...
Although this isn't an issue during normal runs, the excuses might be
built multiple times during a hint-tester run and should not accumulate
during the run.
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
33bc6cb7fb
hint_tester: accept all hints
...
For those hints which don't cause an immediate run (i.e. other than
easy, hint and force-hint), re-build the excuses after adding the
hint so that the actions are accounted for in later hints.
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
8e72456651
Completer: don't crash if there are candidates in t-p-u
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Stefano Rivera
71e133356a
Add myself as a hinter
12 years ago
Stéphane Graber
c531ec1b5a
Ad myself to hints permissions.
12 years ago
Jonathan Riddell
0a3141b2db
Add myself to hinters
12 years ago
Adam D. Barratt
8c15568b8f
Don't remove arch:all packages when migrating binNMUs via *pu
...
A binNMU does not rebuild architecture:all packages. For migrations via
unstable this is not a problem as the packages corresponding to the
source upload are still present. However, for *pu migrations, the set of
packages considered only includes architecture-specific packages. In
order to avoid installability issues with packages in testing which
depend on the arch:all packages, we leave the existing arch:all packages
in testing and only consider the arch-specific packages for migration.
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago
Adam D. Barratt
2a590ff095
Replace a single-use list in the smooth updates checks with any()
...
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
12 years ago