#8161 Unable to retire php-Pimple from epel7
Closed: Fixed 5 years ago by mohanboddu. Opened 5 years ago by tdawson.

php-Pimple was obsoleted by php-pimple.
In Fedora, it was retired in August 2015.
I am trying to retire it in epel7, but I am unable to. I keep getting the following error.

[php-Pimple (epel7)]$ fedpkg retire "Obsoleted by php-pimple"
rm '.gitignore'
rm 'php-Pimple.spec'
rm 'sources'
[epel7 ebfd592] Obsoleted by php-pimple
4 files changed, 1 insertion(+), 121 deletions(-)
delete mode 100644 .gitignore
create mode 100644 dead.package
delete mode 100644 php-Pimple.spec
delete mode 100644 sources
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 4 threads.
Compressing objects: 100% (1/1), done.
Writing objects: 100% (3/3), 281 bytes | 281.00 KiB/s, done.
Total 3 (delta 0), reused 2 (delta 0)
remote: Unspecified ref refs/heads/epel7 is blocked
remote: Denied push for ref 'refs/heads/epel7' for user 'tdawson'
remote: All changes have been rejected
To ssh://pkgs.fedoraproject.org/rpms/php-Pimple
! [remote rejected] epel7 -> epel7 (pre-receive hook declined)
error: failed to push some refs to 'ssh://tdawson@pkgs.fedoraproject.org/rpms/php-Pimple'
Could not execute retire: Failed to execute command.

I have been able to retire other packages, before, and after this, so it's not permissions. I've completely cleaned out and re-cloned the directory, so I don't think it's that.
I honestly don't care if I do this, or someone else does. If someone could retire php-Pimple (not php-pimple) from epel7, I would appreciate it.
See the following bug: https://bugzilla.redhat.com/show_bug.cgi?id=1673634


This happened because pdc entry for epel7 was not created, so I created the entry and I retired it.

$ fedpkg retire "Obsoleted by php-pimple"
rm '.gitignore'
rm 'php-Pimple.spec'
rm 'sources'
[epel7 52385b8] Obsoleted by php-pimple
4 files changed, 1 insertion(+), 121 deletions(-)
delete mode 100644 .gitignore
create mode 100644 dead.package
delete mode 100644 php-Pimple.spec
delete mode 100644 sources
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 4 threads
Compressing objects: 100% (1/1), done.
Writing objects: 100% (3/3), 281 bytes | 281.00 KiB/s, done.
Total 3 (delta 0), reused 2 (delta 0)
remote: Emitting a message to the fedmsg bus.
remote: * Publishing information for 1 commits
remote: Sending to redis to send commit notification emails
remote: * Publishing information for 1 commits
remote:
remote: Create a pull-request for epel7
remote: https://src.fedoraproject.org/rpms/php-Pimple/diff/master..epel7
remote:
To ssh://pkgs.fedoraproject.org/rpms/php-Pimple
66e72fa..52385b8 epel7 -> epel7

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata