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
45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF28.XXXXXX` && pushd $TMPDIR && git clone -n https://pag
@@ -6,6 +6,6 @@ MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx
-#45 6 * * * root TMPDIR=`mktemp -d /tmp/dockerF26.XXXXXX` && pushd $TMPDIR && git clone -n https://pagur
+# Fedora 29 Container Updates nightly compose
+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 @@
#15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweekF27.XXXXXX` && pushd $TMPDIR && git clone -n https://pagu
-#Fedora 26 CloudImage nightly compose
-#MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx
-#15 9 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF26.XXXXXX` && pushd $TMPDIR && git clone -n https://p
-
-#Fedora 27 CloudImage nightly compose
-#MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx
-#15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF27.XXXXXX` && pushd $TMPDIR && git clone -n https://p
+#Fedora 29 Cloud nightly compose
+15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudF29.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.
#Fedora 28 Cloud nightly compose
Thanks.
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx