Lines Matching full:profile
80 … nargs=1, dest="targetprofile", default='AutoTargetProfile', help='The target profile to be used.')
81 …tion="store", nargs=1, dest="repoprofile", default='PublicAB', help='The repo profile to be used.')
82 …ely. This needs the correct files to be present in the directory specified by the target profile.')
87 This class defines the meta profile for a specific target (MACHINE type + image type).
98 # This method is used as the standard interface with the target profile classes.
106 log.error('The target profile did not set a kernel file.')
112 log.error('The target profile did not set a rootfs file.')
118 log.error('The target profile did not set a manifest file.')
184 This class defines the meta profile for an images repository.
191 …# The following abstract methods are the interfaces to the repository profile classes derived from…
259 # Get the repository profile; for now we only look inside this module.
262 log.info("Using repo profile: %s" % repo.__class__.__name__)
265 # Get the target profile; for now we only look inside this module.
268 log.info("Using target profile: %s" % target.__class__.__name__)