-
Notifications
You must be signed in to change notification settings - Fork 51
[Py2Py3] Migrate module Unified/batchor #1091
Conversation
BASE_DIR=/data/unifiedPy3-fast/WmAgentScripts | ||
HTML_DIR=/var/www/html/unified/ | ||
|
||
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BASE_DIR=/data/unifiedPy3-fast/WmAgentScripts | ||
HTML_DIR=/var/www/html/unified/ | ||
|
||
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BASE_DIR=/data/unifiedPy3-fast/WmAgentScripts | ||
HTML_DIR=/var/www/html/unified/ | ||
|
||
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTML_DIR=/var/www/html/unified/ | ||
|
||
lock_name=`echo $BASH_SOURCE | cut -f 1 -d "."`.lock | ||
source $BASE_DIR/cycle_common.sh $lock_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
source $BASE_DIR/cycle_common.sh $lock_name | ||
|
||
## Set up the environment | ||
source /data/unifiedPy3-fast/setEnv.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## submit ACDCs and clones from actions submitted via new recovery tools | ||
$BASE_DIR/cWrap.sh Unified/batchor.py | ||
|
||
rm -f $lock_name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #1090
Status
ready
Description
[Py2Py3] Migrate module Unified/batchor