Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cobbler imports syck. Don't do that. | Michael DeHaan | 2006-07-21 | 1 | -4/+0 |
| | |||||
* | How about valid dates in that change log? | Michael DeHaan | 2006-07-20 | 1 | -1/+1 |
| | |||||
* | Changelog | Michael DeHaan | 2006-07-20 | 1 | -1/+3 |
| | |||||
* | Earlier cobbler runs were tainted from an RHN yaml install. These ↵ | Michael DeHaan | 2006-07-20 | 3 | -5/+7 |
| | | | | | | modifications to the yaml tree allow for relative import and do not break cobbler when yaml isn't installed. | ||||
* | Fixed printout | Michael DeHaan | 2006-07-13 | 1 | -1/+1 |
| | |||||
* | action_sync now outputs kickstart_sys files in PXE-encoded format for ↵ | Michael DeHaan | 2006-07-13 | 7 | -43/+45 |
| | | | | | | | consistancy Fixed setup.py version trailing spaces | ||||
* | Added templating support through new --ks_meta option which works like ↵ | Michael DeHaan | 2006-07-12 | 14 | -47/+194 |
| | | | | --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. | ||||
* | Add yaml directory to setup.py | Michael DeHaan | 2006-07-11 | 1 | -1/+1 |
| | |||||
* | Fix URL. | Michael DeHaan | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | Updates for Fedora Extras | Michael DeHaan | 2006-07-10 | 1 | -10/+9 |
| | |||||
* | Fix dist field | Michael DeHaan | 2006-06-28 | 1 | -1/+2 |
| | |||||
* | Correct rpmlint errors | Michael DeHaan | 2006-06-28 | 3 | -10/+14 |
| | |||||
* | Make cobbler use the Howell-Evans YAML parser now, so RHEL4 support | Michael DeHaan | 2006-06-28 | 13 | -11/+1627 |
| | | | | will be possible (Syck needs Python 2.4). | ||||
* | Add URL to spec so Fedora Extras won't complain | Michael DeHaan | 2006-05-18 | 1 | -1/+1 |
| | |||||
* | Merging mdehaan's changes | Mihai Ibanescu | 2006-05-12 | 1 | -3/+1 |
|\ | |||||
| * | removing else branch after a return | Mihai Ibanescu | 2006-05-12 | 1 | -3/+1 |
| | | |||||
* | | Remove api_call indirection and exception handling layer since tests had ↵ | Michael DeHaan | 2006-05-12 | 2 | -33/+16 |
|/ | | | | already been modified to use failUnlessRaises. | ||||
* | Make unit tests use cobbler.py instead of the /usr/bin wrapper script | Michael DeHaan | 2006-05-12 | 2 | -2/+5 |
| | |||||
* | Make /usr/bin/cobbler work correctly | Michael DeHaan | 2006-05-12 | 1 | -2/+2 |
| | |||||
* | Modified spec file to add dependencies and application group, ↵ | Michael DeHaan | 2006-05-11 | 2 | -1/+5 |
| | | | | /usr/bin/cobbler wrapper still needs modification, otherwise all ok. | ||||
* | Remove stray characters from gethostbyip, which interfere with PXE IP encoding. | Michael DeHaan | 2006-05-11 | 1 | -1/+1 |
| | |||||
* | Added licensing and RH copyright. Pychecker (once again). Fixed one unit ↵ | Michael DeHaan | 2006-05-11 | 22 | -20/+181 |
| | | | | test where I changed a command line syntax. | ||||
* | Move docs to 3rd person and make them a bit more intelligible. | Michael DeHaan | 2006-05-09 | 1 | -19/+22 |
| | | | | Comments on docs welcome. | ||||
* | Tests don't need root either. | Michael DeHaan | 2006-05-09 | 1 | -3/+0 |
| | |||||
* | More nonroot checking. | Michael DeHaan | 2006-05-09 | 1 | -1/+4 |
| | |||||
* | Fixes to non-root error handling. | Michael DeHaan | 2006-05-09 | 2 | -7/+22 |
| | |||||
* | Simplified the command line, made a better 'list' function, some string and ↵ | Michael DeHaan | 2006-05-09 | 14 | -179/+146 |
| | | | | | | exception cleanup. | ||||
* | Adding exception handling to remove the problem of propogating error codes ↵ | Michael DeHaan | 2006-05-08 | 14 | -135/+145 |
| | | | | all the way up the stack. Still not quite super-consistant, but getting there. Util functions still return true/false since they just ask questions, but API functions will throw errors to ensure they are being dealt with. Main CLI class needs to take advantage of this fact and become simpler. Tests are already modified to detect new exceptions with one exception :) | ||||
* | Interim checkin while straightening out exceptions. The last_error bit ↵ | Michael DeHaan | 2006-05-08 | 16 | -141/+172 |
| | | | | | | | reminded me of the thing I hated most about Microsoft SDK/DDK programming (that being, last_error and inconsistant error handling), so it had to go. | ||||
* | More pychecker. More comments. | Michael DeHaan | 2006-05-08 | 10 | -75/+48 |
| | |||||
* | PyChecker. | Michael DeHaan | 2006-05-08 | 16 | -44/+162 |
| | |||||
* | Re-enable tmpdir test. GC/circular ref issues resolved. | Michael DeHaan | 2006-05-08 | 1 | -3/+3 |
| | |||||
* | Unit tests pass again. | Michael DeHaan | 2006-05-08 | 18 | -87/+155 |
| | |||||
* | Removed trailing whitespace | Michael DeHaan | 2006-05-05 | 6 | -10/+10 |
| | |||||
* | Interim commit during refactoring. Pretty broken as a result of some ↵ | Michael DeHaan | 2006-05-05 | 19 | -88/+137 |
| | | | | cleanup but it will get straightened out very soon. The main thing I'm doing here is to remove backreferences from the object tree and make the API simpler, so that folks using the API screw up less. This means making the CLI code simpler as well. The serializer has also been overhauled so it's not as much bolted on, although I have some fixing to do to make it work entirely correctly. Wanted to check all of this in case someone decided to patch something else, making diffing really complex in the interim. I'd recommend not patching anything else to this code as I'm not close to done, really. | ||||
* | Get rid of swap file | Michael DeHaan | 2006-05-05 | 1 | -0/+0 |
| | |||||
* | Interim commit | Michael DeHaan | 2006-05-05 | 19 | -153/+285 |
| | |||||
* | Interim refactoring commit | Michael DeHaan | 2006-05-05 | 17 | -1633/+198 |
| | |||||
* | Interim commit while refactoring. This breaks lots of stuff. | Michael DeHaan | 2006-05-05 | 14 | -719/+718 |
| | |||||
* | Weakref additions prior to refactoring | Michael DeHaan | 2006-05-05 | 5 | -8/+12 |
| | |||||
* | Added __init__.py to tests | Michael DeHaan | 2006-05-05 | 1 | -0/+0 |
| | |||||
* | Make /etc/cobbler.conf be packaged instead of being created, proper handling ↵ | Michael DeHaan | 2006-05-05 | 9 | -49/+60 |
| | | | | of parse errors on config files, tweaking unit tests tempfile stuff since sync() test is currently broken by the tempfile changes (why??) | ||||
* | Merging with mdehaan's changes | Mihai Ibanescu | 2006-05-04 | 5 | -213/+218 |
|\ | |||||
| * | Test case runs from a clean dir now | Mihai Ibanescu | 2006-05-04 | 1 | -18/+35 |
| | | | | | | | | We create temp dirs and we remove them when we're done. | ||||
| * | Comparison function is simpler, and no need to sort when we need max | Mihai Ibanescu | 2006-05-04 | 1 | -16/+16 |
| | | | | | | | | reduce is a nice way to extract the max of a sequence. | ||||
| * | s/cobber/cobbler/ | Mihai Ibanescu | 2006-05-04 | 1 | -8/+8 |
| | | |||||
| * | Fixing regression in common constructor | Mihai Ibanescu | 2006-05-04 | 1 | -1/+1 |
| | | | | | | | | When transcribing the constructors, moved one bracket too far to the right. | ||||
| * | Moving code around | Mihai Ibanescu | 2006-05-04 | 1 | -158/+158 |
| | | | | | | | | Just to define Collections after Items. | ||||
| * | Reducing duplication in the constructors | Mihai Ibanescu | 2006-05-04 | 1 | -27/+15 |
| | | | | | | | | | | | | | | | | | | | | We define a top-level constructor in the base class and define an _item_factory that is the class to be instantiated for each item. The code as it is checked in now is broken because we reference the class before we define it in the global scope; but wanted the checkins to be separate, the next one will move all the Collection-related stuff after the Item-related stuff (but the diff would have been difficult to read) | ||||
| * | Fixed so it doesn't fail on 64-bit platforms | Mihai Ibanescu | 2006-05-04 | 1 | -1/+1 |
| | |