Skip to content
Snippets Groups Projects
Unverified Commit cd6d1f35 authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

unstage and untar when updating in update-packages.sh

parent 571455c9
No related branches found
No related tags found
1 merge request!7update-packages.sh improvements
......@@ -26,7 +26,7 @@ do
echo "$recipe: up to date (version $newver)."
else
echo "$recipe: updating $oldver -> $newver..."
./cook.sh $recipe dist
./cook.sh $recipe unstage untar dist
publish="${publish} $recipe"
fi
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