summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move remaining obsolete files to common directory; make "make clean" clean ↵Michael DeHaan2009-04-281-0/+5
| | | | up more things
* Move "about" webapp info into a django template so navigation will be ↵Michael DeHaan2009-04-271-4/+1
| | | | consistent, also trim length to only say what's needed to be said; refer to online docs.
* Make "make install" targets set ownership for djangoMichael DeHaan2009-04-271-0/+1
|
* Django is now packaged. Misc restructuring and cleanup.Michael DeHaan2009-04-221-18/+11
|
* First pass at unifing cobbler and koan under a single setup.py and spec file.Michael DeHaan2009-04-211-16/+13
| | | | Later, django also will be a subpackage under this.
* save dhcp.template in devinstallroot2009-04-011-0/+2
|
* Whole bunch of network work, good time to throw a commit out.John Eckersberg2009-03-131-0/+2
| | | | | At this point I can manipulate network objects via the CLI. Nothing intelligent is going on under the hood yet.
* - Add 'tags' target in Makefile to build emacs tags fileJohn Eckersberg2009-02-281-9/+11
| | | | - Cleanup whitespace in Makefile
* Create a Makefile target just for DebianJasper Capel2009-02-251-7/+4
|
* Have the Makefile respect the DESTDIR env variableroot2009-02-251-1/+7
|
* Working on getting the server to not ping itselfMichael DeHaan2009-01-231-0/+1
|
* Minor cleanup on 'clean' target. Change default build target from 'rpms' to ↵James Laska2009-01-061-13/+6
| | | | 'build'.
* Merge branch 'devel'Michael DeHaan2008-12-191-41/+60
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS Makefile cobbler.spec cobbler/config.py cobbler/remote.py cobbler/templar.py setup.py
| * Call restorecon in lots of places if required to make sure selinux context ↵Michael DeHaan2008-12-101-12/+0
| | | | | | | | is as expected; remove srpm target that isn't used -- just run "make" to get both rpms.
| * Changes to the DHCP management code to use the new fields.Michael DeHaan2008-11-201-1/+1
| |
| * Cleanup the post-make file 'config/version'James Laska2008-11-191-1/+1
| |
| * Add more 'clean' targets so that 'git status' is happyJames Laska2008-11-131-0/+5
| |
| * Patch from Peter Vreman to makefile savestate/restorestate, plus some ↵Michael DeHaan2008-11-131-20/+21
| | | | | | | | changes of my own to save the cobbler objects.
| * Get new XMLRPC tests into a passing state, the test process will now rewrite ↵Michael DeHaan2008-11-051-2/+3
| | | | | | | | | | | | | | | | the user settings during testing and restore them afterward to make sure it can log in. Some tests had to be disabled as we need to rewrite /more/ settings to verify them, and additionally some more tests should be done at the URL level.
| * More work on additional XMLRPC tests, a bit more annoying that expected. ↵Michael DeHaan2008-11-041-2/+2
| | | | | | | | | | | | Switched on nosetest's "evaluate asserts" which seems to be kind of hit-or-miss. In progress... Also cleaned up a problem in reposync where a value could be sent down as None.
| * Make repos auto-set their breed to make API usage a bit cleaner, still ↵Michael DeHaan2008-11-041-3/+0
| | | | | | | | working on tests.
| * Reworking the remote tests and adding a few more. Now we no longer save and ↵Michael DeHaan2008-10-311-4/+7
| | | | | | | | restore config state in the tests, and work with what the user already had (tests won't delete objects they didn't create).
| * Moved the older test code under the main tree so it gets installed with the ↵Michael DeHaan2008-10-171-3/+3
| | | | | | | | RPM. Beginings of adding testcases for XMLRPC that will exercise read only and read-write XMLRPC through Apache. Right now, there is only some basic read-only testing to verify koan's calls remain operational. We'll also want to write tests for the mod_python components.
| * Fix for test caseMichael DeHaan2008-10-151-37/+47
| |
| * Call unittests with noseMichael DeHaan2008-10-151-12/+14
| |
| * Enhance image-vs-profile validation and be more tolerant of conflictsMichael DeHaan2008-09-291-1/+1
| |
| * Further work on the network interface editor. Seems to load things fine ↵Michael DeHaan2008-09-261-1/+1
| | | | | | | | now, working on the submit half.
| * Ensure that the default value for ownership is a list. Also some cleanup to ↵Michael DeHaan2008-09-221-8/+12
| | | | | | | | the way we save settings in the middle of test runs. Also also some manpage cleanup pointed out by bretm.
| * Add Javier P's patch to add "cobbler import" support for Debian. Also ↵Michael DeHaan2008-09-121-0/+6
| | | | | | | | tweaked Andrew Brown's system cloner a bit and added packaging for the debian sample.seed file.
| * Merge branch 'master' into develMichael DeHaan2008-09-021-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * | Lots of work on the acl module, still need to test some niche cases and ensureMichael DeHaan2008-08-281-0/+2
| | | | | | | | | | | | the authz_configfile still works, though ownership is looking pretty good at this point with ACL's tacked on after normal authz approval
* | | Enhance image-vs-profile validation and be more tolerant of conflictsMichael DeHaan2008-09-291-1/+1
| |/ |/| | | | | | | | | Conflicts: Makefile
* | Fix various merge errors and also add some missing directory packaging to ↵Michael DeHaan2008-09-021-1/+1
|/ | | | the RPM
* fix typoMichael DeHaan2008-08-211-1/+1
|
* Make "make devinstall" remove files after usageMichael DeHaan2008-08-201-0/+1
|
* Remove xlat parts of Makefile that are not in use, release bumpMichael DeHaan2008-08-081-6/+6
|
* In-progress work on making bash-completion script not need to run cobbler by ↵Michael DeHaan2008-07-231-0/+3
| | | | teaching it about a much lighter weight script that reads a pre-generated list of options.
* Remove references to manage_dhcp_mode and manage_dns_mode as this is ↵Michael DeHaan2008-06-251-2/+0
| | | | 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.
* The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-8/+8
| | | | | will warn the user the old file is no longer in use and ask them to delete it before proceeding.
* Checked in architecture diagram source, run "make graphviz" to build it.Michael DeHaan2008-05-151-0/+4
|
* Apply scott henson's replicate patch.Michael DeHaan2008-05-081-1/+1
|
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-0/+1
| | | | under mod_python, kickstart templating code now moved out of sync function.
* Replaced the existing cobbler pre/post install triggers system with a much ↵Michael DeHaan2008-04-151-0/+1
| | | | more flexible model that (for each system) passes in the following. First arg: the word "system" or "profile", Second arg: the name of the said system or profile, Third: the MAC if available, Fourth: the IP. This is all logged by a default "status" trigger to /var/log/cobbler/install.log, for being read by the soon-to-be-revamped cobbler check. The check system logs all of this in order, followed by the word "start" or "stop", followed by the number of seconds since Epoch.
* Better kerberos support. See the Wiki.Michael DeHaan2008-04-141-0/+2
|
* Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-0/+2
|
* Lots of logging improvements, keep sync from blitzing the WebUIMichael DeHaan2007-12-061-4/+2
|
* AuthN/AuthZ modules are now pluggable, http://127.0.0.1/cobbler/web now ↵Michael DeHaan2007-12-041-0/+4
| | | | active for mod_python using AuthN/AuthZ, backend now also doing AuthZ. default AuthN mechanism is using /etc/cobbler/auth.conf for now, which needs to be replaced, should use htdigest data at minimum.
* First start of pluggable authn/authz system for remote API + web interface,Michael DeHaan2007-12-031-0/+1
| | | | using Apache modules.
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-2/+2
|
* Fix for cobbler's dhcp generation behavior with the new interface ↵Michael DeHaan2007-10-311-2/+2
| | | | | | representation. (Plus some unfinished work on paginating the WebUI).