lp:~paelzer/germinate

Get this repository:
git clone https://git.launchpad.net/~paelzer/germinate
Only Christian Ehrhardt  can upload to this repository. If you are Christian Ehrhardt  please log in for upload directions.

Branches

Name Last Modified Last Commit
improve-reproducibility-by-ordering 2021-01-25 12:40:58 UTC
improve ordering of rescued packages (LP: #1895106)

Author: Christian Ehrhardt 
Author Date: 2020-09-10 10:16:50 UTC

improve ordering of rescued packages (LP: #1895106)

The console output as well as the generated files are non
reproducible due to a set being used when iterating the auto-included
packages.

Converting that iteration to a sorted list makes the output stable from
one executuion to another in the created files as well as the console
output.

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>

report-arch-a-dependency-was-not-found 2020-09-09 14:09:52 UTC
report architecture of unknown dependencies

Author: Christian Ehrhardt 
Author Date: 2020-09-09 13:30:33 UTC

report architecture of unknown dependencies

Since the deprecation and partial removal of i386 it is more and more
common that we miss out on packages on i386.

As of today cjwatson changed the sample run we generally look at
to use amd64 by default but for the final component mismatch it will
still seed all architectures as can be seen in the joint log at [1].

It will be helpful to see on a given error line which architecture
triggered a given Unknown dependency without scrolling up/down to check
which sub-run that is.

Before:
? Unknown server-ship package: lftp
? Unknown dependency default-mta by logcheck
After:
? Unknown package lftp for seed supported-misc-servers on arch i386
? Unknown dependency default-mta by logcheck on arch i386

Both kind of warnings turned out to be often misleading as one would
usually have checked amd64 and wondered as things clearly were there.

[1]: https://people.canonical.com/~ubuntu-archive/extra-germinate-output

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>

12 of 2 results
This repository contains Public information 
Everyone can see this information.