Please review the following patch to enable F29
container and cloud composes

diff --git a/roles/releng/files/docker-updates b/roles/releng/files/docker-updates
index f23ac64..c7b3f8d 100644
--- a/roles/releng/files/docker-updates
+++ b/roles/releng/files/docker-updates
@@ -1,4 +1,4 @@
-#Fedora 28 Docker Updates nightly compose
+#Fedora 28 Container Updates nightly compose
 MAILTO=releng-cron@lists.fedoraproject.org
 45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF28.XXXXXX` && pushd $TMPDIR && git clone -n https://pag
 
@@ -6,6 +6,6 @@ MAILTO=releng-cron@lists.fedoraproject.org
 MAILTO=releng-cron@lists.fedoraproject.org
 45 7 * * * root TMPDIR=`mktemp -d /tmp/dockerF27.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure
 
-# Fedora 26 Docker Updates nightly compose
-#MAILTO=releng-cron@lists.fedoraproject.org
-#45 6 * * * root TMPDIR=`mktemp -d /tmp/dockerF26.XXXXXX` && pushd $TMPDIR && git clone -n https://pagur
+# Fedora 29 Container Updates nightly compose
+MAILTO=releng-cron@lists.fedoraproject.org
+45 6 * * * root TMPDIR=`mktemp -d /tmp/containerF29.XXXXXX` && pushd $TMPDIR && git clone -n https://pag
diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates
index 3cfae4f..0eed5e3 100644
--- a/roles/releng/files/twoweek-updates
+++ b/roles/releng/files/twoweek-updates
@@ -8,13 +8,9 @@
 #MAILTO=releng-cron@lists.fedoraproject.org
 #15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweekF27.XXXXXX` && pushd $TMPDIR && git clone -n https://pagu
 
-#Fedora 26 CloudImage nightly compose
-#MAILTO=releng-cron@lists.fedoraproject.org
-#15 9 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF26.XXXXXX` && pushd $TMPDIR && git clone -n https://p
-
-#Fedora 27 CloudImage nightly compose
-#MAILTO=releng-cron@lists.fedoraproject.org
-#15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF27.XXXXXX` && pushd $TMPDIR && git clone -n https://p
+#Fedora 29 Cloud nightly compose
+MAILTO=releng-cron@lists.fedoraproject.org
+15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudF29.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.
 
 #Fedora 28 Cloud nightly compose
 MAILTO=releng-cron@lists.fedoraproject.org

Thanks.