Changeset 38152 for branches/eam_branches/ipp-20150405/ippTasks/remote.pro
- Timestamp:
- Apr 18, 2015, 6:27:41 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150405
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/remote.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150405
- Property svn:mergeinfo changed
/trunk (added) merged: 38086-38091,38093,38095-38097,38102,38104-38105,38112,38114-38117,38124-38126,38128,38130-38134,38137,38144-38145
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20150405/ippTasks/remote.pro
r37835 r38152 27 27 stack 28 28 staticsky 29 diff 29 30 end 30 31 … … 121 122 122 123 # min entry limit? 123 $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500 124 if ("$stage" == "stack") 125 $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 50 126 else 127 $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500 128 end 129 124 130 if ($DB:n == 0) 125 131 option DEFAULT … … 293 299 end 294 300 if ("$STAGE" == "staticsky") 295 $command = sc_prepare_staticsky.pl --camera GPC1 --sky_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot -dbname $DBNAME 301 $command = sc_prepare_staticsky.pl --camera GPC1 --sky_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 302 end 303 if ("$STAGE" == "diff") 304 $command = sc_prepare_diff.pl --camera GPC1 --diff_id $STAGE_ID --remote_id $REMOTE_ID --path_base $outroot --dbname $DBNAME 296 305 end 297 306
Note:
See TracChangeset
for help on using the changeset viewer.
