0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure the tests import koan.py correctly More... about 18 years ago
Added .hgignore More... about 18 years ago
If main() doesn't return anything, assume 0 More... about 18 years ago
Changed exit to return in main() More... about 18 years ago
Using os.access to verify directory access More... about 18 years ago
Moving options at the top of the file... More... about 18 years ago
Rather big diff, but really the only change was moving the main() file at the top More... about 18 years ago
Merging mdehaan's changes More... about 18 years ago
Remove api_call indirection and exception handling layer since tests had already been modified to use failUnlessRaises. More... about 18 years ago
removing else branch after a return More... about 18 years ago
Make unit tests use cobbler.py instead of the /usr/bin wrapper script More... about 18 years ago
Make koan /usr/bin script work correctly. More... about 18 years ago
Make /usr/bin/cobbler work correctly More... about 18 years ago
Modified spec file to add dependencies and application group, /usr/bin/cobbler wrapper still needs modification, otherwise all ok. More... about 18 years ago
Fixing dependencies for packaging. __init__.py issues still need to be worked out to make /usr/bin/koan work. More... about 18 years ago
Remove stray characters from gethostbyip, which interfere with PXE IP encoding. More... about 18 years ago
License fixups & comment cleanup. More... about 18 years ago
Added licensing and RH copyright. Pychecker (once again). Fixed one unit test where I changed a command line syntax. More... about 18 years ago
Change NFS mount directory to something not in /var/spool/koan since umount could be busy and we want to delete the tree at some point (i.e. it could affect subsequent runs). NFS kickstart D/L now good. More... about 18 years ago
Fixes as a result of NFS testing. More... about 18 years ago
License/Copyright More... about 18 years ago
This version of koan has been run through Xen testing to check functionality for installing multiple profiles side by side, various kickstart failure modes, and so forth. The kickstart/xm-console bits from Xenguest install still feel a bit tacked on, but they work. I experimented with a version that didn't launch xm console and that's not good because there is no definitive way to check for errors, though it would be more ideal if kickstarts could be given a "asking any interactive question means death" directive to make this more automatable.. More... about 18 years ago
(1) change numeric constant to errno constant, (2) trailing whitespace More... about 18 years ago
Fixing hg import problem More... about 18 years ago
Adding koan launcher script that I forgot earlier. More... about 18 years ago
Various cleanup to the xenguest-install and koan stuff. Pychecker. Misc tweaking. More... about 18 years ago
Remove root restriction, and some other minor changes that I can't remember what they were. More... about 18 years ago
Move docs to 3rd person and make them a bit more intelligible. Comments on docs welcome. More... about 18 years ago
Tests don't need root either. More... about 18 years ago
More nonroot checking. More... about 18 years ago