summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEADJames Cammarata2009-06-099-424/+229
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEADJames Cammarata2009-06-0510-542/+185
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.fedorahosted.org/cobbler into HEADJames Cammarata2009-06-0321-506/+104
| |\ \ \ \ \
| * | | | | | Removed duplicate file line from cobbler.specJames Cammarata2009-06-021-1/+0
| | | | | | |
* | | | | | | Fix netboot enabled handling in webappPeter Vreman2009-06-252-1/+8
| | | | | | |
* | | | | | | Various patches WRT background task enginePeter Vreman2009-06-253-8/+33
| | | | | | |
* | | | | | | Fix typo in network config snippetMichael DeHaan2009-06-252-1/+5
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | | | Remove debuginfo packages which we don't need.Michael DeHaan2009-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler.spec
* | | | | | Remove ExclusiveArchMichael DeHaan2009-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cobbler.spec
* | | | | | Fix the URL in the PXE templateMichael DeHaan2009-06-101-1/+1
| | | | | |
* | | | | | Stderr redirection not compatible, working on a replacement.Michael DeHaan2009-06-101-9/+4
| | | | | |
* | | | | | Removal of daemonize code in cobblerd allows for fixing subprocess fork ↵Michael DeHaan2009-06-102-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calls from threads in remote. We still need to rework the way stderr/stdout is redirected across the entire app, esp with this change, to avoid output from actions hitting the console.
* | | | | | Working on threading engineMichael DeHaan2009-06-101-10/+50
| | | | | |
* | | | | | Simple change to task engine, background tasks need to be authorized.Michael DeHaan2009-06-101-1/+2
| | | | | |
* | | | | | WIP on cleaning up task idsMichael DeHaan2009-06-091-0/+10
| | | | | |
* | | | | | The initial start of a task engine for background tasks.Michael DeHaan2009-06-091-0/+62
| | | | | |
* | | | | | Some more cleanup/fixing with regard to setting names and reducing boilerplate.Michael DeHaan2009-06-098-58/+48
| | | | | |
* | | | | | Seeing various boilerplate methods were already generalized, we canMichael DeHaan2009-06-096-152/+0
| | | | | | | | | | | | | | | | | | | | | | | | now move the various object classes.
* | | | | | If reposyncing a new repo and we have an old createrepo, don't continue, ↵Michael DeHaan2009-06-093-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | tell the user to upgrade createrepo.
* | | | | | Tweaks to previous reposync patchMichael DeHaan2009-06-094-4/+17
| | | | | |
* | | | | | Search for the repomd file, rather than relying on specific filenames, sinceGarrett Holmstrom2009-06-093-5/+33
| |_|_|/ / |/| | | | | | | | | | | | | | F11 and later have hashes in the filenames
* | | | | Update changelog on devel branch to reflect release16 changelogMichael DeHaan2009-06-081-0/+1
| | | | |
* | | | | Tweaking specfile so koan is buildable on EL-2Michael DeHaan2009-06-082-3/+3
| | | | |
* | | | | RPM changes to support EL 2Michael DeHaan2009-06-082-1/+2
| | | | |
* | | | | Build changes to support EL 2Michael DeHaan2009-06-081-1/+2
| | | | |
* | | | | A series of heinous-evil hacks to make koan, when invoked for --replace-self ↵Michael DeHaan2009-06-082-96/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and by the API /only/, work on EL 2.1 (python 1.5) Conflicts: koan/utils.py
* | | | | Simply snippet inclusion in RPMMichael DeHaan2009-06-081-20/+1
| | | | |
* | | | | Add snippet to RPM, remove extra log printPeter Vreman2009-06-082-1/+1
| | | | |
* | | | | Various web application fixesPeter Vreman2009-06-082-7/+15
| | | | |
* | | | | More remote.py refactoringPeter Vreman2009-06-081-23/+23
| | | | |
* | | | | Refactoring remote.pyPeter Vremen2009-06-081-297/+70
| | | | |
* | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-06-0813-486/+198
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/cobblerMichael DeHaan2009-06-054-14/+23
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Added a new "reinstall entry" snippet useful for labs/classrooms, fixed ↵Michael DeHaan2009-06-034-14/+23
| | | | | | | | | | | | | | | | | | | | non-system editing in CLI
| * | | | Update cobblerd remote methods to use the new common infrastructure for ↵Michael DeHaan2009-06-052-377/+94
| | | | | | | | | | | | | | | | | | | | basic object tasks (save some code), also add some comments (with more to add). Notice that with this change the remote XMLRPC communication from cobblerd does /not/ make cobbler up to date WRT cobblerd and vice versa anymore, which is being done because we will be remoting the command line very soon -- after adding first a task engine to cobblerd.
| * | | | Working on cleanup to a previous refactoring, among other thingsMichael DeHaan2009-06-059-95/+87
| | | | |
* | | | | Add new snippetMichael DeHaan2009-06-081-0/+6
|/ / / /
* | | | Remove cache update functions from web app (we're going to be remoting the ↵Michael DeHaan2009-06-051-62/+0
| | | | | | | | | | | | | | | | command line and making this unneccessary)
* | | | Remove global.Michael DeHaan2009-06-051-8/+4
|/ / /
* | | Update pusher scriptMichael DeHaan2009-06-021-2/+1
| | |
* | | Make interface editing on the CLI work again, now with multiple interface ↵Michael DeHaan2009-06-028-451/+38
| | | | | | | | | | | | at-a-time support. Also remove some old field code from before the refactoring that we are no longer using.
* | | update todo fileMichael DeHaan2009-06-022-5/+0
| | |
* | | Fix error message when wrong virt-ram setting is appliedMichael DeHaan2009-06-012-3/+4
| | |
* | | Various field type corrections, moving more things to select boxes, some CSS ↵Michael DeHaan2009-06-015-7/+28
| | | | | | | | | | | | class changes
* | | Update TODO file with things that are already doneMichael DeHaan2009-06-011-5/+5
| | |
* | | Fix color coding on the network objects edit pageMichael DeHaan2009-06-011-0/+4
| | |
* | | Fix webapp so that right hand side never renders below the sidebar. Note to ↵Michael DeHaan2009-06-012-2/+6
| | | | | | | | | | | | | | | | | | | | | HTML purists, this fix contains a table! If you hate tables, patches are welcome, but this patch comes because I yet haven't had a patch and do not pretend to be a CSS wizard when it comes to DIV alignments.
* | | remove reference to removed fileMichael DeHaan2009-06-011-1/+0
| | |
* | | This file is no longer usedMichael DeHaan2009-06-011-24/+0
| | |
* | | Don't run createrepo on reposynced repos, it is redundant. Also, change ↵Michael DeHaan2009-06-013-2/+4
| | | | | | | | | | | | default for rpm_list