Lines Matching refs:logger
30 logger = logging.getLogger("")
33 logger.addHandler(loggerhandler)
34 logger.setLevel(logging.INFO)
35 return logger
37 logger = logger_create() variable
79 logger.debug("Loading config file %s" % self.conffile)
105 logger.debug("Combo layer branch is %s" % self.combobranch)
108 logger.debug("Loading local config file %s" % self.localconffile)
160 logger.error("configuration file %s has the following error: %s" % (self.conffile,msg))
162 …logger.error("local configuration file %s may be missing configuration for combo branch %s" % (sel…
167 …logger.error("ERROR: patchutils package is missing, please install it (e.g. # apt-get install patc…
175 logger.debug("run cmd '%s' in %s" % (cmd, os.getcwd() if destdir is None else destdir))
186 logger.error("%s" % err.read())
191 logger.debug("output: %s" % output.replace(chr(0), '\\0'))
219 logger.info("cloning %s to %s" %(conf.repos[name]['src_uri'], ldir))
238 logger.info("Copying data from %s at specified revision %s..." % (name, lastrev))
242 logger.info("Copying data from %s..." % name)
255 … logger.warning("%s: initial revision '%s' not unique, picking result of rev-parse = %s" %
332 logger.info('author %s' % author)
442 … logger.info('''Merging component repository history failed, perhaps because of merge conflicts.
474 logger.info("Added local configuration file %s to .gitignore", localrelpath)
475 …logger.info("Initial combo layer repository data has been created; please make any changes if desi…
477 logger.info("Repository already initialised, nothing to do.")
489 logger.error("git repo %s is dirty, please fix it first", repodir)
556 logger.error("%s: specified revision %s is invalid!" % (component, rev))
565 …logger.error("%s: specified revision %s is not on specified branch %s!" % (component, rev, branch))
578 logger.error("Specified component '%s' not found in configuration" % repo)
600 logger.info("update branch %s of component repo %s in %s ..." % (branch, name, ldir))
610 logger.info(output)
615 logger.info(output)
618 logger.info(output)
657 logger.error("'history' property is set inconsistently")
662 logger.info("Skipping pull (-n)")
686 logger.info("Generating patches from %s..." % name)
695 …logger.info("Warning: last_revision of component %s is not set, starting from the first commit" % …
716 logger.debug("generated patch set:\n%s" % output)
776 logger.info("Committing updated configuration file")
810 logger.info("Applying patches from %s..." % name)
818 logger.info("(skipping %d/%d %s - no changes)" % (i, linecount, patchdisp))
821 logger.info("Applying %d/%d: %s" % (i, linecount, patchdisp))
825 logger.info('Running "git am --abort" to cleanup repo')
827 logger.error('"%s" failed' % cmd)
828 logger.info("Please manually apply patch %s" % patchdisp)
829 …logger.info("Note: if you exit and continue applying without manually applying the patch, it will …
856 logger.info("No patches to apply from %s" % name)
867 logger.debug("action_splitpatch")
897 logger.info("(skipping %s - no changes)", name)
899 logger.info(patch_filename)
995 logger.debug('fnmatch(%s, %s)' % (file, filter))
1018 logger.info("Analyzing commits from %s..." % name)
1026 …logger.info("Warning: last_revision of component %s is not set, starting from the first commit" % …
1049 logger.debug("To be imported: %s" % revs)
1060 logger.debug("Ancestors: %s" % ancestor_revs)
1063 logger.info("Importing commits from %s..." % name)
1075 logger.debug("Revision %s triggers log analysis." % rev)
1098 logger.debug("Must import %s because %s is not imported." % (rev, p))
1104 logger.debug("Must import %s because %s is not imported." % (rev, prev))
1111 logger.debug("Importing %s" % rev)
1194 logger.info("Writing final merge commit...")
1220 logger.info("Analyzing log messages to find previously imported commits...")
1229 logger.info("Found %d additional commits, leading to: %s" % (len(old2new) - num_known, old2new))
1244 logger.debug("Applying changes between %s and %s in %s" % (parent, rev, largs["destdir"]))
1256 logger.error("Unknown status %s of file %s in revision %s" % (status, name, rev))
1292 … logger.debug('cmdline length %d + %d < %d?' % (cmdsize, size_next, os.sysconf('SC_ARG_MAX')))
1298 logger.debug('Breaking the cmdline at length %d' % cmdsize)
1300 logger.debug('Final cmdline length %d / %d' % (cmdsize, os.sysconf('SC_ARG_MAX')))
1302 logger.debug('First cmdline length %d' % len(cmd))
1305 logger.debug('Second cmdline length %d' % reduce(lambda x, y: x + len(y), cmd, 0))
1314 logger.info("invalid action %s" % args[0])
1361 logger.error("No action specified, exiting")
1364 logger.error("Unsupported action %s, exiting\n" % (args[1]))
1367 logger.error("No valid config file, exiting\n")
1371 logger.setLevel(logging.DEBUG)