summaryrefslogtreecommitdiffstats
path: root/cobbler
Commit message (Expand)AuthorAgeFilesLines
* Enable web-editing of management classes for systems.Jasper Capel2009-02-272-2/+4
* Switch to PyYAML for yaml processing.Michael DeHaan2009-02-2616-1705/+17
* Change to allow discovery of source for buildiso --standalone from the kernel...James Cammarata2009-02-251-3/+17
* Specify query string for RPM operations.Michael DeHaan2009-02-251-1/+1
* Merge commit 'jamesc/standalone' into develMichael DeHaan2009-02-243-56/+165
|\
| * Troubleshooting, booting from iso did not like having the files named after t...James Cammarata2009-02-231-6/+6
| * [CRIT] Fix for --tempdir deletion bugJames Cammarata2009-02-131-0/+8
| * Merge branch 'devel' of git://git.fedorahosted.org/cobbler into standaloneJames Cammarata2009-02-1335-57/+443
| |\
| * | buildiso --standalone 90% doneJames Cammarata2009-02-133-55/+156
* | | Order matters, check for 's390x', then 's390'.James Laska2009-02-241-3/+3
* | | Sleep longer between power cycling systems (Bill Peck)Michael DeHaan2009-02-241-1/+1
* | | Merge commit 'jlaska/devel' into develMichael DeHaan2009-02-243-44/+45
|\ \ \
| * | | s390 distros/profiles need s390x cobbler templates too.James Laska2009-02-201-4/+4
| * | | Pass the same blended dictionary to the _parm file template. Always keep the...James Laska2009-02-201-29/+28
| * | | Allow importing s390 distrosJames Laska2009-02-202-10/+12
| * | | Fix subprocess call to use the embedded module.Michael DeHaan2009-02-201-1/+1
* | | | Fix import for EL3 ppcMichael DeHaan2009-02-241-1/+1
|/ / /
* | | Fix traceback possible with --template-files and invalid dataMichael DeHaan2009-02-191-1/+3
* | | Fix merge conflictMichael DeHaan2009-02-191-3/+0
* | | Use shlex for parsing --kopts to allow a wider variety of kernel options input.Michael DeHaan2009-02-191-11/+19
* | | Allow kernel options to start with '-' by fixing the YAML serializer to quote...Michael DeHaan2009-02-191-6/+6
* | | (A) Bill Peck's patch to make power stuff retry 5 times before failing, (B) w...Michael DeHaan2009-02-191-1/+11
* | | Justin Sherrill's patch to make authn_spacewalk allow the taskomatic user.Michael DeHaan2009-02-191-1/+1
* | | Limit access to CobblerWeb in a spacewalk install based on roles; by default,...Michael DeHaan2009-02-182-4/+30
* | | Spacewalk authz upgradesroot2009-02-181-21/+19
* | | Authn_spacewalk upgrades -- now allow username+password login + auth against ...Michael DeHaan2009-02-181-9/+77
* | | Fix message about file locationMichael DeHaan2009-02-181-1/+1
* | | When virt bridge was being saved as "" the value was being used as the actual...Michael DeHaan2009-02-182-2/+4
* | | Fix default value for server override so the web app does not store it incorr...Michael DeHaan2009-02-181-1/+1
* | | Make --rpm-list use the same parsing code as the rest of cobbler, closing a w...Michael DeHaan2009-02-181-11/+1
* | | Remove debug print statementsMichael DeHaan2009-02-183-13/+0
* | | Fix removal of images that have child objects, so that orphan detection and r...Michael DeHaan2009-02-184-4/+22
* | | Fix importer such that it works with --kickstart againMichael DeHaan2009-02-181-2/+2
* | | Don't traceback on some forms of invalid commands, just print help.Michael DeHaan2009-02-171-0/+6
| |/ |/|
* | Fix trigger codeMichael DeHaan2009-02-126-17/+18
* | Working on moving stock triggers over to be python based, while still support...Michael DeHaan2009-02-1215-21/+317
* | update should be a no-op on devel branch (no longer needed)Michael DeHaan2009-02-123-9/+9
* | Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.pyJohn Eckersberg2009-02-107-7/+7
* | Ruben K's patch to buildiso to append additional network infoMichael DeHaan2009-02-061-1/+4
* | Restart services trigger now uses XMLRPC and is therefore MUCH fasterMichael DeHaan2009-02-061-1/+3
* | Jeff Schroeder's patch to add a email "install done" trigger, plus numerous c...Michael DeHaan2009-02-063-7/+14
* | Bill Peck's patch to make import play nicer with rawhideMichael DeHaan2009-02-061-3/+7
* | Two patches from Dave Hatton, (1) sort the order of systems and profiles duri...Michael DeHaan2009-02-061-2/+14
* | Make more fields standardize around space seperation, not comma seperationMichael DeHaan2009-02-063-5/+6
* | Dave Hatton's patch to add a name servers search path to Cobbler.Michael DeHaan2009-02-067-2/+33
* | Merge branch 'devel' of ssh://git.fedorahosted.org/git/cobbler into develMichael DeHaan2009-02-061-2/+14
|\ \
| * | Gracefully handle manage_*_zones settings as strings.John Eckersberg2009-02-061-2/+14
| |/
* / Generate templates for s390 conf/parm files for profiles, not just templates.Michael DeHaan2009-02-061-0/+17
|/
* s390 hackingMichael DeHaan2009-02-053-3/+28
* (A)Michael DeHaan2009-02-044-39/+68