From 52d6f9ba87b7a8b0cf0b49e4979e9796fb1073d6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 27 2019 19:44:28 +0000 Subject: cloud/container nightly: fix f29 to f30 Signed-off-by: Kevin Fenzi --- diff --git a/cloud-nightly.sh b/cloud-nightly.sh index a6a75e5..d24b03d 100755 --- a/cloud-nightly.sh +++ b/cloud-nightly.sh @@ -13,9 +13,9 @@ DEST=$(pwd) DATE=$(date "+%Y%m%d") # the Pungi 'shortname', which we will include in fedmsgs for disambiguation SHORT="Fedora-Cloud" -RELEASE="29" -RELEASE_TITLE="29" -COMPSFILE="comps-f29.xml" +RELEASE="30" +RELEASE_TITLE="30" +COMPSFILE="comps-f30.xml" TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org" FROM="Fedora Branched Report " diff --git a/container-nightly.sh b/container-nightly.sh index a850a76..20acf30 100755 --- a/container-nightly.sh +++ b/container-nightly.sh @@ -12,9 +12,9 @@ DEST=$(pwd) DATE=$(date "+%Y%m%d") # the Pungi 'shortname', which we will include in fedmsgs for disambiguation SHORT="Fedora-Docker" -RELEASE="29" -RELEASE_TITLE="29" -COMPSFILE="comps-f29.xml" +RELEASE="30" +RELEASE_TITLE="30" +COMPSFILE="comps-f30.xml" TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org" FROM="Fedora Branched Report "