usr/src/cmd/distro_const/__init__.py
changeset 1741 d79b92c1bded
parent 1729 f381cfe49a42
child 1764 5edb43a1e745
equal deleted inserted replaced
1740:d7def37a0301 1741:d79b92c1bded
   500                 DC_LOGGER.info("Detail Log: %s" % new_detaillog)
   500                 DC_LOGGER.info("Detail Log: %s" % new_detaillog)
   501                 DC_LOGGER.transfer_log(destination=new_detaillog)
   501                 DC_LOGGER.transfer_log(destination=new_detaillog)
   502                 simple_fh.transfer_log(destination=new_simplelog)
   502                 simple_fh.transfer_log(destination=new_simplelog)
   503 
   503 
   504                 # Remove the directory containing DEFAULTLOG and the original
   504                 # Remove the directory containing DEFAULTLOG and the original
   505 		# simple log. Their contents have been transferred to the DC
   505                 # simple log. Their contents have been transferred to the DC
   506 		# log location.
   506                 # log location.
   507 		shutil.rmtree(os.path.dirname(DEFAULTLOG))
   507                 shutil.rmtree(os.path.dirname(DEFAULTLOG))
   508 
   508 
   509                 # set the http_proxy if one is specified in the manifest
   509                 # set the http_proxy if one is specified in the manifest
   510                 dc_set_http_proxy(DC_LOGGER)
   510                 dc_set_http_proxy(DC_LOGGER)
   511 
   511 
   512                 # register each checkpoint listed in the execution section
   512                 # register each checkpoint listed in the execution section