From df166250fc6c855742b6a9392876b9235aa6ffe0 Mon Sep 17 00:00:00 2001 From: "Ibuki.O" Date: Sat, 13 Dec 2025 01:01:43 +0900 Subject: [PATCH] wip: Clean comments. --- recipes/core/base/recipe.toml | 4 ---- recipes/core/kernel/recipe.toml | 4 ---- recipes/core/relibc/recipe.toml | 3 --- recipes/core/userutils/recipe.toml | 2 -- 4 files changed, 13 deletions(-) diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index 04ed27b54..b51b4d052 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -1,10 +1,6 @@ [source] -# git = "https://gitlab.redox-os.org/redox-os/base.git" git = "https://gitlab.redox-os.org/Ibuki.O/base.git" -# branch = "unlinkat" -# branch = "filter-uidgid" branch = "namespace-improvement" -# branch = "debug" [build] template = "custom" diff --git a/recipes/core/kernel/recipe.toml b/recipes/core/kernel/recipe.toml index b5387123e..fa17b1a0a 100644 --- a/recipes/core/kernel/recipe.toml +++ b/recipes/core/kernel/recipe.toml @@ -1,9 +1,5 @@ [source] -# git = "https://gitlab.redox-os.org/redox-os/kernel.git" git = "https://gitlab.redox-os.org/Ibuki.O/kernel.git" -# branch = "schemelist" -# branch = "unlinkat" -# branch = "filter-uidgid" branch = "namespace-improvement" [build] diff --git a/recipes/core/relibc/recipe.toml b/recipes/core/relibc/recipe.toml index 33baa652b..7bdf241a9 100644 --- a/recipes/core/relibc/recipe.toml +++ b/recipes/core/relibc/recipe.toml @@ -1,8 +1,5 @@ [source] -# git = "https://gitlab.redox-os.org/redox-os/relibc.git" git = "https://gitlab.redox-os.org/Ibuki.O/relibc.git" -# branch = "unlinkat" -# branch = "filter-uidgid" branch = "namespace-improvement" [build] diff --git a/recipes/core/userutils/recipe.toml b/recipes/core/userutils/recipe.toml index 477cfd2d8..ce71098ee 100644 --- a/recipes/core/userutils/recipe.toml +++ b/recipes/core/userutils/recipe.toml @@ -1,7 +1,5 @@ [source] -# git = "https://gitlab.redox-os.org/redox-os/userutils.git" git = "https://gitlab.redox-os.org/Ibuki.O/userutils.git" -# branch = "scheme_root_fd" branch = "namespace-improvement" [build]