Lines Matching full:skipped
51 layer, with the preferred version first. Note that skipped recipes that
52 are overlayed will also be listed, with a " (skipped)" suffix.
113 skipped recipes will also be listed, with a " (skipped)" suffix.
136 # Ensure we list skipped recipes
138 # but we have no choice since skipped recipes are not fully parsed
159 skipped = ' (skipped: %s)' % self.tinfoil.cooker.skiplist[f].skipreason
161 skipped = ''
164 logger.plain("%s%s", f, skipped)
166 logger.plain(" %s%s", f, skipped)
170 logger.plain("%s%s", pn, skipped)
174 logger.plain(" %s %s%s", layer.ljust(20), ver, skipped)
312 return self.show_appends_output(filenames, None, " (skipped)")
521 …cipes.add_argument('-b', '--bare', help='output just names without the "(skipped)" marker', action…