catalyst: temporarily disable update_seed

This can be reverted once there is a version of the SDK containing
the updated Perl 5.22 packages.
This commit is contained in:
David Michael 2017-03-21 21:12:40 -07:00
parent 09efc42e8f
commit 43807d6763

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
}