Atomic: use the right sigs and remove nightly flag

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-11-17 08:53:35 -06:00
parent 0c53aa8418
commit 6cc79601cd
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ comps_file = 'comps-f25.xml' #{
# 'file': 'comps-f23.xml',
#}
variants_file='variants-fedora.xml'
sigkeys = ['81B46521', '030D5AED'] # None = unsigned
sigkeys = ['FDB19C98', 'E372E838'] # None = unsigned
# limit tree architectures
# if undefined, all architectures from variants.xml will be included
tree_arches = ['i386', 'x86_64', 'armhfp']

View File

@ -5,7 +5,7 @@ export LC_ALL=C
CONFIG="fedora-atomic.conf"
TARGET_DIR="/mnt/koji/compose/twoweek"
#OLD_COMPOSES_DIR="--old-composes=/mnt/fedora_koji/compose/f23 --old-composes=$TARGET_DIR"
NIGHTLY="--nightly"
NIGHTLY=""
SKIP_PHASES="--skip-phase=productimg --skip-phase=extra_files"
DEST=$(pwd)
DATE=$(date "+%Y%m%d")