the comps file has f26 in it

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2017-03-01 16:24:51 -06:00
parent fd1e83b26a
commit 1a8b28e30a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ release_is_layered = False
# GENERAL SETTINGS
bootable = True
comps_file = 'comps-26.xml' #{
comps_file = 'comps-f26.xml' #{
# 'scm': 'git',
# 'repo': 'https://pagure.io/fedora-comps.git',
# 'branch': None, # defaults to cvs/HEAD or git/master

View File

@ -13,7 +13,7 @@ DATE=$(date "+%Y%m%d")
DIST="26"
BRANCHED="26"
BRANCH="branched"
COMPSFILE="comps-26.xml"
COMPSFILE="comps-f26.xml"
GIT_BRANCH="f26"
TMPDIR=`mktemp -d /tmp/$DIST.$DATE.XXXX`
TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org"