record installed packages for each build

master
Oz Linden 2014-01-22 11:12:22 -05:00
parent d8a81b240e
commit 6c28e65b12
1 changed files with 6 additions and 0 deletions

View File

@ -414,6 +414,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" ]