Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dogtag 10: Process scriptlets from a list rather than from symbolic links #974

Closed
pki-bot opened this issue Oct 2, 2020 · 2 comments
Closed

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #403. Originally filed by mharmsen (@mharmsen) on 2012-11-08 22:44:22:


Processing of the scriptlets is currently done via a mechanism of reading numbered symbolic links in order.

Replace this approach by including parameters in the pkideployment.cfg which contain comma separated lists of scriptlets:

  • pki_spawn_scriptlets=Initialization,...,Finalization
  • pki_respawn_scriptlets=Initialization,...,Finalization
  • pki_destroy_scriptlets=Initialization,...,Finalization

These three parameters containing default scriptlet orders would exist under the [Common] section, and the CMake and spec file logic which currently exists would be removed.

The pkispawn and pkidestroy executables would need to be changed to utilize this new approach.

@pki-bot pki-bot added this to the 10.0.0-0.X.rc1 milestone Oct 2, 2020
@pki-bot pki-bot closed this as completed Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2012-11-30 23:11:43

master:

@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from mharmsen (@mharmsen) at 2017-02-27 14:09:38

Metadata Update from @mharmsen:

  • Issue assigned to edewata
  • Issue set to the milestone: 10.0.0-0.X.rc1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant