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

Change method of adding scripts to setup #313

Closed
yurem opened this issue Jul 6, 2017 · 1 comment
Closed

Change method of adding scripts to setup #313

yurem opened this issue Jul 6, 2017 · 1 comment
Assignees
Labels
enhancement Update to existing feature or functionality
Milestone

Comments

@yurem
Copy link
Contributor

yurem commented Jul 6, 2017

Right now in order to update script in setup we have to do base64 encode of script and replace it in script.ldif. It's not convenient, time consuming and can led to ldif import error.

We need to add method to setup which should process all py files in folder and sub-folders and prepares variables in base64 format based of content of files in this folder. This allows in scripts.ldif replace content of py files with python variable from dictionary.

@yurem yurem added the enhancement Update to existing feature or functionality label Jul 6, 2017
@yurem yurem added this to the CE 3.1.0 milestone Jul 6, 2017
@yurem yurem self-assigned this Jul 6, 2017
@yurem
Copy link
Contributor Author

yurem commented Jul 7, 2017

Implemented in 9ea62fe

@yurem yurem closed this as completed Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Update to existing feature or functionality
Projects
None yet
Development

No branches or pull requests

1 participant