From 8050897d07a72ff94020954d740ea5807dd0c7d4 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 12 Sep 2024 07:30:58 +0200 Subject: [PATCH] rootfs cache: after updating github cli key, we need to rebuild rootfs cache --- lib/functions/rootfs/create-cache.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/rootfs/create-cache.sh b/lib/functions/rootfs/create-cache.sh index 18a181a83d..19593531a0 100644 --- a/lib/functions/rootfs/create-cache.sh +++ b/lib/functions/rootfs/create-cache.sh @@ -133,3 +133,4 @@ function extract_rootfs_artifact() { # This comment strategically introduced to force a rebuild of all rootfs, as this file's contents are hashed into all rootfs versions. # There was a problem when generating cache. Packages were upgraded from our (beta) repository which lead into package downgrade error problem. +# Just a number to force rebuild 01