summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Apply patch to action_buildiso.pyMichael DeHaan2008-06-271-4/+2
| | |
| * | Commit upgrades to cobbler buildiso, plus some slight tweaksMichael DeHaan2008-06-263-79/+107
| | |
| * | Merge branch 'master' into develMichael DeHaan2008-06-253-0/+7
| |\ \
| * | | Update changelogMichael DeHaan2008-06-251-0/+1
| | | |
| * | | When mirroring repos, act as though you are 686 not 386, to get all the ↵Michael DeHaan2008-06-251-1/+2
| | | | | | | | | | | | | | | | kernel updates
| * | | Merge branch 'master' into develMichael DeHaan2008-06-253-2/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler/action_reposync.py
| * \ \ \ Merge branch 'master' into develMichael DeHaan2008-06-2511-20/+67
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler/action_replicate.py
| * | | | | apply buildiso patchMichael DeHaan2008-06-253-7/+58
| | | | | |
| * | | | | Make buildiso work for SuSEMichael DeHaan2008-06-243-1/+6
| | | | | |
| * | | | | Note that the config file is YAMLMichael DeHaan2008-06-201-2/+1
| | | | | |
| * | | | | Note that the config file is YAMLMichael DeHaan2008-06-201-1/+5
| | | | | |
| * | | | | This change allows the mod_python aspects to work if the http_port is not ↵Michael DeHaan2008-06-164-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | 80. This works by letting the mod python components parse the config file. Currently this is not done using the Cobbler API because mod_python doensn't have sufficient permissions to invoke an API handle, but it does have permissions to open the settings file as read only. Ideally this should probably use the YAML parser but this was sufficiently light/fast.
| * | | | | Additional mkdir for rhn:// reposyncMichael DeHaan2008-06-162-0/+3
| | | | | |
| * | | | | Adding configurable reposync flags to the command line (yum's reposync, not ↵Michael DeHaan2008-06-164-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | cobbler's)
| * | | | | This is a fix for kickstart generation for profiles that have been importedMichael DeHaan2008-06-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via --available-as and also reside on NFS. Basically this is an error that came up during making the kickstart templating more dynamic. If you have done NFS imports with cobbler import, this is for you.
| * | | | | Apply Al Tobey's patch to further templatize the ISC DHCP config file.Michael DeHaan2008-06-164-33/+57
| | | | | |
| * | | | | Docs updateMichael DeHaan2008-06-121-3/+5
| | | | | |
| * | | | | Improve cobbler replicate feature so that it can mirror content between ↵Michael DeHaan2008-06-126-95/+175
| | | | | | | | | | | | | | | | | | | | | | | | multiple cobbler servers, and it now also can transfer system records as an option. See "cobbler replicate --help" for more.
| * | | | | Fix typo in replicateMichael DeHaan2008-06-101-1/+1
| | | | | |
| * | | | | Fix mkdir invocation, since we no longer own the RPMsMichael DeHaan2008-06-092-2/+3
| | | | | |
| * | | | | Added cobbler find command to do searches from the command line.Michael DeHaan2008-06-098-33/+138
| | | | | |
| * | | | | cobbler aclsetup featureMichael DeHaan2008-06-064-1/+145
| | | | | |
| * | | | | Merge branch 'master' into develMichael DeHaan2008-06-064-4/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * | | | | | merge master back to devel, plus fixing versions backMichael DeHaan2008-06-033-5/+5
| | | | | | |
* | | | | | | Removing all the ruby code from master because it's already on devel and is ↵Michael DeHaan2008-08-2924-2149/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breaking the merge I want to do to pull it in from devel back to master.
* | | | | | | MergeMichael DeHaan2008-08-041-1/+1
| | | | | | |
* | | | | | | Ruby interface for Cobbler XML-RPC APIs.Darryl L. Pierce2008-08-0424-0/+2149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interface is stored in a module named Cobbler. Examples for using the interface are stored in ./examples.
* | | | | | | Update version in specfile. There will probably not be a 1.0.4 release but ↵Michael DeHaan2008-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it's good to be consistent.
* | | | | | | Apply fix to findks featureMichael DeHaan2008-07-222-2/+3
| | | | | | |
* | | | | | | More fixes on findksMichael DeHaan2008-07-211-2/+4
| | | | | | |
* | | | | | | Backport utils.py to master branchMichael DeHaan2008-07-211-7/+61
| | | | | | |
* | | | | | | Updating services.pyMichael DeHaan2008-07-211-1/+8
| | | | | | |
* | | | | | | Backporting findks.cgi -> mod_python upgrade from devel to stable branchMichael DeHaan2008-07-175-16/+76
| | | | | | |
* | | | | | | More fixes to repo/image delete codeMichael DeHaan2008-07-034-6/+5
| | | | | | |
* | | | | | | update date in changelogMichael DeHaan2008-07-031-1/+1
| | | | | | |
* | | | | | | Fix missing functions in remote.py, remove profile_change which was unusedMichael DeHaan2008-07-032-19/+22
| | | | | | |
* | | | | | | Backport reposync patchMichael DeHaan2008-07-022-0/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Update mailing list in the manpageMichael DeHaan2008-07-011-1/+1
| | | | | |
* | | | | | Fix kickstart rendering bugMichael DeHaan2008-06-273-1/+3
| |_|_|_|/ |/| | | |
* | | | | Make cobblerd close file handlesMichael DeHaan2008-06-253-0/+7
| |_|_|/ |/| | |
* | | | yum reposync should pull all kernels, not just i386 kernels, when doing reposyncMichael DeHaan2008-06-253-2/+10
| |_|/ |/| |
* | | Remove references to manage_dhcp_mode and manage_dns_mode as this is ↵Michael DeHaan2008-06-259-19/+55
| | | | | | | | | | | | governed by modules.conf, and rewrite the restart-services trigger to understand restart_dhcp and restart_dns variables, which are now mentioned in the settings file. Also, clean up the tests so they work more nicely on F9, and remove some unused lines from the Makefile.
* | | Remove rhpl referenceMichael DeHaan2008-06-252-1/+2
| | |
* | | Fix typo in replicate code, bump versions in case we want to do another ↵Michael DeHaan2008-06-104-5/+11
| | | | | | | | | | | | maint release.
* | | Fix for mkdir invocation now that we no longer own the tftp directories in ↵Michael DeHaan2008-06-094-5/+9
| |/ |/| | | | | the RPM.
* | Fix manpage typoMichael DeHaan2008-06-062-1/+2
| |
* | Bump release on master branch for future maint release, if anyMichael DeHaan2008-06-043-3/+6
| |
* | apply fixesMichael DeHaan2008-06-044-4/+6
|/
* Undo some improperly reverted i386/x86_64 switching around. We should be ↵Michael DeHaan2008-06-032-5/+5
| | | | | | using i386, not x86, to mean "that thing other than x86_64".
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-036-16/+18
|