summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in replicate code, bump versions in case we want to do another ↵Michael DeHaan2008-06-101-3/+6
| | | | maint release.
* Fix for mkdir invocation now that we no longer own the tftp directories in ↵Michael DeHaan2008-06-091-1/+4
| | | | the RPM.
* Bump release on master branch for future maint release, if anyMichael DeHaan2008-06-041-2/+2
|
* apply fixesMichael DeHaan2008-06-041-1/+1
|
* Adding some fields to settings and misc cleanupMichael DeHaan2008-06-031-5/+2
|
* A previous edit (not released) removed a defattr in the specfile, adding it ↵Michael DeHaan2008-06-021-0/+4
| | | | back.
* Added a condrestart for Apache in the rpm post to ensure that any changes to ↵Michael DeHaan2008-05-291-0/+2
| | | | | | the mod python handlers are applied.
* Merge branch 'master' into develMichael DeHaan2008-05-291-4/+5
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * Do not own tftpboot, but create subdirs as needed automatically.Michael DeHaan2008-05-291-3/+4
| |
* | Fix devel branch versionsMichael DeHaan2008-05-281-1/+1
| |
* | Bump version of new devel branchMichael DeHaan2008-05-281-2/+5
|/
* release bump needed for build systemMichael DeHaan2008-05-281-2/+2
|
* Remove noise from previous mergeMichael DeHaan2008-05-281-1/+0
|
* Release bump for 1.0Michael DeHaan2008-05-281-0/+3
|
* Merge branch 'devel'Michael DeHaan2008-05-281-15/+23
|\ | | | | | | | | | | | | | | Conflicts: cobbler.spec cobbler/item_system.py cobbler/webui/master.py
| * Fix to make serializer look in the right place, also removed a debugMichael DeHaan2008-05-161-2/+2
| | | | | | | | print.
| * The settings file is now /etc/cobbler/settings, and cobbler's command lineMichael DeHaan2008-05-161-2/+3
| | | | | | | | | | will warn the user the old file is no longer in use and ask them to delete it before proceeding.
| * Apply patch to remove anti-createrepo conditions, bump version.Michael DeHaan2008-05-121-1/+4
| |
| * Release bump for test releaseMichael DeHaan2008-05-091-2/+2
| |
| * Abstract out sync code into it's constituent parts, plus some packaging ↵Michael DeHaan2008-04-181-0/+1
| | | | | | | | changes that I left out earlier.
| * Update specfile to no longer package legacy directoriesMichael DeHaan2008-04-181-5/+0
| |
| * Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-2/+3
| | | | | | | | 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/+3
| | | | | | | | 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-1/+0
| |
| * Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+0
| | | | | | | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
| * mergeroot2008-04-081-4/+0
| |
| * Merge branch 'master' into develMichael DeHaan2008-04-081-0/+4
| |\ | | | | | | | | | | | | | | | | | | Conflicts: cobbler.spec cobbler/webui/master.py
| * | Merge.Michael DeHaan2008-04-081-5/+1
| | |
| * | Merge branch 'master' into develMichael DeHaan2008-04-081-0/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/webui/master.py
| * | | Updated LDAP and authorization code, plus packagingMichael DeHaan2008-03-261-4/+5
| | | |
| * | | Merge branch 'master' into develMichael DeHaan2008-03-121-0/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * | | | Patch to allow overriding gpgcheck, +version bumpMichael DeHaan2008-03-101-2/+2
| | | | |
* | | | | update name check codeMichael DeHaan2008-04-081-1/+1
| |_|_|/ |/| | |
* | | | Update name-check code to be more strict, bump versionMichael DeHaan2008-04-081-2/+2
| |_|/ |/| |
* | | Force names to be alphanumeric, update dates for release.Michael DeHaan2008-04-081-1/+1
| |/ |/|
* | Fix bug in module loader to allow non-serializer modules to be loadedMichael DeHaan2008-03-121-1/+4
|/ | | | using /etc/cobbler/modules.conf
* Getting ready for 0.8.2 releaseMichael DeHaan2008-03-071-1/+1
|
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-1/+4
| | | | | 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-201-2/+5
|
* Merge branch 'devel'Michael DeHaan2008-02-151-131/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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/+5
| |
| * Fix specfile errorMichael DeHaan2008-02-151-1/+1
| |
| * changelog fixupMichael DeHaan2008-02-151-1/+1
| |
| * Release bump for 0.8.0Michael DeHaan2008-02-151-1/+4
| |
| * Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-104/+5
| |
| * Fixes for builds on F9 and later.Michael DeHaan2008-01-101-0/+4
| |
| * Add eggs spec code for F9Michael DeHaan2008-01-101-0/+5
| |
| * it's 2008, not 2007.Michael DeHaan2008-01-071-1/+1
| |
| * Add new python module directory to specfile.Michael DeHaan2008-01-071-1/+2
| |
| * Add directory to RPM spec file.Michael DeHaan2008-01-071-0/+1
| |