summaryrefslogtreecommitdiffstats
path: root/cobbler/action_import.py
Commit message (Expand)AuthorAgeFilesLines
* Default arches to 'i386' to be consistent with the treesMichael DeHaan2008-05-291-5/+11
* Fix if clauseMichael DeHaan2008-04-161-2/+2
* To make things easier to understand, enable RW-xmlrpc by default, just change...Michael DeHaan2008-04-161-2/+1
* F8/9 kickstart format supportMichael DeHaan2008-04-141-7/+2
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-1/+22
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Apply patch to fix detection of x86_64 arches for imports of RHEL 4u6.Michael DeHaan2008-03-251-0/+18
* Merge branch 'devel'Michael DeHaan2008-02-151-35/+53
|\
| * Added http_port parameter to settings so Apache can run on ports other than 80.Michael DeHaan2008-01-101-5/+5
| * Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-2/+6
| * Fix for comps.xml name changeMichael DeHaan2008-01-091-3/+3
| * Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-23/+30
| * Reapply patch from previous reverted changeMichael DeHaan2008-01-041-3/+3
| * Rename some templates, remove proxy logic that is not necc. for new performanceMichael DeHaan2007-12-201-3/+3
| * Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-291-0/+2
| * Detect when the NFS path given by the user is missing the colon, and warn the...Michael DeHaan2007-11-261-0/+5
* | Apply Matt Hyclak's comps.xml patch to trunk, so that if we want to release t...Michael DeHaan2008-01-091-3/+3
|/
* Fix deference of unused variable.Michael DeHaan2007-11-061-1/+1
* Changes to make the overhauled repo templating work with source repositories ...Michael DeHaan2007-11-051-11/+7
* Various changes to allow for increased performance in the WebUI and in saving...Michael DeHaan2007-10-171-3/+13
* Cobbler import items should not use @@server@@ for repo entries because it is...Michael DeHaan2007-10-081-3/+12
* Allow import using mount points with spaces in them (AT).Michael DeHaan2007-09-241-1/+1
* Allow "cobbler import" to deal with the new F8 tree renames. (Grr...)Michael DeHaan2007-08-301-1/+1
* Fix auto-repo attachment for RHEL5Michael DeHaan2007-08-291-10/+5
* Allow for usage of Cheetah template variables (sans Cheetah) in configMichael DeHaan2007-08-281-4/+4
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/cobblerMichael DeHaan2007-08-161-3/+3
|\
| * Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-3/+3
* | (A) using http:// or ftp:// for cobbler imports is an error, and (B) allow im...Michael DeHaan2007-08-161-5/+19
|/
* Yell louder if directory is not present and using --available-as (if not, rsy...Michael DeHaan2007-08-071-0/+3
* Ensure paths are always joined by slashes.Michael DeHaan2007-08-061-1/+4
* Added feature where a network install location can be given to do cobbler imp...Michael DeHaan2007-08-011-39/+111
* Added a SNIPPET::foo feature which can do the equivalent of %include in kicks...Michael DeHaan2007-07-271-1/+1
* random FIXME cleanupMichael DeHaan2007-06-121-4/+2
* This is Perry Myers's patch to reposync to allow for caching options and toMichael DeHaan2007-06-071-1/+1
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-38/+33
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+1
* Add support for dnsmasq as an alternative to ISC dhcpd.Michael DeHaan2007-05-241-1/+1
* If import name has underscores, prevent duplicate arch info just the same.Michael DeHaan2007-04-271-0/+3
* Make "cobbler import" more accomodating of older distros (once again)Michael DeHaan2007-04-261-8/+27
* Make "cobbler import" work for Centos 5, also remove unneccessary loop fromMichael DeHaan2007-04-201-21/+19
* Turning off core-repo mirror feature by default, as most enterpriseMichael DeHaan2007-04-161-1/+1
* More generalized fix to aborted-createrepo ".olddata" problems, which nowMichael DeHaan2007-04-131-9/+2
* Teaching cobbler to remove .olddata files from previous createrepo runsMichael DeHaan2007-04-121-5/+72
* (no commit message)Michael DeHaan2007-04-041-2/+3
* More better (TM) repo parameterization in kickstarts.Michael DeHaan2007-04-041-1/+4
* Add preliminary support for RHEL5 tree management. This is ratherMichael DeHaan2007-04-031-47/+119
* Improvements/fixes to the "DVD import" code so that they know more aboutMichael DeHaan2007-04-021-5/+35
* This is release 0.4.4. I mean it this time :)Michael DeHaan2007-03-231-1/+4
* Ongoing work for 0.4.4 -- misc tweaks/fixes, and continuation on the kernel-p...Michael DeHaan2007-03-221-0/+1
* Ongoing work on a better DVD import...Michael DeHaan2007-03-201-118/+154