Skip to content

Commit

Permalink
Merge pull request OlegShchavelev#609 from Boria138/branches
Browse files Browse the repository at this point in the history
etersoft-build-utils: создание заданий в разных бранчах
  • Loading branch information
OlegShchavelev authored Oct 25, 2024
2 parents 7d84fea + 34f8ebd commit 555671e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell/terms.dict
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ GPIO
AMDGPU
Chipset
XHCI
maint
23 changes: 23 additions & 0 deletions docs/build/etersoft-build-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,26 @@ rpmbsh
```shell
rpmbs -u
```

## Создание задания в разные бранчи

Сначала нужно создать задание

```shell
gita new бранч
```

Потом добавить к заданию пакет

```shell
cd директория с пакетом
rpmbs -A
```

Потом нужно закоммитить задания

```shell
gita commit номер_задания -m "Обоснование зачем этот пакет нужен в бранче (CVE, баг и так далее)"
```

Ждём одобрение членами группы maint@ и tester@ (одобрения обязательно должно быть два)

0 comments on commit 555671e

Please sign in to comment.