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

adjust initialization function names to the new terminology

parent 0c60dea9
No related branches found
No related tags found
No related merge requests found
......@@ -208,9 +208,9 @@ then
export additional_packages=
fi
initialize_context
python_cmd "$helpers/codeticket.py" addinput "Viewer Channel" "${viewer_channel}"
initialize_build
python_cmd "$helpers/codeticket.py" addinput "Viewer Channel" "${viewer_channel}"
initialize_version
# Now run the build
succeeded=true
......@@ -396,7 +396,7 @@ then
if [ -r "$build_dir/llphysicsextensions_package" ]
then
llphysicsextensions_package=$(cat $build_dir/llphysicsextensions_package)
python_cmd "$helpers/codeticket.py" addoutput "llphysicsextensions_package" "$llphysicsextensions_package" --private
python_cmd "$helpers/codeticket.py" addoutput "Physics Extensions Package" "$llphysicsextensions_package" --private
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