Replace Wine-compholio with Wine Staging in README.

This commit is contained in:
Michael Müller
2014-11-04 00:47:24 +01:00
parent 5a51c64426
commit 463d01d3aa
3 changed files with 46 additions and 38 deletions

View File

@@ -583,7 +583,7 @@ def generate_markdown(all_patches, stable_patches, stable_compholio_version):
lines.append(_format_bug(mode, bugid, bugname))
lines.append("")
lines.append("")
lines.append("**Bugs fixed in Wine-Compholio %s [%d]:**" % (stable_compholio_version, len(old_fixes)))
lines.append("**Bugs fixed in Wine Staging %s [%d]:**" % (stable_compholio_version, len(old_fixes)))
lines.append("")
for mode, bugid, bugname in sorted(old_fixes, key=lambda x: x[2]):
lines.append(_format_bug(mode, bugid, bugname))