No easy way to view changed test-deps since last run
Bug #1492357 reported by
Iain Lane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Auto Package Testing |
Triaged
|
Wishlist
|
Unassigned | ||
debci (Debian) |
New
|
Undecided
|
Unassigned |
Bug Description
The debci log files show changes in the base system. That is sometimes useful, but it would also be interesting to see the changes in installed packages from the test-deps themselves too, at least until we get to a point where precisely one package (or group of packages in the case of transitions) has changed on every run. :)
I suppose it's a matter of taking a package list before and after installing test-deps, subtracting the former from the latter and then diffing to the previous run.
So we'll need to create a testbed-packages like file for all <testname>-packages files combined and put that into result.tar.gz. debci can then take two results and diff them.