Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RenderToolbox4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chenhao Ma
RenderToolbox4
Commits
c7f488cf
Commit
c7f488cf
authored
7 years ago
by
David Brainard
Browse files
Options
Downloads
Patches
Plain Diff
Update URL of archiva server to by symbolic.
parent
a5eddacc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Admin/rtbPublishReferenceData.m
+1
-1
1 addition, 1 deletion
Admin/rtbPublishReferenceData.m
Test/Interactive/rtbEpicValidationExample.m
+1
-1
1 addition, 1 deletion
Test/Interactive/rtbEpicValidationExample.m
rdt-config-render-toolbox.json
+2
-2
2 additions, 2 deletions
rdt-config-render-toolbox.json
with
4 additions
and
4 deletions
Admin/rtbPublishReferenceData.m
+
1
−
1
View file @
c7f488cf
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
%
...
...
This diff is collapsed.
Click to expand it.
Test/Interactive/rtbEpicValidationExample.m
+
1
−
1
View file @
c7f488cf
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
rdt-config-render-toolbox.json
+
2
−
2
View file @
c7f488cf
{
"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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment