Hi,
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
Am Freitag, 13. März 2009 08:50:48 schrieb Carsten Hoeger:
Hi,
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
AFAIK, we do not have an api call for this.
Yes, sign daemon was dead for 1 or 2 days, 2 weeks ago.
bye adrian
On Fri, Mar 13, Adrian Schröter wrote:
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
AFAIK, we do not have an api call for this.
Yes, sign daemon was dead for 1 or 2 days, 2 weeks ago.
I'm talking about the sign daemon on my local obs.
On 3/13/2009 at 10:16, Adrian Schröteradrian@suse.de wrote:
Am Freitag, 13. März 2009 08:50:48 schrieb Carsten Hoeger:
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
Yes, sign daemon was dead for 1 or 2 days, 2 weeks ago.
I think carsten actually runs his own OBS. I once had the same problem on mine (well, signd did not die, but a package update replaced BSConfig.pm and sign was disabled again afterwards..
I solved it with launching sign manually against all the RPMs using sign -r <rpmfile>. for a in *.rpm; do sign -r $a; done
Additionally you'll have to run createrepo and sign it again... to avoid this step (and to avoid simple errors here) I let OBS rebuild one of the smallest leaf packages in my project. Then all the rpms are signed, the new leaf get's automatically signed and then published and createrepo and all signing steps incl. publishing the keyfile happen automatically.
Dominique
Carsten Hoeger wrote:
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
Why does a sign failure not prevent publishing anyways?
cu Ludwig
Am Freitag, 13. März 2009 10:45:33 schrieb Ludwig Nussel:
Carsten Hoeger wrote:
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
Why does a sign failure not prevent publishing anyways?
That is a bit late, but we could block entire building (or better accept build results) when signd is configured but not working.
bye adrian
Adrian Schröter wrote:
Am Freitag, 13. März 2009 10:45:33 schrieb Ludwig Nussel:
Carsten Hoeger wrote:
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
Why does a sign failure not prevent publishing anyways?
That is a bit late, but we could block entire building (or better accept build results) when signd is configured but not working.
Would that allow to fall into a transient error state and automatically recover as soon as signing works again? Having to manually retrigger builds or manually sign packages after a signd failure looks awkward to me.
cu Ludwig
On Fri, Mar 13, Ludwig Nussel wrote:
is it possible to republish or just sign all packages of a project without rebuilding?
It looks like signd died within the last days and now my builds are unsigned... :-(
Why does a sign failure not prevent publishing anyways?
I just opened a bug:
https://bugzilla.novell.com/show_bug.cgi?id=485580
buildservice@lists.opensuse.org