Bug 44687 - В man-page некоторые ключи описаны дважды
Summary: В man-page некоторые ключи описаны дважды
Status: CLOSED DUPLICATE of bug 31820
Alias: None
Product: Sisyphus
Classification: Development
Component: hasher (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 minor
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-20 09:20 MSK by Andrew Borodin
Modified: 2022-12-20 09:45 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Borodin 2022-12-20 09:20:03 MSK
Дважды описаны --number и --mountpoint.

Ну и заодно: в --eager-cleanup указана не та переменная:
   --eager-cleanup
          cleanup build environment after each successful build ($lazy_cleanup);
Comment 1 Andrew Borodin 2022-12-20 09:24:12 MSK
Частично дубль #31820.
Comment 2 Gleb F-Malinovskiy 2022-12-20 09:45:22 MSK
(In reply to Andrew Borodin from comment #0)
> Дважды описаны --number и --mountpoint.

Это дубликат, получается.

> Ну и заодно: в --eager-cleanup указана не та переменная:
>    --eager-cleanup
>           cleanup build environment after each successful build
> ($lazy_cleanup);

А тут всё правильно -- переменная lazy_cleanup в конфиге регулирует то поведение, которое регулируется опциями командной строки --eager-cleanup/--lazy-cleanup.

*** This bug has been marked as a duplicate of bug 31820 ***