D | sign.py | 170 formats = [] 177 formats.append('bin') 179 formats.append('bin') 187 formats.append('hex') 189 formats.append('hex') 205 signer.sign(self, build_dir, build_conf, formats) 215 def sign(self, command, build_dir, build_conf, formats): argument 227 def sign(self, command, build_dir, build_conf, formats): argument 228 if not formats: 251 if 'bin' in formats: [all …]
|