Change the sigkey to match the one we really use. Remove unused 'base-runtime' variant.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
b69707bdd7
commit
50a531563b
@ -11,7 +11,7 @@ variants_file='variants-modular.xml'
|
||||
#sigkeys = ['FDB19C98', 'E372E838'] # None = unsigned
|
||||
# We are using unsigned here temporarily for rawhide until we setup
|
||||
# auto-signing.
|
||||
sigkeys = [None]
|
||||
sigkeys = ['a3cc4e62']
|
||||
|
||||
hashed_directories = True
|
||||
|
||||
|
@ -1,18 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE variants PUBLIC "-//Red Hat, Inc.//DTD Variants info//EN" "variants2012.dtd">
|
||||
<variants>
|
||||
<variant id="base-runtime" name="base-runtime" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
<arch>i386</arch>
|
||||
<arch>ppc64</arch>
|
||||
<arch>ppc64le</arch>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<modules>
|
||||
<module>base-runtime-master</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="Server" name="Server" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
@ -23,8 +11,6 @@
|
||||
</arches>
|
||||
<modules>
|
||||
<module>base-runtime-master</module>
|
||||
<!-- <module>httpd-master</module> -->
|
||||
<!-- <module>haproxy-master</module> -->
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
||||
|
Loading…
Reference in New Issue
Block a user