Add Zero-OS components: zinit, rfs v2.0.6, mycelium v0.6.1, corex v2.1.4
This commit is contained in:
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[submodule "components/zinit"]
|
||||
path = components/zinit
|
||||
url = https://github.com/threefoldtech/zinit.git
|
||||
[submodule "components/rfs"]
|
||||
path = components/rfs
|
||||
url = https://github.com/threefoldtech/rfs.git
|
||||
[submodule "components/mycelium"]
|
||||
path = components/mycelium
|
||||
url = https://github.com/threefoldtech/mycelium.git
|
||||
BIN
components/corex/corex
Executable file
BIN
components/corex/corex
Executable file
Binary file not shown.
1
components/mycelium
Submodule
1
components/mycelium
Submodule
Submodule components/mycelium added at a9ba23d7bd
1
components/rfs
Submodule
1
components/rfs
Submodule
Submodule components/rfs added at 9a1ae0620d
1
components/zinit
Submodule
1
components/zinit
Submodule
Submodule components/zinit added at 1b76c062fe
@@ -34,12 +34,12 @@ else
|
||||
echo " rfs submodule already exists"
|
||||
fi
|
||||
|
||||
# 3. Mycelium - tag 0.6.1 (musl build)
|
||||
echo " Adding mycelium (networking layer) tag 0.6.1..."
|
||||
# 3. Mycelium - tag v0.6.1 (musl build)
|
||||
echo " Adding mycelium (networking layer) tag v0.6.1..."
|
||||
if [ ! -d "components/mycelium" ]; then
|
||||
git submodule add https://github.com/threefoldtech/mycelium.git components/mycelium
|
||||
cd components/mycelium
|
||||
git checkout 0.6.1
|
||||
git checkout v0.6.1
|
||||
cd ../..
|
||||
else
|
||||
echo " mycelium submodule already exists"
|
||||
@@ -66,7 +66,7 @@ echo ""
|
||||
echo "Components added:"
|
||||
echo " - zinit (master): $(ls -la components/zinit 2>/dev/null | wc -l) files"
|
||||
echo " - rfs (v2.0.6): $(ls -la components/rfs 2>/dev/null | wc -l) files"
|
||||
echo " - mycelium (0.6.1): $(ls -la components/mycelium 2>/dev/null | wc -l) files"
|
||||
echo " - mycelium (v0.6.1): $(ls -la components/mycelium 2>/dev/null | wc -l) files"
|
||||
echo " - corex (v2.1.4): $(ls -la components/corex/corex 2>/dev/null && echo "downloaded" || echo "missing")"
|
||||
echo ""
|
||||
echo "To update submodules later, run:"
|
||||
|
||||
Reference in New Issue
Block a user