-
Notifications
You must be signed in to change notification settings - Fork 21
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
Split package module further to avoid recursive imports #715
base: main
Are you sure you want to change the base?
Conversation
333f2c7
to
e50343c
Compare
Created a staging project on OBS for Basalt: home:defolos:BCI:Staging:Basalt:Basalt-ugrFI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Building the documentation fails:
/__w/BCI-dockerfile-generator/BCI-dockerfile-generator/source/adding_containers.rst:6:py:class reference target not found: bci_build.package.LanguageStackContainer
This completes the previous modularization effort by splitting into constants, bciclasses and utils.
e50343c
to
6f8b732
Compare
I've seen that. I do not yet know why that is however. |
Created a staging project on OBS for 6: home:defolos:BCI:Staging:SLE-15-SP6:sle15-sp6-WjJUe |
Created a staging project on OBS for Basalt: home:defolos:BCI:Staging:Basalt:Basalt-admCu Build ResultsRepository
Repository
Repository
Repository
Repository
Repository
Repository
Repository
Build succeeded ✅ |
Created a staging project on OBS for Tumbleweed: home:defolos:BCI:Staging:Tumbleweed:Tumbleweed-FLuop Build ResultsRepository
Repository
Repository
Repository
Build succeeded ✅ |
Created a staging project on OBS for 5: home:defolos:BCI:Staging:SLE-15-SP5:sle15-sp5-LQxkF |
This completes the previous modularization effort by splitting into globals, dataclasses and utils.