#557 failure in retire command
Opened 2 months ago by humaton. Modified 2 months ago

$ fedpkg --verbose --debug retire "Not required anymore"

Creating repo object from /home/humaton/packages/golang-github-src-d-gcfg
Running: git rm -rf .
fatal: pathspec '.' did not match any files
Could not execute retire: Failed to execute command.
Traceback (most recent call last):
  File "/usr/bin/fedpkg", line 33, in <module>
    sys.exit(load_entry_point('fedpkg==1.45', 'console_scripts', 'fedpkg')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/fedpkg/__main__.py", line 89, in main
    sys.exit(client.args.command())
             ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/fedpkg/cli.py", line 1511, in retire
    super(fedpkgClient, self).retire()
  File "/usr/lib/python3.12/site-packages/pyrpkg/cli.py", line 2932, in retire
    self.cmd.retire(self.args.reason)
  File "/usr/lib/python3.12/site-packages/pyrpkg/__init__.py", line 3676, in retire
    self._run_command(cmd, cwd=self.path)
  File "/usr/lib/python3.12/site-packages/pyrpkg/__init__.py", line 1319, in _run_command
    raise rpkgError('Failed to execute command.')
pyrpkg.errors.rpkgError: Failed to execute command.

Log in to comment on this ticket.

Metadata