summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* Switch to PyYAML for yaml processing.Michael DeHaan2009-02-261-2/+1
| | | | | | Conflicts: cobbler.spec
* Fix build for rawhide now that yaboot is included, don't terminate the buildMichael DeHaan2009-02-261-0/+1
| | | | because ppc content is packaged for a noarch, content is not intended for the local machine but remotes.
* Adding zpxe.rexx and snippet to packagingJames Laska2009-02-201-0/+2
|
* Working on moving stock triggers over to be python based, while still ↵Michael DeHaan2009-02-121-7/+0
| | | | supporting shell triggers. These execute faster and can use native API handles without reloading penalties. Unit tests still have some errors, so we're not done with this.
* Jeff Schroeder's patch to add a email "install done" trigger, plus numerous ↵Michael DeHaan2009-02-061-1/+9
| | | | changes from mpd -- speaks xmlrpc now for efficiency reasons, uses a Cheetah template, etc. The template lives in /etc/cobbler/reporting for installed cobbler versions now. Turned on in /etc/cobbler/settings.
* Add anamon.init script to provide post-install boot notification using the ↵James Laska2009-01-221-0/+2
| | | | anamon service. Add a anamon pre/install trigger to clear any saved logfiles.
* Require python-netaddr, to be used to clean up code using 'gethostip'John Eckersberg2009-01-091-0/+1
| | | | | from syslinux as well as to implement network objects. At some point we should switch over everything using strings to netaddr.IP objects.
* Merge branch 'master' into develMichael DeHaan2008-12-221-0/+3
|\ | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec setup.py
| * Release bump for future maint. releaseMichael DeHaan2008-12-221-2/+5
| |
* | Development release start; version bumpMichael DeHaan2008-12-221-2/+5
| |
* | Merge branch 'master' into develMichael DeHaan2008-12-221-3/+6
|\|
| * Rawhide specfile changes to make things build nicely on python 2.6Michael DeHaan2008-12-221-3/+6
| |
* | Merge commit 'origin/devel' into develJames Laska2008-12-191-176/+2
|\|
| * Update spec, tweak pusher scriptMichael DeHaan2008-12-191-2/+2
| |
| * Remove selinux comment from specfileMichael DeHaan2008-12-191-1/+0
| |
| * Don't do chcon in the RPMMichael DeHaan2008-12-191-18/+0
| |
| * Remove echo from specMichael DeHaan2008-12-191-1/+0
| |
| * Remove merge conflictsMichael DeHaan2008-12-191-4/+0
| |
| * Merge branch 'devel'Michael DeHaan2008-12-191-51/+118
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS Makefile cobbler.spec cobbler/config.py cobbler/remote.py cobbler/templar.py setup.py
| * | changelogMichael DeHaan2008-11-141-2/+2
| | |
| * | Release bumpMichael DeHaan2008-10-151-1/+4
| | |
| * | Release bumpMichael DeHaan2008-10-151-1/+4
| | |
| * | Release bumpMichael DeHaan2008-10-141-1/+4
| | |
| * | Fix for ownership module when editing kickstarts in webapp, release bump, ↵Michael DeHaan2008-10-101-121/+4
| | | | | | | | | | | | pruned changelog
* | | Merge commit 'origin/devel' into develJames Laska2008-12-191-6/+10
|\ \ \ | | |/ | |/|
| * | Release bumpMichael DeHaan2008-12-191-6/+10
| | |
* | | Merge commit 'origin/devel' into develJames Laska2008-12-191-6/+13
|\| |
| * | Fix rpm testsMichael DeHaan2008-12-181-6/+6
| | |
| * | selinux updates to specfileMichael DeHaan2008-12-181-6/+13
| | |
* | | Merge commit 'origin/devel' into develJames Laska2008-12-181-0/+14
|\| |
| * | Move semanage stuff into the RPM; remove logger code that is not used.Michael DeHaan2008-12-181-0/+14
| | |
* | | Merge commit 'origin/devel' into develJames Laska2008-12-161-0/+4
|\| | | | | | | | | | | | | | Conflicts: cobbler/pxegen.py
| * | Require genisoimage only for Fedora, use mkisofs for ELMichael DeHaan2008-12-161-0/+4
| | |
* | | Merge commit 'origin/devel' into develJames Laska2008-12-151-0/+1
|\| |
| * | genisoimage is now a requirement (due to cobbler buildiso wanting it).Michael DeHaan2008-12-131-0/+1
| | |
* | | Merge commit 'origin/devel' into develJames Laska2008-12-121-6/+1
|\| | | | | | | | | | | | | | | | | Conflicts: cobbler.spec setup.py
| * | Package the new snippet, still working on the webappMichael DeHaan2008-12-111-0/+1
| | |
| * | add RHN/Satellite/Spacewalk registration snippet and underlying supportMichael DeHaan2008-12-111-6/+0
| | | | | | | | | | | | (webui pending)
* | | Add anamon.py %pre script into aux/anamon.pyJames Laska2008-12-111-0/+4
|/ /
* | Python 2.6 fixMichael DeHaan2008-12-101-1/+1
| |
* | Updated test releaseMichael DeHaan2008-12-101-1/+6
| |
* | Release bump and add to spec for F11/rawhide python 2.6Michael DeHaan2008-12-081-1/+9
| |
* | add a few comments to the specfileMichael DeHaan2008-11-201-0/+2
| |
* | Peter Vreman's patch to clean up paths in /etc/cobbler and move kickstarts ↵Michael DeHaan2008-11-201-2/+22
| | | | | | | | to /var/lib/cobbler/kickstarts
* | package koan_environment snippetMichael DeHaan2008-11-191-0/+1
| |
* | Add a --version command to cobbler which works by writing the file for ↵Michael DeHaan2008-11-181-1/+3
| | | | | | | | | | | | | | /var/lib/cobbler/version at build time, including git hash info since the version during development may not be as definitive as the package version
* | Bump release version for future test releaseMichael DeHaan2008-11-171-1/+5
| |
* | Update the rsync.excludes file to enable ppc, re-enable IA64, and addMichael DeHaan2008-11-171-1/+4
| | | | | | | | some debian content we don't want to mirror.
* | Add yaboot-1.3.14 binary built from yaboot.git repository (see ↵James Laska2008-11-131-0/+1
| | | | | | | | http://yaboot.ozlabs.org).
* | Merge commit 'jcapel_nl/networking' into develMichael DeHaan2008-10-311-0/+2
|\ \