Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Modify the plugins, tasker and cli launcher to provide means to split the ↵ | Martin Sivak | 2008-02-28 | 4 | -22/+42 | |
| | | | | | | flows into diagnostics and fixes. So when the user launches ./firstaidkit -a it runs only diagnostics. For fixing use ./firstaidkit -a fix | |||||
* | Update the spawnvch function to use the subprocess module | Martin Sivak | 2008-02-28 | 1 | -12/+15 | |
| | ||||||
* | Add an extra name to the usage string. | Joel Andres Granados | 2008-02-26 | 1 | -1/+1 | |
| | ||||||
* | Change the of the paths in the config file to be consistent with the rest of ↵ | Joel Andres Granados | 2008-02-26 | 1 | -4/+4 | |
| | | | | firstaidkit. | |||||
* | Rename the Return* classes to more sane names and update everything to use them | Martin Sivak | 2008-02-26 | 10 | -99/+97 | |
| | | | | | Fix the NoOptionError exception throwing in configuration Add the -a|--auto parameter to launch the automatic mode of operation | |||||
* | Appeninding Return to the class names help to identify them in the plugin code. | Joel Andres Granados | 2008-02-26 | 8 | -58/+58 | |
| | ||||||
* | Use a more intuitive return class names for the default flows. | Joel Andres Granados | 2008-02-26 | 8 | -61/+94 | |
| | | | | | True and false are not very generic for the flows. Favorable and Unfavorable are not completely generic but are better. | |||||
* | Make room in the plugins directory for real plugins. | Joel Andres Granados | 2008-02-26 | 9 | -26/+20 | |
| | | | | Move the examples to their own directory. | |||||
* | repeated word. | Joel Andres Granados | 2008-02-26 | 1 | -1/+1 | |
| | ||||||
* | Move the check for root environment into the interpret and utilize flag ↵ | Martin Sivak | 2008-02-26 | 5 | -9/+45 | |
| | | | | | | system for it. Add --info and --list commands for getting the information about plugins. | |||||
* | We have to create the directory. | Joel Andres Granados | 2008-02-20 | 1 | -2/+2 | |
| | ||||||
* | fix some errors. | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 | |
| | ||||||
* | Clean the spec file a little. | Joel Andres Granados | 2008-02-20 | 1 | -2/+2 | |
| | ||||||
* | Modify spec file so it includes the conf file at /etc. | Joel Andres Granados | 2008-02-20 | 1 | -0/+2 | |
| | ||||||
* | Create a firstaidkit configuration file. | Joel Andres Granados | 2008-02-20 | 1 | -0/+82 | |
| | ||||||
* | underline is much better. | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 | |
| | ||||||
* | fix repeated line. | Joel Andres Granados | 2008-02-20 | 1 | -1/+0 | |
| | ||||||
* | Its better to have a section of paths. This will allow to add and erase paths | Joel Andres Granados | 2008-02-20 | 3 | -9/+24 | |
| | | | | as the user sees necessary. | |||||
* | correct section name. | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 | |
| | ||||||
* | fix some mistakes. | Joel Andres Granados | 2008-02-20 | 1 | -3/+3 | |
| | ||||||
* | Allow to look for plugins in multiple places. | Joel Andres Granados | 2008-02-20 | 1 | -31/+32 | |
| | ||||||
* | Allow for a better detection of the whereabouts of the plugins. This is only ↵ | Joel Andres Granados | 2008-02-20 | 1 | -6/+9 | |
| | | | | for the default. | |||||
* | Efective user must be root. | Joel Andres Granados | 2008-02-20 | 1 | -2/+11 | |
| | ||||||
* | print help if no args are given. | Joel Andres Granados | 2008-02-20 | 1 | -1/+5 | |
| | ||||||
* | Include making the rpm and srpm in the makefile. | Joel Andres Granados | 2008-02-20 | 1 | -0/+4 | |
| | ||||||
* | First and incomplete try for list of supported flags | Martin Sivak | 2008-02-13 | 1 | -0/+55 | |
| | ||||||
* | Add FlagTrackerPlugin base class | Martin Sivak | 2008-02-13 | 1 | -0/+56 | |
| | ||||||
* | Stupid typo... | Martin Sivak | 2008-02-11 | 1 | -1/+1 | |
| | ||||||
* | Add a possibility to set list of flags, which are true from the beginning | Martin Sivak | 2008-02-11 | 3 | -1/+9 | |
| | ||||||
* | Add conflict flags to plugin definition | Martin Sivak | 2008-02-11 | 2 | -6/+33 | |
| | | | | Add "activity" flags, so our "Tracker plugins logic" can work | |||||
* | Fix two errors reported by pylint | Martin Sivak | 2008-02-04 | 2 | -1/+2 | |
| | | | | Missing import in interpret and bad module specification for exit in utils | |||||
* | We already imported the pyfirstaidkit module | Joel Andres Granados | 2008-02-01 | 1 | -1/+1 | |
| | ||||||
* | Make logging work | Joel Andres Granados | 2008-02-01 | 4 | -5/+6 | |
| | ||||||
* | The log in __builtins__ might have some strange sideeffects. | Joel Andres Granados | 2008-02-01 | 4 | -19/+14 | |
| | ||||||
* | Took out ugly comment. | Joel Andres Granados | 2008-02-01 | 1 | -7/+0 | |
| | ||||||
* | Added a Make file to handle automated tar.bz2 creation. | Joel Andres Granados | 2008-02-01 | 1 | -0/+23 | |
| | ||||||
* | Log the pluginsystem stuff ot a file. | Joel Andres Granados | 2008-01-16 | 5 | -39/+41 | |
| | | | | | Put the Logger in the __builtin__. Use Config object to initialize the default values. | |||||
* | Logging is small, lets not use a separate file. | Joel Andres Granados | 2008-01-16 | 1 | -25/+0 | |
| | ||||||
* | Correct stuff in the fakplugin.1 file. | Joel Andres Granados | 2008-01-15 | 1 | -78/+105 | |
| | | | | Increase readability in our docs :) | |||||
* | Specify that the firstaidkit plugin man page is for plugin development. | Joel Andres Granados | 2008-01-11 | 6 | -188/+121 | |
| | | | | | | | Organise the packaging. (firstaidkit, firstaidkit-devel and firstaidkit-plugin-all) Comment in spec file on how to create the tar file. Use the reporting code in sample1Plugin.py script make a general way of creating the default config stuff | |||||
* | fix up the manpage. | Joel Andres Granados | 2008-01-04 | 1 | -1/+22 | |
| | ||||||
* | Fixed permissions in spec file and changed the gpl var. | Joel Andres Granados | 2008-01-04 | 1 | -3/+7 | |
| | ||||||
* | Plugin dependency information into manpage | Martin Sivak | 2008-01-04 | 1 | -7/+21 | |
| | ||||||
* | Added BuildRequires for python-setuptools-devel. | Joel Andres Granados | 2008-01-04 | 2 | -4/+16 | |
| | | | | Added manpage stuff in the spec file. | |||||
* | Initial man page for the plugin system. | Joel Andres Granados | 2008-01-03 | 1 | -0/+103 | |
| | ||||||
* | The GPL licence is already in COPYING. | Joel Andres Granados | 2008-01-03 | 2 | -355/+16 | |
| | ||||||
* | Use setuptools instead of distutils (for egg stuff) | Joel Andres Granados | 2008-01-03 | 2 | -5/+4 | |
| | | | | include both authors in the setup file. | |||||
* | Add the -d options to the cp command to preserve timestamp. | Joel Andres Granados | 2008-01-02 | 1 | -1/+1 | |
| | ||||||
* | Add the files necesary to create a package. | Joel Andres Granados | 2008-01-02 | 2 | -0/+65 | |
| | ||||||
* | Update documentation for Plugin writers | Martin Sivak | 2008-01-02 | 1 | -8/+21 | |
| |