1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-15 17:50:52 +00:00

build from top down

This commit is contained in:
Antonio Gurgel 2024-02-17 12:10:55 -08:00
parent a0cd2587c5
commit 0592924aba

View file

@ -36,10 +36,6 @@ while read -r line; do
ln -s "$drv_path" "$target_path.drv" ln -s "$drv_path" "$target_path.drv"
done < <(tr ' ' '\n' <<< "$derivation_paths") done < <(tr ' ' '\n' <<< "$derivation_paths")
for root in "$out"/*; do cp "$namespace_drv" "$out/!namespaces.yaml"
build_kustomizations "$root"
done
cp "$namespace_drv" "$out/00-namespaces.yaml"
build_kustomizations "$out" build_kustomizations "$out"