Skip to content
Snippets Groups Projects
Commit 32880362 authored by Oz Linden's avatar Oz Linden
Browse files

merge fixes for recording the packages installed in the build

parents 7b1e1e4e 03d0d46e
No related branches found
No related tags found
No related merge requests found
......@@ -415,6 +415,12 @@ then
upload_item symbolfile "$build_dir/$symbolfile" binary/octet-stream
done
# Upload the actual dependencies used
if [ -r "$build_dir/packages/installed-packages.xml" ]
then
upload_item installer "$build_dir/packages/installed-packages.xml" text/xml
fi
# Upload the llphysicsextensions_tpv package, if one was produced
# *TODO: Make this an upload-extension
if [ -r "$build_dir/llphysicsextensions_package" ]
......
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