Compare commits
No commits in common. "1f9da4b56a13db4c36e3ef362db6bb02cacbb812" and "18f71e5b32d0d107de5774e0f9db9171ab94eeb9" have entirely different histories.
1f9da4b56a
...
18f71e5b32
2
Makefile
2
Makefile
|
@ -41,7 +41,6 @@ update:
|
|||
cargo update --manifest-path redoxfs/Cargo.toml
|
||||
|
||||
fetch:
|
||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||
cd cookbook && ./fetch.sh \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../initfs.toml)" \
|
||||
"$$(cargo run --manifest-path ../installer/Cargo.toml -- --list-packages -c ../filesystem.toml)"
|
||||
|
@ -83,7 +82,6 @@ ci-img: FORCE
|
|||
|
||||
# CI packaging target
|
||||
ci-pkg: prefix FORCE
|
||||
cargo build --manifest-path cookbook/Cargo.toml --release
|
||||
export PATH="$(PREFIX_PATH):$$PATH" && \
|
||||
PACKAGES="$$(cargo run --manifest-path installer/Cargo.toml -- --list-packages -c ci.toml)" && \
|
||||
cd cookbook && \
|
||||
|
|
2
cookbook
2
cookbook
|
@ -1 +1 @@
|
|||
Subproject commit 48b786e6d8fa443c8e3065cac574ab2cda51edd7
|
||||
Subproject commit bafe721a5969b0121ecf63789f601de76b474990
|
2
kernel
2
kernel
|
@ -1 +1 @@
|
|||
Subproject commit 8b27de416b0d01f3f132b93fbef2695f2d1131a2
|
||||
Subproject commit 853b77e3a468d7b45f4d635440ef4e16592ecc98
|
2
rust
2
rust
|
@ -1 +1 @@
|
|||
Subproject commit c822a5e4ac7a01bd0de5b8a3243d751777b96d24
|
||||
Subproject commit 6ab9e2656b8aa3d43c4977cc09a098dec7bcdafd
|
Reference in New Issue