Handle move of comps and spin-kickstarts to pagure
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
21024d15e0
commit
e249ad33f1
@ -8,7 +8,7 @@ release_is_layered = False
|
||||
bootable = True
|
||||
comps_file = 'comps-rawhide.xml' #{
|
||||
# 'scm': 'git',
|
||||
# 'repo': 'git://git.fedorahosted.org/git/comps.git',
|
||||
# 'repo': 'https://pagure.io/fedora-comps.git',
|
||||
# 'branch': None, # defaults to cvs/HEAD or git/master
|
||||
# 'file': 'comps-f23.xml',
|
||||
#}
|
||||
@ -274,7 +274,7 @@ translate_paths = [
|
||||
|
||||
|
||||
# These will be inherited by live_media, live_images and image_build
|
||||
global_ksurl = 'git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD'
|
||||
global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD'
|
||||
global_release = None
|
||||
global_version = 'Rawhide'
|
||||
# live_images ignores this in favor of live_target
|
||||
@ -577,7 +577,7 @@ ostree_installer = [
|
||||
"ostree_osname=fedora-atomic",
|
||||
"ostree_ref=fedora-atomic/rawhide/x86_64/docker-host",
|
||||
]
|
||||
'template_repo': 'https://git.fedorahosted.org/git/spin-kickstarts.git',
|
||||
'template_repo': 'https://pagure.io/fedora-kickstarts.git',
|
||||
'template_branch': 'master',
|
||||
}
|
||||
})
|
||||
|
@ -46,7 +46,7 @@ FEDMSG_CERTPREFIX="releng"
|
||||
send_fedmsg $(printf '{"log": "start", "branch": "%s", "arch": "%s"}' "$BRANCHED" "$ARCH") ${DIST} start
|
||||
|
||||
pushd $TMPDIR
|
||||
git clone https://git.fedorahosted.org/git/comps.git && {
|
||||
git clone https://pagure.io/fedora-comps.git && {
|
||||
pushd comps
|
||||
make "${COMPSFILE}"
|
||||
cp "${COMPSFILE}" $DEST/
|
||||
|
Loading…
x
Reference in New Issue
Block a user