Lines Matching refs:logger
19 logger = logging.getLogger('devtool') variable
60 logger.error("More than one matching sstate object found for %s" % hashval)
75 …logger.error("Missing sstate-cache directory in %s, it might not be an extensible SDK." % dest_sdk)
81 logger.debug("Copying %s to %s" % (sb, dst))
95 …logger.debug('File %s changed: old csum = %s, new = %s' % (os.path.join(basepath, fpath), curr_chk…
104 logger.debug("updateserver: %s" % updateserver)
107 logger.debug("basepath = %s" % basepath)
110 …logger.error("Not using devtool's sdk-update command from within an extensible SDK. Please specify…
113 logger.debug("Found conf/locked-sigs.inc in %s" % basepath)
116 logger.error("Update server must be a URL")
139 logger.error("Cannot dowload files from %s" % updateserver)
143 logger.info("Already up-to-date")
146 logger.debug("Updating metadata via git ...")
153 … logger.error("Failed to update metadata as there have been changes made to it. Aborting.");
154 logger.error("Changed files:\n%s" % out);
161 logger.error("Updating metadata via git failed")
163 logger.debug("Updating conf files ...")
167 logger.error("Updating %s failed" % changedfile)
225 logger.info("Preparing build system... (This may take some time.)")
234 … logger.error('Unexecuted tasks found in preparation log:\n %s' % '\n '.join(runlines))
237 logger.error('Preparation failed:\n%s' % e.stdout)
271 logger.info('%s is already installed' % recipe)
278 logger.info('Installing %s...' % ', '.join(install_recipes))
295 logger.info('Successfully installed %s' % recipe)