Lines Matching refs:status
575 status = []
577 status.append((_("WARNING: Signature changes in file content "
579 status.append((_("Packages to process:"), str(len(latest_pkgs))))
580 status.append((_("New packages:"), str(new_p)))
581 status.append((_("Unmodified packages:"), str(dups)))
585 status.append((_("Packages with successors in "
590 status.append((_("Packages not to be reversioned by user "
592 status.append((_("Packages with no content change:"),
594 status.append((_("Packages which only have dependency change:"),
596 status.append((_("Packages with unchanged dependency chain:"),
598 status.append((_("Packages to be reversioned:"),
601 rjust_status = max(len(s[0]) for s in status)
602 rjust_value = max(len(s[1]) for s in status)
603 for s in status:
794 # Establish a specific exit status which means: "python barfed an exception"