-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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
Labels
No labels