Lines Matching refs:logPrint
55 …self.logPrint('git not found in self.sourceControl - cannot evaluate isDirectoryGitRepo(): '+direc…
98 …self.logPrint('Git not found or gitprereq check failed! skipping giturls: '+str(self.git_urls)+'\n…
103 self.logPrint('Hg not found - skipping hgurls: '+str(self.hg_urls)+'\n')
125 self.logPrint('Retrieving %s as directory' % url, 3, 'install')
133 self.logPrint('Retrieving %s as link' % url, 3, 'install')
141 self.logPrint('Retrieving %s as git repo' % url, 3, 'install')
156 self.logPrint('ERROR: '+str(e))
161 self.logPrint('Retrieving %s as hg repo' % url, 3, 'install')
170 self.logPrint('ERROR: '+str(e))
178 self.logPrint('Retrieving %s as tarball to %s' % (url,localFile) , 3, 'install')
208 self.logPrint('Extracting '+localFile)