Lines Matching full:combo
55 For an example config file, see combo-layer.conf.example
89 if repo == "combo-layer-settings":
103 # Read combo layer branch
105 logger.debug("Combo layer branch is %s" % self.combobranch)
162 …logger.error("local configuration file %s may be missing configuration for combo branch %s" % (sel…
198 combo-layer.
315 refname = "combo-layer-init-%s" % name
354 Commit created by combo-layer.
375 # combo-layer hooks.
457 msg.write('combo-layer-%s: %s %s %s\n' % (name,
475 …logger.info("Initial combo layer repository data has been created; please make any changes if desi…
604 # combo-layer). In that case we need to fetch everything and try the check out
640 # make sure combo repo is clean
645 # in combo-layer.conf. Mixing modes is (currently, and probably
787 apply the generated patch list to combo repo
843 # combo-layer run will only exclude patches reachable from
949 # removing the combo-layer hooks that we currently use when
953 wdir = os.path.join(os.getcwd(), ".git", "combo-layer")
1205 # combo-layer.conf, but do not commit separately.
1326 version = "Combo Layer Repo Tool version %s" % __version__,
1332 init initialise the combo layer repo
1333 update [components] get patches from component repos and apply them to the combo repo
1338 …parser.add_option("-c", "--conf", help = "specify the config file (conf/combo-layer.conf is the de…
1339 action = "store", dest = "conffile", default = "conf/combo-layer.conf")