@@ -36,7 +36,7 @@ STATE_VERSION = 1
SECONDS_PER_DAY = 86400
DEFAULT_RETRY_SAME_VERSION_DAYS = 30
-DEFAULT_RETRY_ANY_VERSION_DAYS = 7
+DEFAULT_RETRY_ANY_VERSION_DAYS = 30
DEFAULT_SUCCESS_MAX_AGE_DAYS = 30
@@ -61,8 +61,8 @@
# When running with --incremental, how many days to suppress any upgrade
# attempt for recipes listed in retry_any_version_recipes, regardless of
# version or result. Useful for recipes with very frequent upstream releases.
-# Default is 7 days.
-#retry_any_version_interval=7
+# Default is 30 days.
+#retry_any_version_interval=30
# Space-separated list of recipes that release so frequently that they would
# flood the mailing list. These are throttled by retry_any_version_interval
I feel that 7 days is too short. Signed-off-by: Alexander Kanavin <alex@linutronix.de> --- modules/state.py | 2 +- upgrade-helper.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)