summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* setPartition is useless.Joel Andres Granados2008-03-071-146/+0
|
* make sure that we commit the changes to the disk.Joel Andres Granados2008-03-071-14/+5
|
* Simplify the getrescuable function. Put the actual rescue code in ↵Joel Andres Granados2008-03-071-149/+77
| | | | | | | | | | | add_partition method. Its just better to show the possible partitions that can be rescued instead of checking for the rescuability. This means that in the list returned by getRescuable, there are partitions that are not actually rescuable. Since we dont need to separate the search for rescuable and the commit stuff, we do away with the rescueable method and put it all in add_partition
* do a better job with the rescue method.Joel Andres Granados2008-03-071-15/+36
|
* Make the rescue and setpartitionlist methods workable.Joel Andres Granados2008-03-071-91/+74
|
* Make the setpartitionlist method work.Joel Andres Granados2008-03-071-88/+135
|
* Typo, and temoprary string output for debugging.Joel Andres Granados2008-03-071-1/+3
|
* take away print messages.Joel Andres Granados2008-03-071-12/+0
|
* Update the help stringMartin Sivak2008-03-061-4/+6
|
* Fix wrong verbose conditionMartin Sivak2008-03-051-1/+1
|
* Sanitize the origin/level/importance systemMartin Sivak2008-03-057-58/+136
| | | | | Use reporting when possible (some messages automatically use Logger to avoid duplication) Improve the Output thread to use the new level/importance system
* When instantiating plugin, pass the path to the plugin, so it knows where to ↵Martin Sivak2008-03-052-8/+12
| | | | find it's parts
* Modify the reporting system to use dictionary as message containerMartin Sivak2008-03-042-8/+25
|
* Fix some semandics in reporting and typo in dependenciesMartin Sivak2008-03-041-2/+2
|
* Actually print the new root passwordMartin Sivak2008-03-041-0/+3
|
* First commit of the undelete partition. Not functional but most of the work ↵Joel Andres Granados2008-03-014-0/+961
| | | | is done.
* import os for the isdir call.Joel Andres Granados2008-03-011-1/+1
|
* Plugin for password management, capable of reseting root passwordMartin Sivak2008-02-291-0/+61
|
* Fix behaviour when default flow does not exist and the auto mode is running ↵Martin Sivak2008-02-291-2/+2
| | | | without specified flow
* One little mistake.. fix the condition in interpreterMartin Sivak2008-02-281-1/+1
|
* 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