Skip to content

Commit ae060ba

Browse files
authored
Merge pull request #66 from NCAR/hua-work-common
Hua work common
2 parents 383bc5b + 3147eca commit ae060ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rda_python_common"
7-
version = "1.0.52"
7+
version = "1.0.53"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]

src/rda_python_common/PgLOG.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ def set_common_pglog():
13331333
if valid_command(sm): SETPGLOG("EMLSEND", f"{sm} -t") # send email command
13341334
SETPGLOG("DBGLEVEL", '') # debug level
13351335
SETPGLOG("DBGPATH", PGLOG['DSSDBHM']+"/log") # path to debug log file
1336-
SETPGLOG("OBJCTBKT", "rda-data") # default Bucket on Object Store
1336+
SETPGLOG("OBJCTBKT", "gdex-data") # default Bucket on Object Store
13371337
SETPGLOG("BACKUPEP", "gdex-quasar") # default Globus Endpoint on Quasar
13381338
SETPGLOG("DRDATAEP", "gdex-quasar-drdata") # DRDATA Globus Endpoint on Quasar
13391339
SETPGLOG("DBGFILE", "pgdss.dbg") # debug file name
@@ -1354,7 +1354,8 @@ def set_common_pglog():
13541354
SETPGLOG("DECSHOME", PGLOG['DSSDATA']+"/decsdata") # dataset decsdata root path
13551355
SETPGLOG("DSHHOME", PGLOG['DECSHOME']+"/helpfiles") # dataset help root path
13561356
SETPGLOG("UPDTWKP", PGLOG['DSSDATA']+"/work") # dsupdt work root path
1357-
SETPGLOG("TRANSFER", "/lustre/desc1/gdex/transfer") # dss transfer partition
1357+
SETPGLOG("GDEXWORK", "/lustre/desc1/gdex/work") # gdex work path
1358+
SETPGLOG("TRANSFER", "/lustre/desc1/gdex/transfer") # gdex transfer path
13581359
SETPGLOG("RQSTHOME", PGLOG['TRANSFER']+"/dsrqst") # dsrqst home
13591360
SETPGLOG("DSAHOME", "") # dataset data alternate root path
13601361
SETPGLOG("RQSTALTH", "") # alternate dsrqst path

0 commit comments

Comments
 (0)