diff options
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/repos.json b/etc/repos.json index cc85614..267aa49 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -1,7 +1,6 @@ { "main": "gcc-latest-musl+tools" , "repositories": { "patches": {"repository": {"type": "file", "path": "etc/patches"}} - , "scripts": {"repository": {"type": "file", "path": "etc/scripts"}} , "imports": {"repository": {"type": "file", "path": "etc/imports"}} , "defaults": {"repository": {"type": "file", "path": "etc/defaults"}} , "bootstrap": {"repository": {"type": "file", "path": "src/bootstrap"}} @@ -273,7 +272,6 @@ { "rules": "rules/stage-0" , "busybox": "stage-0/busybox" , "make": "stage-0/make" - , "scripts": "scripts" } } , "stage-0/gcc": |