catalyst: Temporarily disable update_seed

This can be reverted after switching to an SDK with Python 3.6
built into it.
This commit is contained in:
David Michael 2018-06-25 09:28:37 -04:00
parent 92b9434883
commit efbc542c59

View File

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