summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* This specfile define is currently pointless and can be removed.Michael DeHaan2007-04-054-50/+83
|
* Doc cleanup.Michael DeHaan2007-04-056-60/+67
|
* Some cleanup/fixing in the reposync code.Michael DeHaan2007-04-052-13/+23
|
* Remove unneeded param.Michael DeHaan2007-04-051-1/+1
|
* Forgot to include details in last commit, so here's the CHANGELOG.Michael DeHaan2007-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | Basically cobbler repo add can now take the following. cobbler repo add --mirror=http://mirrors.kernel.org/fedora/core/updates/6/i386/ --name=fc6i386updates --local-filename=fedora-updates The above syntax also works for FTP. Rather basic. Additionally, there is preliminary support for mirroring content out of RHN. To do this, you will need a entitled/registered RHN system and RHEL >= 5.0. cobbler repo add --name=rhel-i386-server-5 --mirror=rhn://rhel-i386-server-5 Usage of ftp://, http://, and rhn:// (it's not really a protocol, btw), require that yum-utils be installed. yum-utils is the package that provides reposync.
* (no commit message)Michael DeHaan2007-04-044-10/+32
|
* More better (TM) repo parameterization in kickstarts.Michael DeHaan2007-04-042-5/+9
|
* Correct some errors in kickstart templating for the new repo stuff ...Michael DeHaan2007-04-041-2/+3
|
* Adding website content to git for backup.Michael DeHaan2007-04-0413-0/+977
|
* Add missing directory to setup.pyMichael DeHaan2007-04-041-0/+2
|
* Remove redundant cobbler.pod from repository (official copy nowMichael DeHaan2007-04-043-604/+73
| | | | docs/cobbler.pod) and continue working on import/reposync.
* Add preliminary support for RHEL5 tree management. This is ratherMichael DeHaan2007-04-035-48/+156
| | | | | | | | | | | | complicated and introduces a new variable source_repos on each 'distro' object and also has some implications for how sync completes. Basically RHEL5 has multiple comps files so createrepo must be run more than once. The main point of this support is to install and configure the "core" mirror for distros, where previously only extras/updates were dealt with. The core repo is derived from the kickstart tree (cobbler import) rather than the "cobbler repo add" commands (manual add).
* Preliminary support for http:// and ftp:// mirrors via yum's reposync.Michael DeHaan2007-04-032-48/+113
|
* Added tagsMichael DeHaan2007-04-031-4/+4
|
* Remove typo from rsync.excludeMichael DeHaan2007-04-021-1/+0
|
* Update changelog.Michael DeHaan2007-04-021-1/+2
|
* Improvements/fixes to the "DVD import" code so that they know more aboutMichael DeHaan2007-04-022-6/+37
| | | | how to deal with RHEL and in-between builds of Fedora.
* Fix changelog format.Michael DeHaan2007-04-021-2/+1
|
* Preparation for later 0.4.6 releaseMichael DeHaan2007-04-023-3/+7
|
* Fix bug with cobbler sync and older configs.Michael DeHaan2007-04-021-1/+1
|
* Store repo information as a list. This unbreaks --repos on "profile add"Michael DeHaan2007-03-282-1/+5
|
* Bind cobbler_syslogd to everything.Michael DeHaan2007-03-271-4/+1
|
* Edited TODOMichael DeHaan2007-03-271-4/+6
|
* Test new git repo.Michael DeHaan2007-03-261-1/+1
|
* Added tag release-0.4.5 for changeset 258f49e92ddc4c90a13c063b59c531ae8bccdf57Michael DeHaan2007-03-231-0/+1
|
* This is 0.4.5Michael DeHaan2007-03-238-83/+14
|
* This is release 0.4.4. I mean it this time :)Michael DeHaan2007-03-234-1998/+20
|
* Added tag release-0.4.4 for changeset 93e901c9cdc9dc4dc974870fb97dd3de3ff328b6Michael DeHaan2007-03-231-0/+1
|
* Added links dir to spec file.Michael DeHaan2007-03-221-0/+1
|
* Fixed bug in watcher.py code found in PXE testing, make file now removes ↵Michael DeHaan2007-03-223-1/+3
| | | | pod2man tempfiles.
* Allow watcher script to stay running when it can't get a hostname during ↵Michael DeHaan2007-03-221-1/+4
| | | | startup.
* Added tag release-0.4.4 for changeset 831b6658504aec0a20a21dbb73025713725bdaa2Michael DeHaan2007-03-221-0/+1
|
* tags + specfileMichael DeHaan2007-03-221-0/+1
|
* Added tag release-0.4.4 for changeset 9460ca9bbb3f4b588d99761c2a067fb03a5034eaMichael DeHaan2007-03-221-0/+1
|
* Added tag release-0.4.4 for changeset 8f9d3d862cd4149bfc08cbbc13f2a8a9eb16349eMichael DeHaan2007-03-221-0/+1
|
* Added tag release-0.4.4 for changeset 64f566d386880a88e70f115c2b8172a52457c901Michael DeHaan2007-03-221-0/+1
|
* Tags + added template file to manifest.inMichael DeHaan2007-03-222-0/+2
|
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the ↵Michael DeHaan2007-03-229-33/+29
| | | | | | | kernel-parameters-get-shorter effort as well as templating and import features. Plus some random things, like case insensitive paths and some additional argument checking.
* Ongoing work on a better DVD import...Michael DeHaan2007-03-202-121/+157
|
* Adding manpage before I forget.Michael DeHaan2007-03-191-0/+537
|
* Most of these diffs come from directory reorg/cleanup, though the main ↵Michael DeHaan2007-03-1923-215/+268
| | | | feature here is the start of a better --import command that creates significantly shorter paths and can work more reliably on mounted DVD images (losetup or otherwise). Detection of kickstarts based on paths needs to be augmented by additional means for this to really work. However, changes going in here (and still more to come) result in cleaner names for imported profiles, and substantially shorter kernel option command lines, which is needed to keep under the 255 limit. There is also some work here going in to template out all of the files for PXE, reducing the amount of code in action_sync and also making PXE setups much more customizable (menu choices, titles, random parameters, ipappend 2, etc) without patching the source. "tree" on import is also attached now to the distro, not the profile. So, whew, that's a lot.
* Interim commit in the middle of directory reorg.Michael DeHaan2007-03-1612-86/+29
|
* Updated TODOMichael DeHaan2007-03-161-0/+3
|
* Update TODOMichael DeHaan2007-03-151-3/+3
|
* Updated cobbler TODO with messages from list.Michael DeHaan2007-03-152-65/+14
|
* dirname, not basename.Michael DeHaan2007-03-081-1/+1
|
* Version bump / changelog.Michael DeHaan2007-03-023-2/+9
|
* Tabs are evil.Michael DeHaan2007-03-021-1/+1
|
* Fixes to import tree URL's and repo parameter splitting, thanks to ↵Michael DeHaan2007-03-022-3/+6
| | | | et-mgmt-tools list folks for pointing these out.
* Added tag release-0.4.3 for changeset 658faa7fb434518d1ef7a6393846cbbd57dc1445Michael DeHaan2007-02-281-0/+1
|