On Sat, Apr 9, 2016 at 4:14 AM, Till Maas <opensource@till.name> wrote:
On Wed, Apr 06, 2016 at 09:09:11PM -0700, Dave Johansen wrote:
> I'm renaming breathe [1] to python-breathe [2]. I just tried to retire
> breathe in f22 using the instructions on the wiki [3] and got the following
> error:

Even when the other errors will be fixed, you will only be able to
retire the package in Branched (currently f24) and Rawhide (master) -
see the big yellow box in
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life#GIT
If you confirm that breathe should be retired in f24 and Rawhide, I can
do it for you.

It has been renamed to python-breathe and should be retied from all branches. Based on that I assumed I was doig the right thing based on the statement: "Run fedpkg retire DESCRIPTION in all branches that need to be retired starting with the oldest branch".

But either way, when I ran it on f24 and master, I got this error:
$ fedpkg retire "Renamed to python-breathe"
rm '.gitignore'
rm 'breathe.spec'
rm 'breathe_build_html.patch'
rm 'breathe_remove_env.patch'
rm 'sources'
[master 9db979d] Renamed to python-breathe
 6 files changed, 1 insertion(+), 119 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 breathe.spec
 delete mode 100644 breathe_build_html.patch
 delete mode 100644 breathe_remove_env.patch
 create mode 100644 dead.package
 delete mode 100644 sources
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1/1), done.
Writing objects: 100% (3/3), 285 bytes | 0 bytes/s, done.
Total 3 (delta 0), reused 2 (delta 0)
remote: Emitting a message to the fedmsg bus.
remote: * Publishing information for 1 commits
To ssh://daveisfera@pkgs.fedoraproject.org/rpms/breathe
   36e4f6d..9db979d  master -> master
FAS password for user daveisfera:
Could not retire package: ServerError(https://admin.fedoraproject.org/pkgdb//api/package/retire/, 200, Error returned from json module while processing https://admin.fedoraproject.org/pkgdb//api/package/retire/: Expecting value: line 2 column 1 (char 1)

<html>
<head>
  <title>OpenID transaction in progress</title>
</head>
<body onload="document.forms[0].submit();">
<form id="openid_message" action="https://id.fedoraproject.org/openid/" method="post" accept-charset="UTF-8" enctype="application/x-www-form-urlencoded"><input name="openid.mode" type="hidden" value="checkid_setup"/><input name="openid.ns.pape" type="hidden" value="http://specs.openid.net/extensions/pape/1.0"/><input name="openid.ns" type="hidden" value="http://specs.openid.net/auth/2.0"/><input name="openid.realm" type="hidden" value="https://admin.fedoraproject.org/pkgdb/"/><input name="openid.sreg.required" type="hidden" value="nickname,fullname,email,timezone"/><input name="openid.lp.query_membership" type="hidden" value="python-sig,infra-sig,eclipse-sig,gnome-sig,kde-sig,virtmaint-sig,neuro-sig,robotics-sig,nodejs-sig,sysadmin-main,cvsadmin,packager"/><input name="openid.return_to" type="hidden" value="https://admin.fedoraproject.org/pkgdb/_flask_fas_openid_handler/?janrain_nonce=2016-04-09T22%3A26%3A05Zug6XlQ"/><input name="openid.claimed_id" type="hidden" value="http://specs.openid.net/auth/2.0/identifier_select"/><input name="openid.ns.sreg" type="hidden" value="http://openid.net/extensions/sreg/1.1"/><input name="openid.pape.preferred_auth_policies" type="hidden" value=""/><input name="openid.cla.query_cla" type="hidden" value="http://admin.fedoraproject.org/accounts/cla/done"/><input name="openid.ns.cla" type="hidden" value="http://fedoraproject.org/specs/open_id/cla"/><input name="openid.ns.lp" type="hidden" value="http://ns.launchpad.net/2007/openid-teams"/><input name="openid.identity" type="hidden" value="http://specs.openid.net/auth/2.0/identifier_select"/><input type="submit" value="Continue"/></form>
<script>
var elements = document.forms[0].elements;
for (var i = 0; i < elements.length; i++) {
  elements[i].style.display = "none";
}
</script>
</body>
</html>
)