Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hammonds
dm-docs
Commits
28465ff0
Commit
28465ff0
authored
8 years ago
by
sveseli
Browse files
Options
Downloads
Patches
Plain Diff
changed setup template
parent
5dbab0ed
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/setup.sh.template
+6
-0
6 additions, 0 deletions
etc/setup.sh.template
src/python/dm/__init__.py
+1
-1
1 addition, 1 deletion
src/python/dm/__init__.py
with
7 additions
and
1 deletion
etc/setup.sh.template
+
6
−
0
View file @
28465ff0
...
...
@@ -13,6 +13,12 @@ export DM_PROC_WEB_SERVICE_PORT=
export
DM_STATION_NAME
=
export
DM_ALLOWED_EXPERIMENT_TYPES
=
TEST
export
DM_LOGIN_FILE
=
export
DM_BSS_LOGIN_FILE
=
export
DM_BEAMLINE_NAME
=
export
DM_BEAMLINE_MANAGERS
=
export
DM_DATA_DIRECTORY_MAP
=
setupFile
=
$DM_ROOT_DIR
/setup.sh
if
[
!
-f
$setupFile
]
;
then
echo
"Cannot find setup file:
$setupFile
"
...
...
This diff is collapsed.
Click to expand it.
src/python/dm/__init__.py
+
1
−
1
View file @
28465ff0
__version__
=
"
1.1 (2017.03.0
6
)
"
__version__
=
"
1.1 (2017.03.0
7
)
"
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