26
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Earlier cobbler runs were tainted from an RHN yaml install. These modifications to the yaml tree allow for relative import and do not break cobbler when yaml isn't installed. More... almost 19 years ago
Fixed printout More... almost 19 years ago
action_sync now outputs kickstart_sys files in PXE-encoded format for consistancy Fixed setup.py version trailing spaces More... almost 19 years ago
Fix setup.py More... almost 19 years ago
Allowing koan to (optionally) fetch system-specific profiles, which enables the templating features to work for auto-ks in the same way that they already work for PXE. More... almost 19 years ago
Added templating support through new --ks_meta option which works like --kopts. The parameter is a space delimited list of key=value pairs, which allows the variables entered to be evaluated through Cheetah. Thus kickstarts are now Cheetah templates. All templating errors are ignored so usage of a $ in a template is still legal where it doesn't reference a variable. Error ignoring should be finer grained and this does need some tests. Currently this only works for kickstarts on filesystems, and I'm not sure what the behavior for http and nfs should be. Anyhow, fairly useful stuff. More... almost 19 years ago
Add yaml directory to setup.py More... almost 19 years ago
Add yaml directory to setup.py More... almost 19 years ago
Fix URL. More... almost 19 years ago
Fix URL. More... almost 19 years ago
Updates for Fedora Extras More... almost 19 years ago
Updates for Fedora Extras More... almost 19 years ago
Fix dist field More... almost 19 years ago
Fix dist field More... almost 19 years ago
Fix rpmlint errors More... almost 19 years ago
Correct rpmlint errors More... almost 19 years ago
Merging with ... something More... almost 19 years ago
Move to Howell-Evans YAML parser More... almost 19 years ago
Make cobbler use the Howell-Evans YAML parser now, so RHEL4 support will be possible (Syck needs Python 2.4). More... almost 19 years ago
Add URL to spec so Fedora Extras won't complain More... about 19 years ago
Add URL to spec so Fedora Extras folks won't complain More... about 19 years ago
merge with tip More... about 19 years ago
Add dummy 'all' target at top, so 'clean' isn't the default. More... about 19 years ago
(LONG_DESC): Use standard double quotes, to avoid warning. More... about 19 years ago
(1) only import libvirt if we use the xen functions, (2) fix insert_sh code so it pulls the kickstart from /var/spool/koan/ks.cfg not /var/spool/koan/initrd/ks.cfg, (3) remove dep on libvirt-python, (4) fix tests More... about 19 years ago
fix typo: s/dependant/dependent/ More... about 19 years ago
(get_insert_script): Do "cd /var/spool/koan" at the start, then convert lots of long, absolute file names to short, relative ones. More... about 19 years ago
Getting rid of unneeded subshell More... about 19 years ago
using gzip -dc instead of gunzip -c More... about 19 years ago
Fixing test More... about 19 years ago