Merge pull request #868 from dm0-/glsa

catalyst: Temporarily disable update_seed again
This commit is contained in:
David Michael 2019-04-23 15:22:44 -04:00 committed by GitHub
commit 3444f460cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: no
EOF
catalyst_stage_default
}