Home
last modified time | relevance | path

Searched refs:cc_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dcommit.py30 self.cc_list = []
68 def AddCc(self, cc_list): argument
74 self.cc_list += cc_list
H A Dseries.py116 cc_list = list(self._generated_cc[commit.patch])
117 for email in set(cc_list) - to_set - cc_set:
232 cc += gitutil.BuildEmailList(commit.cc_list,
252 cc_list = ', '.join([x.decode('utf-8')
254 print(cover_fname, cc_list.encode('utf-8'), file=fd)