Skip to content

Commit

Permalink
Framework: disable armbian repository while generating rootfs cache
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Aug 22, 2024
1 parent 27b7f33 commit 71a6a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/functions/cli/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion lib/functions/rootfs/create-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 71a6a13

Please sign in to comment.