From 80880bb3631a2507de0dc0b82a45bc27680c4f4f Mon Sep 17 00:00:00 2001 From: vasilito Date: Fri, 10 Jul 2026 14:27:58 +0300 Subject: [PATCH] config: un-ignore curl and git packages These were set to "ignore" to prevent cascade rebuilds during development, not because they fail to build. Per project policy, packages must not be ignored without explicit user request. --- config/redbear-full.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 734a3d82c7..63f93fe734 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -230,11 +230,9 @@ cosmic-edit = "ignore" cosmic-files = "ignore" cosmic-icons = "ignore" cosmic-term = "ignore" -curl = "ignore" -git = "ignore" +curl = {} +git = {} mc = {} -#curl = "ignore" # suppressed: cascade rebuild -#git = "ignore" # suppressed: cascade rebuild [[files]] path = "/lib/firmware/amdgpu"