Skip to content
Snippets Groups Projects
Commit c7f488cf authored by David Brainard's avatar David Brainard
Browse files

Update URL of archiva server to by symbolic.

parent a5eddacc
No related branches found
No related tags found
No related merge requests found
function artifacts = rtbPublishReferenceData(varargin)
% Use RemoteDataToolbox to publish reference data to brainard-archiva.
%
% Archiva server "brainard-archiva" on AWS at http://52.32.77.154/
% Archiva server "brainard-archiva" on AWS at http://brainard-archiva.psych.upenn.edu/
% and repository called RenderToolbox.
% see rdt-config-render-toolbox.json
%
......
......@@ -2,7 +2,7 @@
%
% This script is an example of how to run through an "epic scene test" and
% comparison of results to reference data stored at Brainard Archiva.
% http://52.32.77.154/#browse~RenderToolbox/reference-data
% http://brainard-archiva.psych.upenn.edu/#browse~RenderToolbox/reference-data
%
% All the work is done by the function rtbRunEpicValidation(). But there
% are several parameters that you might want to configure. So here is a
......
{
"serverUrl": "http://52.32.77.154/",
"repositoryUrl": "http://52.32.77.154/repository/RenderToolbox/",
"serverUrl": "http://brainard-archiva.psych.upenn.edu/",
"repositoryUrl": "http://brainard-archiva.psych.upenn.edu/repository/RenderToolbox/",
"username": "guest",
"password": "",
"repositoryName": "RenderToolbox"
......
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