summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix default flags for yumdownloaderMichael DeHaan2008-03-131-1/+1
| |
* | Apply patch to make disabled repos (using new --yumopts feature) not be used ↵Michael DeHaan2008-03-171-3/+7
| | | | | | | | during install.
* | Added patch to allow kopts/ksmeta to be cleared with --kopts=delete on theMichael DeHaan2008-03-131-1/+1
| | | | | | | | command line.
* | Adding patch to send hostnameMichael DeHaan2008-03-122-0/+3
| |
* | Merge branch 'master' into develMichael DeHaan2008-03-122-3/+3
|\| | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * Fix bug in module loader to allow non-serializer modules to be loadedMichael DeHaan2008-03-122-3/+3
| | | | | | | | using /etc/cobbler/modules.conf
* | Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-2/+10
|/
* Run reposync for local repos even if "RPM" is not contained in the path.Michael DeHaan2008-03-072-3/+3
|
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-072-0/+44
|
* Disable local socket XMLRPC as nothing is using it.Michael DeHaan2008-02-291-5/+9
|
* Doc fixMichael DeHaan2008-02-252-3/+6
|
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-223-2/+29
| | | | | versions of mod_python. It still needs to be fixed correctly though this makes that page work for now.
* This is 0.8.1Michael DeHaan2008-02-202-3/+3
|
* Less output from optparseMichael DeHaan2008-02-191-1/+1
|
* Catch system exit to make optparse print nicelyMichael DeHaan2008-02-191-0/+2
|
* Patch to fix error during reposyncMichael DeHaan2008-02-182-2/+2
|
* Merge with devel branchMichael DeHaan2008-02-151-3/+3
|
* Merge branch 'devel'Michael DeHaan2008-02-1537-1306/+2575
|\ | | | | | | | | | | | | | | | | | | | | | | | | Merging devel work on 0.7.X/0.8 release with master Conflicts: CHANGELOG cobbler.spec cobbler/action_import.py cobbler/utils.py cobbler/webui/master.py setup.py
| * Specfile fixupMichael DeHaan2008-02-151-2/+2
| |
| * Fix specfile errorMichael DeHaan2008-02-151-2/+2
| |
| * changelog fixupMichael DeHaan2008-02-151-2/+2
| |
| * Release bump for 0.8.0Michael DeHaan2008-02-151-2/+2
| |
| * Fix permissions on reposyncMichael DeHaan2008-02-141-1/+1
| |
| * Nicer error reporting when user doesn't have permissions on the log filesMichael DeHaan2008-02-131-1/+7
| |
| * Added additional needed args to higher level API methods, also made higher ↵Michael DeHaan2008-02-131-5/+17
| | | | | | | | | | | | level API function for find variants.
| * Added in a possible workaround for a user problem with source_repos in an ↵Michael DeHaan2008-02-132-2/+7
| | | | | | | | upgrade scenario (testing needed).
| * Add vmware as a legal virt type (implementation TBA soon).Michael DeHaan2008-01-312-2/+2
| |
| * Sort 'cobbler list' outputMichael DeHaan2008-01-311-1/+10
| |
| * Make WebUI do recursive deletes for distros/profiles.Michael DeHaan2008-01-312-4/+4
| |
| * Recursive deletes are now possible with --recursive. Web UI still needs to ↵Michael DeHaan2008-01-3111-21/+65
| | | | | | | | take advantage of this.
| * Keep leading newline from appearing in template files.Michael DeHaan2008-01-221-0/+4
| |
| * Add rename and copy functionality to the base API, the remote interface, and ↵Michael DeHaan2008-01-225-79/+228
| | | | | | | | make the WebUI use it for much smarter renames and copies.
| * Enforce permissions/context after reposync.Michael DeHaan2008-01-211-0/+24
| |
| * Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-213-7/+9
| |
| * Modify reposync to not preserve permissions on rsync.Michael DeHaan2008-01-101-1/+1
| |
| * Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-105-15/+22
| |
| * Added --rsync-flags to cobbler import.Michael DeHaan2008-01-103-6/+12
| |
| * Fix for comps.xml name changeMichael DeHaan2008-01-091-3/+3
| |
| * Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-097-15/+42
| | | | | | | | | | | | in a manner similar to how --kopts and --ksmeta works.
| * Fix typoMichael DeHaan2008-01-091-1/+1
| |
| * Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-043-27/+36
| |
| * Add some options back that went missing in the command line refactor.Michael DeHaan2008-01-041-6/+9
| |
| * Reapply patch from previous reverted changeMichael DeHaan2008-01-041-3/+3
| |
| * Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-203-41/+12
| | | | | | | | plans, remove watcher.py reference
| * -b option to wget isn't available in busybox, and we don't need it, so don't ↵Michael DeHaan2007-12-201-3/+3
| | | | | | | | use it.
| * Changes to enable Cobbler to also speak XMLRPC on a Unix domain socket whichMichael DeHaan2007-12-196-48/+364
| | | | | | | | will later be usable by cobbler (the command line app) to make it very speedy. Talking to an open API handle in Cobbler will be much faster when editing, say, 5000 systems at once.
| * The repo management code generates some things on a per-profile basis whichMichael DeHaan2007-12-182-4/+30
| | | | | | | | | | should be generated on a per-system basis to support --server-override correctly. This is a fix.
| * Apply Tim's patch to fix/re-enable the random MAC feature.Michael DeHaan2007-12-181-1/+1
| |
| * Release bump since testing release was yesterdayMichael DeHaan2007-12-141-4/+4
| |
| * Make new distro form submit properlyMichael DeHaan2007-12-131-4/+3
| |