コード例 #1
0
 def register_artifacts(self, which_pass):
     RevisionCollector.register_artifacts(self, which_pass)
     if self.blob_filename is None:
         artifact_manager.register_temp_file(
             config.GIT_BLOB_DATAFILE,
             which_pass,
         )
コード例 #2
0
 def __init__(self, compress):
     RevisionCollector.__init__(self)
     self._compress = compress
コード例 #3
0
 def register_artifacts(self, which_pass):
   RevisionCollector.register_artifacts(self, which_pass)
   if self.blob_filename is None:
     artifact_manager.register_temp_file(
       config.GIT_BLOB_DATAFILE, which_pass,
       )
コード例 #4
0
 def __init__(self, compress):
   RevisionCollector.__init__(self)
   self._compress = compress