diff --git a/contrib/crontab b/contrib/crontab index de516c2..5d166f6 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -26,4 +26,4 @@ 0 18 1 * 0 chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" ubuntu/oldlts 0 18 2 * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/older 0 18 3 * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/oldest -0 18 4 * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/32 +0 18 4 * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/33 diff --git a/images/fedora/35/functions b/images/fedora/35/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/fedora/35/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/fedora/35/genimg b/images/fedora/35/genimg new file mode 100755 index 0000000..399e393 --- /dev/null +++ b/images/fedora/35/genimg @@ -0,0 +1,3 @@ +#!/bin/sh +export release=35 +exec ../genimg "$*" diff --git a/images/fedora/latest b/images/fedora/latest index dc7b54a..3e932fe 120000 --- a/images/fedora/latest +++ b/images/fedora/latest @@ -1 +1 @@ -33 \ No newline at end of file +34 \ No newline at end of file diff --git a/images/fedora/rawhide b/images/fedora/rawhide index 3e932fe..597975b 120000 --- a/images/fedora/rawhide +++ b/images/fedora/rawhide @@ -1 +1 @@ -34 \ No newline at end of file +35 \ No newline at end of file