version 1.7, 2015/03/30 15:17:12
|
version 1.9, 2016/05/20 15:07:23
|
Line 77 os.environ['JSOC_DEBUG'] = '0' |
|
Line 77 os.environ['JSOC_DEBUG'] = '0' |
|
os.environ['JSOCROOT'] = PROD_ROOTDIR + '/JSOC' | os.environ['JSOCROOT'] = PROD_ROOTDIR + '/JSOC' |
| |
# Unset 'GLOBALHSTAGOVERRIDE' | # Unset 'GLOBALHSTAGOVERRIDE' |
|
if 'GLOBALHSTAGOVERRIDE' in os.environ: |
del os.environ['GLOBALHSTAGOVERRIDE'] | del os.environ['GLOBALHSTAGOVERRIDE'] |
| |
try: | try: |
|
|
cmdList = ['/usr/bin/make', 'dsds'] | cmdList = ['/usr/bin/make', 'dsds'] |
check_call(cmdList) | check_call(cmdList) |
if optD['full']: | if optD['full']: |
cmdList = ['/usr/bin/make', 'globalhs', 'libdtgf.a', 'libinv2d.a', 'libpkbgn.a', 'libpkbgn360d.a', 'libprojection.a',] |
cmdList = ['/usr/bin/make', 'globalhs',] |
check_call(cmdList) | check_call(cmdList) |
| |
cmdList = ['chgrp', '-Rh', 'jsoc', '.'] | cmdList = ['chgrp', '-Rh', 'jsoc', '.'] |