diff --git a/repo.sh b/repo.sh index 9cc912a4a2c6fe23f14b2582661832feb1d8ec11..8185f2b4b69359f49152b63073f075a97e8a0ffb 100755 --- a/repo.sh +++ b/repo.sh @@ -25,6 +25,10 @@ do if [ -e "recipes/$recipe/recipe.toml" ] then target/release/cook "$recipe" + + echo -e "\033[01;38;5;155mrepo - legacy tar for $recipe\033[0m" >&2 + ./cook.sh "$recipe" tar + continue fi