Skip to content

Commit

Permalink
Добавлена опция сохранения fakeroot
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Shamaraev committed Oct 8, 2024
1 parent bfc255b commit 1ea766a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/build/build-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ $ git add .gear/rules .gear/damask.spec
Далее запускаем сборку

```
$ gear-hsh --no-sisyphus-check=packager,gpg --commit -v
$ gear-hsh --no-sisyphus-check=packager,gpg --commit -v --save-fakeroot --lazy-cleanup
```

:::info
**--no-sisyphus-check=packager,gpg** - означает отключение проверки Сизиф только в части того кто упаковывает и его ключа.
**--save-fakeroot** - позволяет оставить каталог fakeroot после выполнения сборки
:::

## Vendoring - "вендоринг", распространение
Expand Down Expand Up @@ -213,7 +214,7 @@ git add --all -f КАТАЛОГ_С_МОДУЛЯМИ
Далее просто запускаем сборку

```
$ gear-hsh --no-sisyphus-check=packager,gpg --commit -v
$ gear-hsh --no-sisyphus-check=packager,gpg --commit -v --save-fakeroot --lazy-cleanup
```

## Сборка внутри хешера
Expand Down

0 comments on commit 1ea766a

Please sign in to comment.