Source: reportbug Version: 7.5.3 Severity: normal Hi
Back when jessie was moved to LTS status the support for release.d.o bugs to submit jessie-pu bugs was commented out. But in meanwhile buster and stretch are both supported for now. Thus 407 tag = ui.menu('What sort of request is this? (If none of these ' 408 'things mean anything to you, or you are trying to report ' 409 'a bug in an existing package, please press Enter to ' 410 'exit reportbug.)', { 411 'binnmu': "binNMU requests", 412 'britney': "testing migration script bugs", 413 'transition': "transition tracking", 414 'unblock': "unblock requests", 415 #oldstable_pu: "%s proposed updates requests" % oldstable, 416 stable_pu: "%s proposed updates requests" % stable, 417 'rm': "Stable/Testing removal requests", 418 'other': "None of the other options", 419 }, 'Choose the request type: ', empty_ok=True) should comment out again oldstable_pu entry to actually display it. Regards, Salvatore