I want to do an offline update of software and I ran
pisi ix
in the folder with my pisi packages. I am getting this error
DEBUG: return value for "gpg --detach-sig pisi-index.xml" is 2
Program Terminated.
pisi.file.Error: ERROR: gpg --detach-sig pisi-index.xml failed
Please use 'pisi help' for general help.
Traceback:
File "/usr/bin/pisi", line 89, in ?
cli.run_command()
File "/usr/lib/pardus/pisi/cli/pisicli.py", line 111, in run_command
self.command.run()
File "/usr/lib/pardus/pisi/cli/commands.py", line 1023, in run
skip_signing = ctx.get_option('skip_signing'))
File "/usr/lib/pardus/pisi/api.py", line 400, in index
index.write(output, sha1sum=True, compress=File.bz2, sign=File.detached)
File "/usr/lib/pardus/pisi/pxml/autoxml.py", line 471, in write
self.writexml(uri, tmpDir, sha1sum=sha1sum, compress=compress, sign=sign)
File "/usr/lib/pardus/pisi/pxml/xmlfile.py", line 92, in writexml
f.close()
File "/usr/lib/pardus/pisi/file.py", line 202, in close
raise Error(_("ERROR: gpg --detach-sig %s failed") % self.localfile)
DEBUG: PiSi API finalized
What can I do to resolve this ?