Changes between Version 23 and Version 24 of NuWa_Slave

Show
Ignore:
Timestamp:
10/27/10 11:51:35 (14 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

add example of using DYBCOPY_DBG from r9845 to debug the copy step

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v23 v24  
    559559   
    560560 
     561=== debugging copy step config === 
     562 
     563Following r9845 you can debug a mis-behaving copy step using the '''DYBCOPY_DBG''' envvar, for example : 
     564 
     565{{{ 
     566[blyth@cms01 trunk]$ export DYBCOPY_DBG=1 
     567[blyth@cms01 trunk]$  ./dybinst trunk copy dummy 
     568 
     569 
     570Wed Oct 27 11:46:08 CST 2010 
     571Start Logging to /data/env/local/dyb/trunk/dybinst-20101027-114608.log (or dybinst-recent.log) 
     572 
     573 
     574Starting dybinst commands: copy 
     575 
     576Stage: "copy"...  
     577 
     578Found CMTCONFIG="i686-slc4-gcc34-dbg" from lcgcmt 
     579Checking your CMTCONFIG="i686-slc4-gcc34-dbg"... 
     580...ok. 
     581 DYBCOPY_DBG          : 1  
     582 CMTCONFIG            : i686-slc4-gcc34-dbg  
     583 relver               : trunk  
     584 target               : dummy  
     585 slug                 :   
     586 dyb_copybase         : /data/env/local/dyb  
     587 dyb_copybase_opt     :   
     588 dyb_copybase_dbg     :   
     589 dyb_copykeep         : 8  
     590 dyb_copykeep_opt     :   
     591 dyb_copykeep_dbg     :   
     592 
     593dybinst-copy: trunk installation to directory "/data/env/local/dyb/dummy" derived from base:"/data/env/local/dyb" and target:"dummy" slug:"" slvmon:"" 
     594 
     595as DYBCOPY_DBG is defined skipping : do-copy trunk /data/env/local/dyb/dummy 
     596 base                 : /data/env/local/dyb  
     597 copyto               : /data/env/local/dyb/dummy  
     598 slvmon               : 
     599 
     600 
     601}}} 
     602 
     603 
     604 
     605 
     606 
     607 
    561608== planting daily links ==  
    562609