From d1c1e3f551029df6e6feb25c4e4ba3fabf2e30dc Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 23 Aug 2024 06:51:48 +0200 Subject: [PATCH] Force rootfs cache rebuild - once again. --- lib/functions/rootfs/create-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/rootfs/create-cache.sh b/lib/functions/rootfs/create-cache.sh index 8d2e936bf..18a181a83 100644 --- a/lib/functions/rootfs/create-cache.sh +++ b/lib/functions/rootfs/create-cache.sh @@ -132,4 +132,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 +# There was a problem when generating cache. Packages were upgraded from our (beta) repository which lead into package downgrade error problem.