summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-09-23 17:21:03 -0400
committerOz Linden <oz@lindenlab.com>2016-09-23 17:21:03 -0400
commit6bd8aac928898f1744fd41d972c59dd864351cbc (patch)
tree48b30b45e5988fc4688adb266d0c2211d7bf6f37 /build.sh
parent0c60dea99e882dc8af94151951a7f6f7d593aecb (diff)
adjust initialization function names to the new terminology
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 30632a9df3..b7afdcd7f3 100755
--- a/build.sh
+++ b/build.sh
@@ -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
;;
*)