Skip to content

PART 2: Rewrite bash scripts to python - After #498+#505#499

Draft
okurz wants to merge 11 commits into
os-autoinst:masterfrom
okurz:feature/bash_to_python4
Draft

PART 2: Rewrite bash scripts to python - After #498+#505#499
okurz wants to merge 11 commits into
os-autoinst:masterfrom
okurz:feature/bash_to_python4

Conversation

@okurz

@okurz okurz commented Dec 12, 2025

Copy link
Copy Markdown
Member

After

One main open point is where we should place the Python files. It would be good to have them in a sub-directory and a usual Python practice is to use a properly named package derived from the directory name so "src/os_autoinst_scripts/" sounds correct but is also rather long and also means for testing we need to adjust the Python import path. How about just "oas/" for (Os-Autoinst-Scripts) and ditch the "src/"?

@okurz okurz marked this pull request as draft December 12, 2025 15:44
@okurz okurz force-pushed the feature/bash_to_python4 branch from 4289b5f to 4629b34 Compare January 7, 2026 10:36
@os-autoinst os-autoinst deleted a comment from mergify Bot Jan 7, 2026
@okurz okurz force-pushed the feature/bash_to_python4 branch from 4629b34 to 513f245 Compare January 7, 2026 10:41
@kalikiana

Copy link
Copy Markdown
Member

It would be good to have them in a sub-directory and a usual Python practice is to use a properly named package derived from the directory name so "src/os_autoinst_scripts/" sounds correct but is also rather long and also means for testing we need to adjust the Python import path. How about just "oas/" for (Os-Autoinst-Scripts) and ditch the "src/"?

I would prefer one or multiple more descriptive namespaces, rather than making it even more cryptic.

@okurz

okurz commented Jan 7, 2026

Copy link
Copy Markdown
Member Author

It would be good to have them in a sub-directory and a usual Python practice is to use a properly named package derived from the directory name so "src/os_autoinst_scripts/" sounds correct but is also rather long and also means for testing we need to adjust the Python import path. How about just "oas/" for (Os-Autoinst-Scripts) and ditch the "src/"?

I would prefer one or multiple more descriptive namespaces, rather than making it even more cryptic.

meaning what, to keep "src/os_autoinst_scripts/"?

@okurz okurz changed the title PART 2: Rewrite bash scripts to python - After #498 PART 2: Rewrite bash scripts to python - After #498+#505 Jan 8, 2026

@Martchus Martchus left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks generally good so far.

@mergify

mergify Bot commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in conflicts. Could you fix it? 🙏

@okurz okurz force-pushed the feature/bash_to_python4 branch from 513f245 to ace140e Compare May 6, 2026 12:50
@mergify

mergify Bot commented May 6, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in conflicts. Could you fix it? 🙏

@okurz okurz force-pushed the feature/bash_to_python4 branch from ace140e to d8ecbb4 Compare May 8, 2026 19:46
@mergify

mergify Bot commented May 19, 2026

Copy link
Copy Markdown
Contributor

This pull request is now in conflicts. Could you fix it? 🙏

@okurz okurz force-pushed the feature/bash_to_python4 branch from d8ecbb4 to 229bf67 Compare May 21, 2026 19:50
@okurz okurz force-pushed the feature/bash_to_python4 branch 2 times, most recently from 5bc69c6 to e32b613 Compare June 15, 2026 13:25
@okurz okurz force-pushed the feature/bash_to_python4 branch from e32b613 to d482ff2 Compare June 16, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants