From 28465ff012dd6aab1c25a5f7239a7333e1450a5c Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Tue, 7 Mar 2017 15:35:33 +0000 Subject: [PATCH] changed setup template --- etc/setup.sh.template | 6 ++++++ src/python/dm/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/setup.sh.template b/etc/setup.sh.template index 8cdb82cb..79b32f35 100644 --- a/etc/setup.sh.template +++ b/etc/setup.sh.template @@ -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" diff --git a/src/python/dm/__init__.py b/src/python/dm/__init__.py index 45af6a3b..e5435ba6 100644 --- a/src/python/dm/__init__.py +++ b/src/python/dm/__init__.py @@ -1 +1 @@ -__version__ = "1.1 (2017.03.06)" +__version__ = "1.1 (2017.03.07)" -- GitLab