Mailinglist Archive: opensuse-buildservice (351 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] How can i setup package signing on local obs?
- From: Christian <chris@xxxxxxxxxxxxxxxx>
- Date: Wed, 09 Jul 2008 22:19:51 +0000
- Message-id: <48753987.5050407@xxxxxxxxxxxxxxxx>
Hi,
'/root/bin/sign' is nonsense. "obsrun" will never be able to execute this file (Permission denied).
so placing it to '/usr/bin' (755,root,root) will not work at all, because "binderesvport: Permission denied"
but chown root:obsrun, and chmod 2750 will then allow signing packages.
If this is not the right way, i'm willing to learn the right one.
Kind Regards
Chris
Christian schrieb:
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
'/root/bin/sign' is nonsense. "obsrun" will never be able to execute this file (Permission denied).
so placing it to '/usr/bin' (755,root,root) will not work at all, because "binderesvport: Permission denied"
but chown root:obsrun, and chmod 2750 will then allow signing packages.
If this is not the right way, i'm willing to learn the right one.
Kind Regards
Chris
Christian schrieb:
Hi Adrian,---------------------------------------------------------------------
Adrian Schröter schrieb:
On Monday 07 July 2008 02:21:26 Christian wrote:placed "sign" under /root/bin/ on obs-host, uncommented the line inside BSConfig.pm.
BSConfig.pm needs a line like
our $sign = '/root/bin/sign';
to call the client
restarted all obs services and all workers. triggered a rebuild of one package but with no success.
Did i miss anything else ?
Thanks
Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |