summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Import the renamed module (change tasker to pyfirstaidkit)Martin Sivak2008-01-027-16/+16
|
* Fix the __init__ of Invalid Flow Name exceptionMartin Sivak2008-01-021-1/+1
|
* Change the flows magic a little (unify the defflows and flows variable)Martin Sivak2008-01-022-12/+14
|
* Add the dependency system to architecture imageMartin Sivak2008-01-021-4/+31
|
* Actually remove the tasker stuff.Joel Andres Granados2008-01-0211-806/+0
|
* Move from tasker to pyfirstaidkit to try to follow the standard in ↵Joel Andres Granados2008-01-0211-0/+806
| | | | site-packages.
* Add GPL file, move README and PLUGINS into docs. name the name script ↵Joel Andres Granados2008-01-025-0/+348
| | | | firstaidkit.
* Still not perfect, but at least do not use completelly hardcoded paths to ↵Martin Sivak2008-01-021-6/+7
| | | | the binary part of plugin
* Sample plugins with dependencies and some dependency system improvements and ↵Martin Sivak2008-01-025-6/+173
| | | | bugfixes (one typo..)
* Rename destroy action to clean to honor the current plugin APIMartin Sivak2008-01-021-3/+3
|
* Add message types for structured stuff like trees and tables.Martin Sivak2008-01-021-1/+9
|
* Add dependency system into plugins. Use the require/provide model to control it.Martin Sivak2008-01-022-12/+61
|
* Add spawnvch utility function to run process in chroot environmentMartin Sivak2007-12-211-0/+38
|
* - Make simple reporting thread in mainMartin Sivak2007-12-198-13/+74
| | | | | | | - Update reporting to support End-Of-Operations message - Update main and interpret to send the End-Of-Operations message - Subclass dict in plugins as Flow and add support for description - Update example plugins to use Flow instead of pure dictionary
* Fix the exclude feature also in plugin systemMartin Sivak2007-12-071-1/+1
|
* make the -x option workMartin Sivak2007-12-071-3/+3
|
* Fix the lock behaviour in configuration and introduce _list method into ↵Martin Sivak2007-12-071-4/+14
| | | | section for retrieving list of values
* Add the project's architecture imageMartin Sivak2007-12-062-0/+946
|
* Add locking mechanism to Config object and make some changes (mostly add ↵Martin Sivak2007-12-065-15/+44
| | | | shortcut functions) to reporting
* Some docs change in ReportingMartin Sivak2007-12-051-2/+2
|
* Some changes to semanticsMartin Sivak2007-12-051-13/+15
|
* Reporting stuff, semantics and constantsMartin Sivak2007-12-051-2/+23
|
* We have to know where is mounted the system we want to repairMartin Sivak2007-12-052-1/+7
|
* Add basic reporting class and integrate it into the plugin systemMartin Sivak2007-12-047-10/+65
|
* Split Tasker and the cli interface (for now) in main.pyMartin Sivak2007-12-043-15/+51
|
* Make it possible to select flow from pluginMartin Sivak2007-11-292-6/+36
|
* Some more configuration stubs.. and one fix in configuraton moduleMartin Sivak2007-11-292-2/+20
|
* Add some basic command line handling to the launcherMartin Sivak2007-11-292-1/+41
|
* Fixed some typos and improved the flow stuff and docs a littleMartin Sivak2007-11-273-30/+24
|
* Keep documening.Joel Andres Granados2007-11-231-22/+68
|