Skip to content

manpage extraction is not deterministic #184

@stapelberg

Description

@stapelberg

Steps to reproduce:

mkdir debiman1
mkdir debiman2
debiman -remote_mirror="https://archive.debian.org/" -sync_codenames="buster" -sync_suites= -serving_dir="./debiman1" -only_render_pkgs="0ad" |& tee debiman1.log
debiman -remote_mirror="https://archive.debian.org/" -sync_codenames="buster" -sync_suites= -serving_dir="./debiman2" -only_render_pkgs="0ad" |& tee debiman2.log

Depending on the order in which packages are handled, we either get:

% zcat debiman1/buster/postfix/newaliases.1.en.gz
.so buster/courier-mta/sendmail.1.en.gz

% zcat debiman2/buster/postfix/newaliases.1.en.gz
.so buster/postfix/sendmail.1.en.gz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions