Skip to content
Snippets Groups Projects
Verified Commit 1d73c798 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Build legacy packaging for pkgar recipes

parent 48b786e6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment