project-kb icon indicating copy to clipboard operation
project-kb copied to clipboard

For python, __init__ files are to be checked out as part of the shell script

Open sumeetpatil opened this issue 4 years ago • 2 comments

When we do a kaybee export for steady with a statement containing python Vulnerability, steady also needs __init__ files to be checkout as part of the bash generated script. These __init__ files are then used in Steady to create valid python constructs.

sumeetpatil avatar Sep 12 '20 13:09 sumeetpatil

@sumeetpatil How would you do that in bash? How to determine which files to checkout exactly? That can be added to the script easily, but we need to know how to do it manually in the first place.

copernico avatar Sep 14 '20 14:09 copernico

basically we need to implement this https://github.com/eclipse/steady/blob/fe8c6af35f887f7df98b02d9034b8d3e414588b2/repo-client/src/main/java/org/eclipse/steady/git/GitClient.java#L524 in bash

copernico avatar Sep 21 '20 09:09 copernico