catalyst: Temporarily disable update_seed again

The glib security update blocks itself.  Disable this until a new
SDK is generated, then it can be reverted again.
This commit is contained in:
David Michael 2019-04-23 03:29:09 +00:00
parent 9ca5893ba7
commit a85cb08443

View File

@ -120,7 +120,7 @@ cat <<EOF
target: stage1 target: stage1
# stage1 packages aren't published, save in tmp # stage1 packages aren't published, save in tmp
pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages pkgcache_path: ${TEMPDIR}/stage1-${ARCH}-packages
update_seed: yes update_seed: no
EOF EOF
catalyst_stage_default catalyst_stage_default
} }