mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-01 19:03:08 +00:00
Prevent warning about @base being not found
@base was renamed to @standard, but @base is still include by default by pungi. Using --nobase prevents a warning message from being issued.
This commit is contained in:
parent
bf294a002c
commit
9556cf3bc0
@ -25,7 +25,8 @@ repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirror
|
|||||||
|
|
||||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
# (default groups for the configured repos are added by --default)
|
# (default groups for the configured repos are added by --default)
|
||||||
%packages --default
|
# @base got renamed to @standard, but @base is still included by default by pungi.
|
||||||
|
%packages --default --nobase
|
||||||
|
|
||||||
# pungi is an inclusive depsolver so that multiple packages are brought
|
# pungi is an inclusive depsolver so that multiple packages are brought
|
||||||
# in to satisify dependencies and we don't always want that. So we use
|
# in to satisify dependencies and we don't always want that. So we use
|
||||||
|
Loading…
Reference in New Issue
Block a user