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

remove upload of installed-packages (not needed now that

autobuild-package is uploaded)
parent 511bf30a
No related branches found
No related tags found
No related merge requests found
...@@ -398,12 +398,6 @@ then ...@@ -398,12 +398,6 @@ then
upload_item symbolfile "$build_dir/$symbolfile" binary/octet-stream upload_item symbolfile "$build_dir/$symbolfile" binary/octet-stream
done 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 # Upload the llphysicsextensions_tpv package, if one was produced
# *TODO: Make this an upload-extension # *TODO: Make this an upload-extension
if [ -r "$build_dir/llphysicsextensions_package" ] 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