set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSLO https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/manifest.yaml
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSLO https://raw.githubusercontent.com/coreos/fedora-coreos-config/rawhide/manifest.yaml