Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Import the renamed module (change tasker to pyfirstaidkit) | Martin Sivak | 2008-01-02 | 7 | -16/+16 | |
| | ||||||
* | Fix the __init__ of Invalid Flow Name exception | Martin Sivak | 2008-01-02 | 1 | -1/+1 | |
| | ||||||
* | Change the flows magic a little (unify the defflows and flows variable) | Martin Sivak | 2008-01-02 | 2 | -12/+14 | |
| | ||||||
* | Add the dependency system to architecture image | Martin Sivak | 2008-01-02 | 1 | -4/+31 | |
| | ||||||
* | Actually remove the tasker stuff. | Joel Andres Granados | 2008-01-02 | 11 | -806/+0 | |
| | ||||||
* | Move from tasker to pyfirstaidkit to try to follow the standard in ↵ | Joel Andres Granados | 2008-01-02 | 11 | -0/+806 | |
| | | | | site-packages. | |||||
* | Add GPL file, move README and PLUGINS into docs. name the name script ↵ | Joel Andres Granados | 2008-01-02 | 5 | -0/+348 | |
| | | | | firstaidkit. | |||||
* | Still not perfect, but at least do not use completelly hardcoded paths to ↵ | Martin Sivak | 2008-01-02 | 1 | -6/+7 | |
| | | | | the binary part of plugin | |||||
* | Sample plugins with dependencies and some dependency system improvements and ↵ | Martin Sivak | 2008-01-02 | 5 | -6/+173 | |
| | | | | bugfixes (one typo..) | |||||
* | Rename destroy action to clean to honor the current plugin API | Martin Sivak | 2008-01-02 | 1 | -3/+3 | |
| | ||||||
* | Add message types for structured stuff like trees and tables. | Martin Sivak | 2008-01-02 | 1 | -1/+9 | |
| | ||||||
* | Add dependency system into plugins. Use the require/provide model to control it. | Martin Sivak | 2008-01-02 | 2 | -12/+61 | |
| | ||||||
* | Add spawnvch utility function to run process in chroot environment | Martin Sivak | 2007-12-21 | 1 | -0/+38 | |
| | ||||||
* | - Make simple reporting thread in main | Martin Sivak | 2007-12-19 | 8 | -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 system | Martin Sivak | 2007-12-07 | 1 | -1/+1 | |
| | ||||||
* | make the -x option work | Martin Sivak | 2007-12-07 | 1 | -3/+3 | |
| | ||||||
* | Fix the lock behaviour in configuration and introduce _list method into ↵ | Martin Sivak | 2007-12-07 | 1 | -4/+14 | |
| | | | | section for retrieving list of values | |||||
* | Add the project's architecture image | Martin Sivak | 2007-12-06 | 2 | -0/+946 | |
| | ||||||
* | Add locking mechanism to Config object and make some changes (mostly add ↵ | Martin Sivak | 2007-12-06 | 5 | -15/+44 | |
| | | | | shortcut functions) to reporting | |||||
* | Some docs change in Reporting | Martin Sivak | 2007-12-05 | 1 | -2/+2 | |
| | ||||||
* | Some changes to semantics | Martin Sivak | 2007-12-05 | 1 | -13/+15 | |
| | ||||||
* | Reporting stuff, semantics and constants | Martin Sivak | 2007-12-05 | 1 | -2/+23 | |
| | ||||||
* | We have to know where is mounted the system we want to repair | Martin Sivak | 2007-12-05 | 2 | -1/+7 | |
| | ||||||
* | Add basic reporting class and integrate it into the plugin system | Martin Sivak | 2007-12-04 | 7 | -10/+65 | |
| | ||||||
* | Split Tasker and the cli interface (for now) in main.py | Martin Sivak | 2007-12-04 | 3 | -15/+51 | |
| | ||||||
* | Make it possible to select flow from plugin | Martin Sivak | 2007-11-29 | 2 | -6/+36 | |
| | ||||||
* | Some more configuration stubs.. and one fix in configuraton module | Martin Sivak | 2007-11-29 | 2 | -2/+20 | |
| | ||||||
* | Add some basic command line handling to the launcher | Martin Sivak | 2007-11-29 | 2 | -1/+41 | |
| | ||||||
* | Fixed some typos and improved the flow stuff and docs a little | Martin Sivak | 2007-11-27 | 3 | -30/+24 | |
| | ||||||
* | Keep documening. | Joel Andres Granados | 2007-11-23 | 1 | -22/+68 | |
| |