Rename pkg group to dud-build
This commit is contained in:
parent
3aea7d849e
commit
c071f37d2e
2 changed files with 7 additions and 7 deletions
|
|
@ -298,17 +298,17 @@ Builders have to be part of ``image`` channel and don't need to have any
|
|||
specific library installed (mkisofs invocation/usage is only in buildroots not on
|
||||
builder itself)
|
||||
|
||||
Buildtag needs to be configured by adding special group ``dud`` which should contain
|
||||
Buildtag needs to be configured by adding special group ``dud-build`` which should contain
|
||||
the following packages:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
|
||||
$ koji add-group dud-build-tag dud
|
||||
$ koji add-group-pkg dud-build-tag dud genisoimage
|
||||
$ koji add-group-pkg dud-build-tag dud createrepo_c
|
||||
$ koji add-group-pkg dud-build-tag dud dnf
|
||||
$ koji add-group-pkg dud-build-tag dud dnf-plugins-core
|
||||
$ koji add-group dud-build-tag dud-build
|
||||
$ koji add-group-pkg dud-build-tag dud-build xorriso
|
||||
$ koji add-group-pkg dud-build-tag dud-build createrepo_c
|
||||
$ koji add-group-pkg dud-build-tag dud-build dnf
|
||||
$ koji add-group-pkg dud-build-tag dud-build dnf-plugins-core
|
||||
|
||||
Another thing we need to ensure is that we're building in chroot and not in
|
||||
container.
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ class DudCreateImageTask(BaseBuildTask):
|
|||
task_id=self.id,
|
||||
repo_id=repo_info['id'],
|
||||
# Replace with a group that includes createrepo and xorrisofs
|
||||
install_group='dud',
|
||||
install_group='dud-build',
|
||||
setup_dns=True,
|
||||
bind_opts={'dirs': {'/dev': '/dev', }})
|
||||
broot.workdir = self.workdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue