forked from tfgrid/zosbuilder
13 lines
796 B
Plaintext
13 lines
796 B
Plaintext
# sources.conf - Components to download and build for initramfs
|
|
# Format: TYPE NAME URL VERSION BUILD_FUNCTION [EXTRA_OPTIONS]
|
|
|
|
# Git repositories to clone and build
|
|
git zinit https://github.com/threefoldtech/zinit master build_zinit
|
|
git mycelium https://github.com/threefoldtech/mycelium v0.6.1 build_mycelium
|
|
git zosstorage https://git.ourworld.tf/delandtj/zosstorage main build_zosstorage
|
|
git youki git@github.com:youki-dev/youki.git v0.5.7 build_youki
|
|
git rfs https://github.com/threefoldtech/rfs development build_rfs
|
|
# Pre-built releases to download
|
|
# release rfs https://github.com/threefoldtech/rfs/releases/download/v2.0.6/rfs v2.0.6 install_rfs
|
|
release corex https://github.com/threefoldtech/corex/releases/download/2.1.4/corex-2.1.4-amd64-linux-static 2.1.4 install_corex rename=corex
|