After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750119 - rpm-ostree compose sign fails: rpm-sign (No such file or directory)
rpm-ostree compose sign fails: rpm-sign (No such file or directory)
Status: RESOLVED NOTABUG
Product: ostree
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: OSTree maintainer(s)
OSTree maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-05-29 19:53 UTC by Jeff Ortel
Modified: 2015-06-01 16:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeff Ortel 2015-05-29 19:53:35 UTC
Trying to sign a commit.  I have the rpm-sign RPM installed which installs /usr/bin/rpmsign but rpm-ostree seems to be trying to exec to "rpm-sign".

Using: rpm-ostree-2015.3-2.fc21.x86_64

---

$ $ sudo rpm-ostree compose sign --key=30170657 --rev=rhel-atomic-host/7/x86_64/standard --repo=/opt/content/ostree/el7
error: Failed to execute child process "rpm-sign" (No such file or directory)
Comment 1 Matthew Barnes 2015-05-29 20:52:07 UTC
Yeah, this is going to continue to confuse people.

Use "ostree gpg-sign" instead.

See also: https://github.com/projectatomic/rpm-ostree/pull/137
Comment 2 Jeff Ortel 2015-06-01 15:57:36 UTC
Thanks Matthew.  That worked.