Dominik Gedon
Dominik Gedon
```bash $ grep --exclude-dir build --exclude-dir venv -rin "# FIXME" grep: .git/objects/pack/pack-4f51e89d9176e1aea080daeb55c5df2255f6570e.pack: Übereinstimmungen in Binärdatei autoinstall_snippets/post_install_network_config:169: ## FIXME: if both interfaces startwith eth this is wrong bin/cobblerd:117: # FIXME: log...
```bash $ grep --exclude-dir build --exclude-dir venv -rin "# TODO" grep: .git/objects/pack/pack-4f51e89d9176e1aea080daeb55c5df2255f6570e.pack: Übereinstimmungen in Binärdatei bin/cobbler-settings:22:# TODO: Transform this into a lamda/list comprehension bin/cobbler-settings:186:# TODO: Implement in the future cobbler/actions/check.py:175:...
A simple `cobbler sync --system ` does not solve the issue and implementing a full `cobbler sync` is not the best way regarding to performance. Maybe we can catch this...
We already have a similar internal method for this in `sync.py` if I remember correctly: https://github.com/cobbler/cobbler/blob/11a5beefadad58af54e7e2bd31777a60d699eab3/cobbler/actions/sync.py#L182-L203 Furthermore I think if you do such changes as deleting folders from Cobbler you...
Awesome! Thank you Pablo!
I edited your post to include the description. What operating system do you use? How did you install Cobbler? You can provide those missing information in your first post by...
We removed the `get-loaders` support with #2572 but this should not affect you since you are still on version 2.8.5. But together with this the bootloaders from the Cobbler website...
The part about `spacewalk-channel` in `testsuite/documentation/cucumber-steps.md` can also be removed. See https://github.com/SUSE/spacewalk/issues/13701
@SchoolGuy, @meaksh: FYI: I have created my Cobbler buildiso tests against this branch and opened another PR for it: #5142. When you are ready with this PR, please merge my...
I found some issues while using the tool and doing the steps manually with @Bischoff. See https://gitlab.suse.de/ktsamis/json_creation_script/-/issues/1