Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:22

0001 #!/bin/bash
0002 #
0003 # Licensed under the Apache License, Version 2.0 (the "License");
0004 # You may not use this file except in compliance with the License.
0005 # You may obtain a copy of the License at
0006 # http://www.apache.org/licenses/LICENSE-2.0OA
0007 #
0008 # Authors:
0009 # - Wen Guan, <wen.guan@cern.ch>, 2019
0010 
0011 # pip install git+https://github.com/wguanicedew/iDDS.git@dev
0012 # git clone -b dev https://github.com/wguanicedew/iDDS.git
0013 # cd iDDS
0014 # bash main/tools/env/install_idds.sh
0015 
0016 CurrentDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
0017 RootDir="$( dirname "$( dirname "$( dirname "$CurrentDir" )" )" )"
0018 
0019 python ${RootDir}/build_all.py install
0020 
0021 
0022 # ruff check .
0023 # ruff check . --fix
0024 # black --check .
0025 # auto-format black
0026 
0027 bash ${RootDir}/workflow/tools/workflow/make/make.sh
0028 
0029 echo cp ${RootDir}/workflow/bin/run_workflow_wrapper ~/www/wiscgroup/
0030 cp ${RootDir}/workflow/bin/run_workflow_wrapper ~/www/wiscgroup/
0031 echo cp ${RootDir}/workflow/bin/run_workflow_wrapper /eos/user/w/wguan/www/
0032 cp ${RootDir}/workflow/bin/run_workflow_wrapper /eos/user/w/wguan/www/
0033 
0034 # echo scp workflow/bin/run_workflow_wrapper root@ai-idds-04:/data/iddssv1/srv/var/trf/user/
0035 # scp workflow/bin/run_workflow_wrapper root@ai-idds-04:/data/iddssv1/srv/var/trf/user/
0036 
0037 rm -fr ${RootDir}/workflow/bin/run_workflow_wrapper
0038 
0039 # prompt wrapper
0040 bash ${RootDir}/prompt/tools/prompt/make/make.sh
0041 
0042 echo cp ${RootDir}/prompt/bin/run_prompt_wrapper ~/www/wiscgroup/
0043 cp ${RootDir}/prompt/bin/run_prompt_wrapper ~/www/wiscgroup/
0044 echo cp ${RootDir}/prompt/bin/run_prompt_wrapper /eos/user/w/wguan/www/
0045 cp ${RootDir}/prompt/bin/run_prompt_wrapper /eos/user/w/wguan/www/
0046 
0047 rm -fr ${RootDir}/prompt/bin/run_prompt_wrapper