summaryrefslogtreecommitdiffstats
path: root/cobbler/modules/cli_misc.py
Commit message (Expand)AuthorAgeFilesLines
* A very simple "cobbler hardlink" command to optimize space in /var/www/cobblerMichael DeHaan2009-03-111-1/+16
* Merge commit 'jamesc/standalone' into develMichael DeHaan2009-02-241-1/+7
|\
| * Merge branch 'devel' of git://git.fedorahosted.org/cobbler into standaloneJames Cammarata2009-02-131-1/+1
| |\
| * | buildiso --standalone 90% doneJames Cammarata2009-02-131-1/+7
* | | Fix message about file locationMichael DeHaan2009-02-181-1/+1
| |/ |/|
* | Explicitly import 'cobbler.commands' instead of just 'commands' in cli_*.pyJohn Eckersberg2009-02-101-1/+1
|/
* (A) It is unneccessary to run restorecon when the contexts on the directories...Michael DeHaan2009-01-051-2/+5
* Fix 'cobbler check', the conditional is backwards and the check willJohn Eckersberg2008-12-161-1/+1
* Make cobbler check save data to /var/log/cobbler/cobbler.logMichael DeHaan2008-12-111-6/+16
* Add a --version command to cobbler which works by writing the file for /var/l...Michael DeHaan2008-11-181-8/+51
* Work on the new options to cobbler reposync (--tries=N and --no-fail)Michael DeHaan2008-10-081-2/+2
* Add some options to reposync (not added yet), and some tweaks to config manag...Michael DeHaan2008-10-081-1/+3
* Anderson Silva's initial cobbler report formatting patchMichael DeHaan2008-09-181-53/+1
* Add Javier P's patch to add "cobbler import" support for Debian. Also tweake...Michael DeHaan2008-09-121-1/+3
* Apply Dave Hatton's patch to fix "cobbler list" format.Michael DeHaan2008-08-111-5/+9
* Make global report/list show the images we have configured/stored, if anyMichael DeHaan2008-07-011-9/+17
* apply buildiso patchMichael DeHaan2008-06-251-0/+2
* Improve cobbler replicate feature so that it can mirror content between multi...Michael DeHaan2008-06-121-3/+17
* cobbler aclsetup featureMichael DeHaan2008-06-061-1/+24
* Apply scott henson's replicate patch.Michael DeHaan2008-05-081-1/+20
* Working on adding a "cobbler buildiso" command to generate non-live CD's. Me...Michael DeHaan2008-05-011-5/+23
* This is the new status engine in progress. I still need to do some things to...Michael DeHaan2008-04-161-1/+1
* Import now takes an --arch, which is now a recommended field, to ensureMichael DeHaan2008-04-111-3/+5
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* Doc fixMichael DeHaan2008-02-251-1/+4
* Added --rsync-flags to cobbler import.Michael DeHaan2008-01-101-1/+3
* Apply euclid's patch to allow import to take a --kickstart parameterMichael DeHaan2008-01-041-1/+3
* Changes to make "cobbler ___ report [___]" and "cobbler ___ list" work like t...Michael DeHaan2007-11-271-55/+14
* Make reserialize call the right API function.Michael DeHaan2007-11-271-1/+3
* Work on CLI functions for manipulating objects, including adding the delete c...Michael DeHaan2007-11-261-2/+2
* Misc fixes during CLI testing. Not done yet.Michael DeHaan2007-11-191-1/+4
* Further work on CLI modularization. All commands implemented now, except for...Michael DeHaan2007-11-191-0/+291