mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Framework: disable armbian repository while generating rootfs cache
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user