From 71296430fa9e849098baa5da2cb0734580b12be9 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 22 Aug 2024 16:30:40 +0200 Subject: [PATCH] Framework: disable armbian repository while generating rootfs cache --- lib/functions/cli/commands.sh | 2 +- lib/functions/rootfs/create-cache.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/functions/cli/commands.sh b/lib/functions/cli/commands.sh index 2c544601a2..09931d3cdf 100644 --- a/lib/functions/cli/commands.sh +++ b/lib/functions/cli/commands.sh @@ -127,7 +127,7 @@ function armbian_register_commands() { ["rewrite-uboot-patches-needing-rebase"]="REWRITE_PATCHES='yes' REWRITE_PATCHES_NEEDING_REBASE='yes'" # artifact shortcuts - ["rootfs"]="WHAT='rootfs' ${common_cli_artifact_vars}" + ["rootfs"]="WHAT='rootfs' SKIP_ARMBIAN_REPO='yes' ${common_cli_artifact_vars}" ["kernel"]="WHAT='kernel' ${common_cli_artifact_vars}" ["kernel-config"]="WHAT='kernel' KERNEL_CONFIGURE='yes' ${common_cli_artifact_interactive_vars} ${common_cli_artifact_vars}" diff --git a/lib/functions/rootfs/create-cache.sh b/lib/functions/rootfs/create-cache.sh index 20e9b6b244..8d2e936bf8 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. -# Lets do this before releasing new images +# There was a problem when generating cache. Packages were upgraded from our (beta) repository which lead into package downgrade error problem