From 323367667b74796aec151b2db86e5e1a538f9f94 Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 31 Oct 2015 15:11:26 -0500 Subject: [PATCH] rebuild everything on the first day of the month --- libretro-buildbot-recipe.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index f5c2f648..de7d3717 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -190,6 +190,12 @@ if [ -z "$FORCE" ]; then FORCE=NO fi +ifStart=`date '+%d'` +if [$ifStart == 01] +then + FORCE=YES +fi + # set force_retroarch_build to NO if not specified # this is useful if running manually if [ -z "$FORCE_RETROARCH_BUILD" ]; then