summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Modify the plugins, tasker and cli launcher to provide means to split the ↵Martin Sivak2008-02-284-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 moduleMartin Sivak2008-02-281-12/+15
|
* Add an extra name to the usage string.Joel Andres Granados2008-02-261-1/+1
|
* Change the of the paths in the config file to be consistent with the rest of ↵Joel Andres Granados2008-02-261-4/+4
| | | | firstaidkit.
* Rename the Return* classes to more sane names and update everything to use themMartin Sivak2008-02-2610-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 Granados2008-02-268-58/+58
|
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-268-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 Granados2008-02-269-26/+20
| | | | Move the examples to their own directory.
* repeated word.Joel Andres Granados2008-02-261-1/+1
|
* Move the check for root environment into the interpret and utilize flag ↵Martin Sivak2008-02-265-9/+45
| | | | | | system for it. Add --info and --list commands for getting the information about plugins.
* We have to create the directory.Joel Andres Granados2008-02-201-2/+2
|
* fix some errors.Joel Andres Granados2008-02-201-1/+1
|
* Clean the spec file a little.Joel Andres Granados2008-02-201-2/+2
|
* Modify spec file so it includes the conf file at /etc.Joel Andres Granados2008-02-201-0/+2
|
* Create a firstaidkit configuration file.Joel Andres Granados2008-02-201-0/+82
|
* underline is much better.Joel Andres Granados2008-02-201-1/+1
|
* fix repeated line.Joel Andres Granados2008-02-201-1/+0
|
* Its better to have a section of paths. This will allow to add and erase pathsJoel Andres Granados2008-02-203-9/+24
| | | | as the user sees necessary.
* correct section name.Joel Andres Granados2008-02-201-1/+1
|
* fix some mistakes.Joel Andres Granados2008-02-201-3/+3
|
* Allow to look for plugins in multiple places.Joel Andres Granados2008-02-201-31/+32
|
* Allow for a better detection of the whereabouts of the plugins. This is only ↵Joel Andres Granados2008-02-201-6/+9
| | | | for the default.
* Efective user must be root.Joel Andres Granados2008-02-201-2/+11
|
* print help if no args are given.Joel Andres Granados2008-02-201-1/+5
|
* Include making the rpm and srpm in the makefile.Joel Andres Granados2008-02-201-0/+4
|
* First and incomplete try for list of supported flagsMartin Sivak2008-02-131-0/+55
|
* Add FlagTrackerPlugin base classMartin Sivak2008-02-131-0/+56
|
* Stupid typo...Martin Sivak2008-02-111-1/+1
|
* Add a possibility to set list of flags, which are true from the beginningMartin Sivak2008-02-113-1/+9
|
* Add conflict flags to plugin definitionMartin Sivak2008-02-112-6/+33
| | | | Add "activity" flags, so our "Tracker plugins logic" can work
* Fix two errors reported by pylintMartin Sivak2008-02-042-1/+2
| | | | Missing import in interpret and bad module specification for exit in utils
* We already imported the pyfirstaidkit moduleJoel Andres Granados2008-02-011-1/+1
|
* Make logging workJoel Andres Granados2008-02-014-5/+6
|
* The log in __builtins__ might have some strange sideeffects.Joel Andres Granados2008-02-014-19/+14
|
* Took out ugly comment.Joel Andres Granados2008-02-011-7/+0
|
* Added a Make file to handle automated tar.bz2 creation.Joel Andres Granados2008-02-011-0/+23
|
* Log the pluginsystem stuff ot a file.Joel Andres Granados2008-01-165-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 Granados2008-01-161-25/+0
|
* Correct stuff in the fakplugin.1 file.Joel Andres Granados2008-01-151-78/+105
| | | | Increase readability in our docs :)
* Specify that the firstaidkit plugin man page is for plugin development.Joel Andres Granados2008-01-116-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 Granados2008-01-041-1/+22
|
* Fixed permissions in spec file and changed the gpl var.Joel Andres Granados2008-01-041-3/+7
|
* Plugin dependency information into manpageMartin Sivak2008-01-041-7/+21
|
* Added BuildRequires for python-setuptools-devel.Joel Andres Granados2008-01-042-4/+16
| | | | Added manpage stuff in the spec file.
* Initial man page for the plugin system.Joel Andres Granados2008-01-031-0/+103
|
* The GPL licence is already in COPYING.Joel Andres Granados2008-01-032-355/+16
|
* Use setuptools instead of distutils (for egg stuff)Joel Andres Granados2008-01-032-5/+4
| | | | include both authors in the setup file.
* Add the -d options to the cp command to preserve timestamp.Joel Andres Granados2008-01-021-1/+1
|
* Add the files necesary to create a package.Joel Andres Granados2008-01-022-0/+65
|
* Update documentation for Plugin writersMartin Sivak2008-01-021-8/+21
|