summaryrefslogtreecommitdiffstats
path: root/cobbler/action_import.py
Commit message (Expand)AuthorAgeFilesLines
* Detect when the NFS path given by the user is missing the colon, and warn the...Michael DeHaan2007-11-261-0/+5
* 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
* Most of these diffs come from directory reorg/cleanup, though the main featur...Michael DeHaan2007-03-191-98/+80
* Fixes to import tree URL's and repo parameter splitting, thanks to et-mgmt-to...Michael DeHaan2007-03-021-1/+1
* Bundling Cheetah for backwards compatibility, and associated changes to specf...Michael DeHaan2007-02-191-1/+1
* A few thingsMichael DeHaan2007-02-161-0/+1
* Fix bug in import pathsMichael DeHaan2006-12-181-1/+1
* Add some rudimentary ability for "cobbler import" to get kickstart trees from...Michael DeHaan2006-12-141-17/+26
* Fix update script, though replacing the update script with reposync (and gene...Michael DeHaan2006-12-131-2/+4
* Several changes related to cobbler import.mdehaan@mdehaan.rdu.redhat.com2006-12-131-10/+31
* Preliminary support for repo mirroring.Michael DeHaan2006-12-121-4/+4
* Prune rsync mirrors when importing.mdehaan@mdehaan.rdu.redhat.com2006-12-051-1/+1
* Cobbler import should skip ISO's (they are not useful in a kickstart tree) andMichael DeHaan2006-12-041-1/+1
* Merge 243:1f764e5dd1ccDavid Lutterkort2006-10-251-7/+8
* bugfix to revert a previous change -- paths DO need to have "/"'s in them, be...Michael DeHaan2006-10-181-5/+4
* Trailing whitespace.Michael DeHaan2006-10-181-1/+1
* Added some directory pruning to the "import --path" command. import is nowMichael DeHaan2006-10-181-22/+39
* Serialize changes during imports, since NFS traversal is very slow.Michael DeHaan2006-10-181-4/+4