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]