[opensuse-buildservice] Republishing / Signing already published packages?
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... :-( -- With best regards, Carsten Hoeger
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 -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
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. -- With best regards, Carsten Hoeger
On 3/13/2009 at 10:16, Adrian Schröter<adrian@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 -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
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 -- (o_ Ludwig Nussel //\ V_/_ http://www.suse.de/ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
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 Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
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 -- (o_ Ludwig Nussel //\ V_/_ http://www.suse.de/ SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
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 -- With best regards, Carsten Hoeger
participants (4)
-
Adrian Schröter
-
Carsten Hoeger
-
Dominique Leuenberger
-
Ludwig Nussel