summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added logging and ssh keys snippets to setup.py and cobbler.specJasper Capel2009-03-121-0/+3
|
* Add in a mechanism for a generic "on change" trigger, that is called on all ↵Michael DeHaan2009-03-111-0/+1
| | | | adds/edits/removes and syncs. To be used later by our SCM integration feature, among other things.
* Rename anamon.py -> anamonJames Laska2009-03-091-4/+2
|
* Bump development branch release numbers to 1.7Michael DeHaan2009-03-061-37/+4
|
* Modify build scripts to not install the pycs and pyos for anamon. This ↵Michael DeHaan2009-03-061-1/+4
| | | | | | | | could probably be better done by changing anamon to not end in ".py", as RPM is trying to be too smart for it's own good (I think) Conflicts: cobbler.spec
* BuildRequires PyYAMLMichael DeHaan2009-03-061-0/+1
|
* Require libyaml to ensure fast performanceMichael DeHaan2009-03-061-0/+1
|
* Package a snippet, and some paranoid checks to make sure XMLRPC doesn't send ↵Michael DeHaan2009-03-061-0/+1
| | | | a none.
* 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
| |