summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New mdadm configuration plugin.Joel Andres Granados2008-06-062-0/+175
|
* We don't really need to worry about the backup stuff now. (xserver plugin)Joel Andres Granados2008-06-061-4/+1
|
* Always use os.path.join when using the chroon.Joel Andres Granados2008-06-064-7/+9
| | | | This will avoid the double backslash.
* Use the reporting object correctly.Joel Andres Granados2008-06-061-1/+2
| | | | Must have a origin and level.
* Add a graph that expresses the default flow.Joel Andres Granados2008-06-041-32/+115
|
* Create a general purpose exception for thing that dont have exception yet.Joel Andres Granados2008-06-041-0/+11
|
* Have xserver plugin use the backup system.Joel Andres Granados2008-06-041-14/+21
|
* Clean the created log file for the initialization testsuiteJoel Andres Granados2008-06-041-1/+5
|
* Add a graph that easily explains the default flow for firstaidkit.Joel Andres Granados2008-06-041-0/+471
|
* Better express the plugin-all package.Joel Andres Granados2008-06-031-1/+1
|
* fix typo in xserver plugin.Joel Andres Granados2008-06-031-1/+1
|
* fix typoJoel Andres Granados2008-06-031-1/+1
|
* initialize the flow variable in xserver plugin in the correct way.Joel Andres Granados2008-06-031-1/+1
|
* fix typosJoel Andres Granados2008-06-031-4/+4
|
* Make the xserver plugin use the flags.Joel Andres Granados2008-06-031-0/+5
|
* Add pygtk2-libglade qas dependency for guiMartin Sivak2008-06-031-1/+1
|
* Rename gui frontend to gtk frontend and add some examples to firstaidkit ↵Martin Sivak2008-06-031-8/+10
| | | | launch script
* Make the pycFile.pyc on the fly before starting any tests in the ↵Joel Andres Granados2008-06-032-4/+5
| | | | initialization suite.
* Its better to compile the file on the fly and then do the test.Joel Andres Granados2008-06-031-0/+0
| | | | | This will avoid the situation where old pyc or pyo files don't work with some python interpreter version.
* Change to reflect ↵Joel Andres Granados2008-06-031-9/+7
| | | | | | http://fedoraproject.org/wiki/Packaging/Python#Byte_Compiled_Files Lets include all the pyc and pyo files so they get erased at uninstall time.
* Give a more meaningful message format when errors and failures occur in the ↵Joel Andres Granados2008-06-031-2/+6
| | | | testsuite.
* Execute the testsuite as soon as the code base is unzipped.Joel Andres Granados2008-06-031-0/+3
|
* Add the pyc file to the source.Joel Andres Granados2008-06-031-0/+0
| | | | This is necesary to run the testsuite
* Add the testsuite controler (test) and some tests.Joel Andres Granados2008-06-029-0/+414
|
* Get the default configuration names right.Joel Andres Granados2008-06-021-1/+1
|
* Catch the exception at the firstaidkit script level.Joel Andres Granados2008-05-301-2/+11
| | | | Give some additional information to the user so he knows what to do.
* Check to see if the backup dir is present when creating it.Joel Andres Granados2008-05-301-1/+4
| | | | | If firstaidkit is run and does not end properly it is possible for the backup dir to already be there. The sane thing to do is to tell the user.
* Lets not have a milion log files in the current directory.Joel Andres Granados2008-05-301-1/+1
|
* Two reasons to change the backup directory from /tmp/backup to ↵Joel Andres Granados2008-05-301-1/+1
| | | | | | | /tmp/firstaidkitbackup 1. The /tmp/backup might already exist and have some info 2. the directory /tmp/firstaidkitbackup is a bit more specific than the what was used.
* When looking in paths given by the user, check to see if the paths is valid.Joel Andres Granados2008-05-301-0/+3
| | | | We don't want to fail as other paths might be usefull.
* Fix traceback if user not root and has not log file defined.Joel Andres Granados2008-05-301-1/+11
| | | | | | | | If firstaidkit is run with default config (from configuration.py) the log file is /var/log/firstaidkit.log. This could generate a traceback if the user is not root. This patch simply make fak fall back on a file located on the curren directory. If this further fails print error and exit with error code.
* The FLAGS file is a manpage now.Joel Andres Granados2008-05-301-1/+0
|
* Change the spec file to reflect the name changes in the manpages.Joel Andres Granados2008-05-301-2/+2
|
* fix the regular expression that identifies the man page comment.Joel Andres Granados2008-05-301-1/+1
| | | | for some reason this regexp seems to behave better.
* Change the "__" string to "!__" string so it shows up correctly in the wiki ↵Joel Andres Granados2008-05-301-0/+1
| | | | page.
* It looks nicer if each flag is an ".IP" instead of an ".SH".Joel Andres Granados2008-05-301-28/+28
| | | | This also helps the resulting wiki page.
* Backup valuesMartin Sivak2008-05-281-0/+34
|
* Be consistent with the use of ".IP" in the man pagesJoel Andres Granados2008-05-271-11/+11
|
* ignore the initial ".th" in the man file.Joel Andres Granados2008-05-271-0/+1
|
* try to be consistent with the man page "IP" format.Joel Andres Granados2008-05-271-7/+7
|
* add new files to the default run and add ignore man page comments.Joel Andres Granados2008-05-271-2/+7
|
* correct some indentation issues in the man pagesJoel Andres Granados2008-05-271-19/+19
|
* Add a special case for the .SH tag that contains NAMEJoel Andres Granados2008-05-271-0/+1
|
* The script that will help turn the man pages into wiki pages.Joel Andres Granados2008-05-271-0/+28
|
* Some more information in man pagesMartin Sivak2008-05-162-3/+96
|
* Update the plugin manpage a little and introduce another set of manpages for ↵Martin Sivak2008-05-133-19/+101
| | | | reporting and backup systems.
* Change one error message, so it makes senseMartin Sivak2008-05-121-1/+1
|
* Change the detected name to checked.Joel Andres Granados2008-05-1214-45/+45
| | | | | The new variable name better expresses the objective of the issue state. This will help avoid confusion for the plugin developer.
* Change the FLAGS file to an actual manpage.Joel Andres Granados2008-05-072-74/+87
|
* Add the manpage file.Joel Andres Granados2008-05-071-0/+210
|