summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Remove last references to old YAML parser.Michael DeHaan2009-03-023-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG scripts/index.py
| * | | Add TAGS to .gitignoreJohn Eckersberg2009-02-281-0/+1
| | | |
| * | | - Add 'tags' target in Makefile to build emacs tags fileJohn Eckersberg2009-02-281-9/+11
| | | | | | | | | | | | | | | | - Cleanup whitespace in Makefile
* | | | update changelogMichael DeHaan2009-02-271-0/+1
| | | |
* | | | Allow src and noarch in API and webapp for repos, make the set_repo function ↵Michael DeHaan2009-02-274-9/+38
|/ / / | | | | | | | | | | | | | | | | | | | | | smarter. Conflicts: cobbler/utils.py
* / / Name server and name server search paths are arrays, not strings, and thus ↵Michael DeHaan2009-02-272-4/+4
|/ / | | | | | | don't need <<inherit>> goo to make them work.
* | Switch to PyYAML for yaml processing.Michael DeHaan2009-02-2620-1724/+39
| | | | | | | | | | | | Conflicts: cobbler.spec
* | Fix build for rawhide now that yaboot is included, don't terminate the buildMichael DeHaan2009-02-262-0/+2
| | | | | | | | because ppc content is packaged for a noarch, content is not intended for the local machine but remotes.
* | Change to allow discovery of source for buildiso --standalone from the ↵James Cammarata2009-02-251-3/+17
| | | | | | | | kernel path in the distro
* | Add git-core as a build dependencyJasper Capel2009-02-251-2/+2
| |
* | Use the special make target for debianJasper Capel2009-02-251-1/+1
| |
* | Change Debian build version to 1.5.0Jasper Capel2009-02-251-1/+7
| |
* | Create a Makefile target just for DebianJasper Capel2009-02-251-7/+4
| |
* | Initial commit of debian build filesroot2009-02-2512-0/+638
| |
* | Have the Makefile respect the DESTDIR env variableroot2009-02-251-1/+7
| |
* | Changelog updateMichael DeHaan2009-02-251-0/+1
| |
* | Merge commit 'davehatton/my-devel' into develMichael DeHaan2009-02-251-14/+27
|\ \
| * | don't add DNS entries to ifcfg-* for slave interfacesDave Hatton2009-02-251-4/+7
| | |
| * | specific code to add nameservers to /etc/resolv.confDave Hatton2009-02-251-0/+8
| | |
| * | move name server search path code outside of main loopDave Hatton2009-02-251-10/+12
| | |
| * | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into develDave Hatton2009-02-243-3/+13
| |\ \
| * \ \ Merge branch 'devel' of git://git.fedorahosted.org/cobbler into develDave Hatton2009-02-2454-85/+4328
| |\ \ \
| * \ \ \ Merge branch 'devel' of git://git.fedorahosted.org/cobbler into develDave Hatton2009-02-195-19/+53
| |\ \ \ \
| * \ \ \ \ Merge branch 'devel' of git://git.fedorahosted.org/cobbler into develDave Hatton2009-02-1917-55/+173
| |\ \ \ \ \
| * | | | | | Fix subprocess call to use the embedded module.Michael DeHaan2009-02-162-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | | | | Specify query string for RPM operations.Michael DeHaan2009-02-251-1/+1
| | | | | | |
* | | | | | | Merge commit 'jamesc/standalone' into develMichael DeHaan2009-02-243-56/+165
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Troubleshooting, booting from iso did not like having the files named after ↵James Cammarata2009-02-231-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the distro. Reverted names to vmlinuz and initrd.img and everything seems to work fine
| * | | | | | [CRIT] Fix for --tempdir deletion bugJames Cammarata2009-02-131-0/+8
| | | | | | |
| * | | | | | Merge branch 'devel' of git://git.fedorahosted.org/cobbler into standaloneJames Cammarata2009-02-1358-216/+649
| |\ \ \ \ \ \
| * | | | | | | buildiso --standalone 90% doneJames Cammarata2009-02-133-55/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still need to fix --tempdir deletion bug
* | | | | | | | Anaconda doesn't seem to honor nameservers consistently, set it manually ↵Michael DeHaan2009-02-242-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (jcapel)
* | | | | | | | Anaconda didn't seem to honour --hostname on "network" statements for DHCP, ↵Jasper Capel2009-02-241-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at least on EL5. This patch sets the hostname in /etc/sysconfig/network explicitly during post_install_network_config.
* | | | | | | | Order matters, check for 's390x', then 's390'.James Laska2009-02-241-3/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Sleep longer between power cycling systems (Bill Peck)Michael DeHaan2009-02-242-1/+2
| | | | | | |
* | | | | | | Use nameserver when set in Anaconda config (Ruben Kerkhof)Michael DeHaan2009-02-242-0/+5
| | | | | | |
* | | | | | | Merge commit 'jlaska/devel' into develMichael DeHaan2009-02-2414-84/+404
|\ \ \ \ \ \ \
| * | | | | | | All CMS key=value pairs are also required by koan --replace-self. This ↵James Laska2009-02-232-75/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch removes hard coding the required installation arguments in the templates and relies on the cobbler system --kopts. Leaving the hard coded values in the _conf file (unused) for now.
| * | | | | | | Cosmetic changes mostly, also added a function to show what serverJames Laska2009-02-231-12/+36
| | | | | | | |
| * | | | | | | s390 distros/profiles need s390x cobbler templates too.James Laska2009-02-201-4/+4
| | | | | | | |
| * | | | | | | Pass the same blended dictionary to the _parm file template. Always keep ↵James Laska2009-02-201-29/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the _conf and _parm files updated even when netboot-enabled=0. Don't raise exception when missing distro files are discovered during sync.
| * | | | | | | For now, the parm file will contain all boot and CMS args. The parm file is ↵James Laska2009-02-201-2/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | limited to 80 characters and 11 lines long.
| * | | | | | | Fix a few bugs and add several new CMS variablesJames Laska2009-02-201-23/+27
| | | | | | | |
| * | | | | | | Drop unused $append_lineJames Laska2009-02-202-2/+0
| | | | | | | |
| * | | | | | | Changed default kernel_options_s390xJames Laska2009-02-201-2/+2
| | | | | | | |
| * | | | | | | Allow importing s390 distrosJames Laska2009-02-202-10/+12
| | | | | | | |
| * | | | | | | Adding zpxe.rexx and snippet to packagingJames Laska2009-02-204-0/+242
| | | | | | | |
| * | | | | | | A SNIPPET that allows RHEL4 and older distros to reboot properly after installJames Laska2009-02-201-0/+10
| | | | | | | |
| * | | | | | | Fix subprocess call to use the embedded module.Michael DeHaan2009-02-202-1/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CHANGELOG
* | | | | | | Fix import for EL3 ppcMichael DeHaan2009-02-242-1/+2
| | | | | | |