mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
Compare commits
8 Commits
86816912a4
...
f5fc8e7c37
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5fc8e7c37 | ||
|
|
37395f5184 | ||
|
|
7e0de63424 | ||
|
|
5c452549e1 | ||
|
|
c6396c5a42 | ||
|
|
ad11d98fdd | ||
|
|
9d498c6aad | ||
|
|
5008cc4430 |
@ -12,6 +12,8 @@ atk = {}
|
||||
audiod = {}
|
||||
autoconf = {}
|
||||
automake = {}
|
||||
base = {}
|
||||
base-initfs = {}
|
||||
bash = {}
|
||||
binutils = {}
|
||||
bootloader = {}
|
||||
@ -33,8 +35,6 @@ curl = {}
|
||||
dash = {}
|
||||
diffutils = {}
|
||||
dosbox = {}
|
||||
drivers = {}
|
||||
drivers-initfs = {}
|
||||
duktape = {}
|
||||
eduke32 = {}
|
||||
escalated = {}
|
||||
|
||||
@ -12,7 +12,6 @@ prompt = false
|
||||
base = {}
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
initfs = {}
|
||||
kernel = {}
|
||||
|
||||
@ -8,6 +8,7 @@ prompt = false
|
||||
# Package settings
|
||||
[packages]
|
||||
audiod = {}
|
||||
base = {}
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
ca-certificates = {}
|
||||
@ -15,7 +16,6 @@ contain = {}
|
||||
coreutils = {}
|
||||
dash = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
|
||||
@ -5,7 +5,6 @@ include = ["base.toml"]
|
||||
|
||||
# Package settings
|
||||
[packages]
|
||||
netstack = {}
|
||||
netutils = {}
|
||||
|
||||
## Network init
|
||||
|
||||
@ -8,6 +8,7 @@ prompt = false
|
||||
# Package settings
|
||||
[packages]
|
||||
audiod = {}
|
||||
base = {}
|
||||
bootloader = {}
|
||||
bootstrap = {}
|
||||
ca-certificates = {}
|
||||
@ -15,7 +16,6 @@ contain = {}
|
||||
coreutils = {}
|
||||
dash = {}
|
||||
diffutils = {}
|
||||
drivers = {}
|
||||
escalated = {}
|
||||
extrautils = {}
|
||||
findutils = {}
|
||||
|
||||
@ -37,8 +37,6 @@ dash = {}
|
||||
dejavu = {}
|
||||
diffutils = {}
|
||||
dosbox = {}
|
||||
drivers = {}
|
||||
drivers-initfs = {}
|
||||
duktape = {}
|
||||
eduke32 = {}
|
||||
escalated = {}
|
||||
|
||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit da8c350a8b5a8908879edcb1dc09b0297ec6bd95
|
||||
Subproject commit e20cfd50dd32964d446752605ad6803e2fbdd84e
|
||||
@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This script setup the Redox build system
|
||||
# It install Rustup, the recipe dependencies for cross-compilation
|
||||
# and download the build system configuration files
|
||||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
##########################################################
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This script setup the Redox build system with Podman
|
||||
# It install the Podman dependencies, Rustup, recipes dependencies for cross-compilation
|
||||
# and download the build system configuration files
|
||||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
##########################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user