26
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tabs are evil. More... over 18 years ago
Fixes to import tree URL's and repo parameter splitting, thanks to et-mgmt-tools list folks for pointing these out. More... over 18 years ago
Added tag release-0.2.6 for changeset 4354c96a0d2b84c320e2ee5496e6f785f422ec64 More... over 18 years ago
Added tag release-0.4.3 for changeset 658faa7fb434518d1ef7a6393846cbbd57dc1445 More... over 18 years ago
Release stuff More... over 18 years ago
Fixing specfile for FC7 More... over 18 years ago
Kickstart metadata items are seperated by whitespace, not commas. More... over 18 years ago
sseago's patch to set_kernel_options, plus some additional error handling around kernel options processing. Plus some manpage/NEWS updates. More... over 18 years ago
Some defensive programming around kernel options rendering, based on a error report to et-mgmt-tools. I have not been able to reproduce the actual error. More... over 18 years ago
Remove line continuations from description, as RPM doesn't have line continuations. More... over 18 years ago
Disabling of anchors in YAML serialization, which makes configuration files much easier to read/edit/understand once disabled. Anchors are basically pointers to pieces of text strings that prevent them from being repeated, but in cobbler, they really don't add any value. More... over 18 years ago
Have to bump setup.py version also. More... over 18 years ago
Release housekeeping for future version (not now). More... over 18 years ago
Adding disable_netboot option for cobbler, which can be programatically exercised by API users to prevent install-loop scenarios by taking action as a result of some event in post. More... over 18 years ago
Be a little nicer on file deletes, release housekeeping. More... over 18 years ago
Fixes to work with older versions of Cheetah, small fix to system delete code so it deletes the right file in kickstarts_sys. More... over 18 years ago
Unbundling Cheetah. More... over 18 years ago
Removing Cheetah, RHEL4/Centos users can find an RPM, so that's fair. More... over 18 years ago
Bundle and install menu.c32 for those distros (like RHEL4) that don't package it. More... over 18 years ago
Added tag release-0.4.0 for changeset 3629e55bf84478d20e643868fb84b0cf85a3ac8d More... over 18 years ago
Fix the backwards compatibility code around TEMPLATE:: and also change the template files to use basic $placeholders instead of TEMPLATE:: More... over 18 years ago
Bundling Cheetah for backwards compatibility, and associated changes to specfiles/etc. More... over 18 years ago
A few things More... over 18 years ago
Escape dollar signs (related to new Cheetah changes). All dollar signs do not need to be escaped but onces that look like $(list-hard-drives) do. Cheetah is set to not-substitute $foo if it doesn't know what a $foo is, but other variants of near-Cheetah syntax require escaping. More... over 18 years ago
Changelog/spec updates and manpage additions. More... over 18 years ago
Temporary menu support hack to work around menu.c32 timeout problems. User can type "menu" at the prompt to get a menu, or they can type "local" (or just wait 20 seconds) for a local boot. Once the user starts typing, the absolute timeout is 10 minutes, ensuring a machine doesn't get left at the menu screen. All of this will probably be user configurable later. More... over 18 years ago
More work on PXE menus. Getting there, just need timeout logic to work. More... over 18 years ago
Working on adding pxemenu support. More... over 18 years ago
Further changes related to making cobbler own the directories it's using in /var/www and /tftpboot. More... over 18 years ago
Some manpage cleanup in regards to the syncless and templating features. More... over 18 years ago