Searched refs:initialrev (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | combo-layer | 234 initialrev = lastrev 241 initialrev = branch 245 rev = runcmd('git rev-parse %s' % initialrev, ldir).strip() 246 if rev != initialrev: 248 refs = runcmd('git show-ref -s %s' % initialrev, ldir).split('\n') 256 (name, initialrev, refs[0])) 257 initialrev = rev 261 initialrev = rev 271 def copy_selected_files(initialrev, extract_dir, file_filter, exclude_patterns, ldir, argument 294 (initialrev, subdir, [all …]
|