summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add icon to menurhel6-branchMartin Sivak2010-05-242-2/+9
|
* New build without debuginfoMartin Sivak2010-04-271-1/+5
|
* Do not build debuginfoMartin Sivak2010-04-271-0/+1
|
* Spec file cleanupMartin Sivak2010-03-291-41/+14
|
* Update changelogMartin Sivak2010-03-021-0/+4
|
* Bump versionMartin Sivak2010-03-022-2/+2
|
* Update paths in default configurationMartin Sivak2010-03-022-3/+8
| | | | Add /usr/share prefixes for architecture independent data
* Move arch independent files to /usr/share and remove plugin-all dependency ↵Martin Sivak2010-03-021-29/+39
| | | | (#510346)
* Update the spec file, add bug number to the last entryMartin Sivak2010-03-021-0/+1
|
* Bump version to 0.2.9Martin Sivak2010-03-022-3/+3
|
* Make most of the subpackages arch independentMartin Sivak2010-03-021-32/+61
| | | | | | Most of the FirstAidKit tool is architecture independent, but the rpm build process doesn't allow noarch package to have arch dependent subpackages. So make the main package a "meta" package which requires noarch subpackages for core engine, arch independent plugins and documentation and also requires proper plugins and parts for the architecture in question. We will save space by having common stuff created as noarch and we will still be able to exclude some plugins on some architectures.
* RHEL6 importMartin Sivak2010-01-211-4/+141
|
* new versionMartin Sivak2010-01-211-1/+1
|
* New versionMartin Sivak2010-01-211-1/+1
|
* Make packages arch specific to enable ExcludeArchs macros and fix UrlMartin Sivak2010-01-212-4/+3
|
* Fix spelling error in grub plugin descriptionMartin Sivak2010-01-211-1/+1
|
* Use tar.gz format for tarball and add Url pointing to git snapshot to specMartin Sivak2010-01-212-5/+5
|
* Bump versionmsivak2009-09-292-2/+2
|
* Make the firstaidkit-qs' menu smaller, so it looks niceMartin Sivak2009-09-291-2/+2
|
* Make the spelling of Bump proper and create a tag when bumping a versionMartin Sivak2009-09-221-1/+2
|
* Bumb versionMartin Sivak2009-09-222-2/+2
|
* FAK-qs: Use whiptail in text mode and zenity in GUI mode.Martin Sivak2009-09-172-5/+5
|
* Restrict the latext article to 90 chars (aprox).Joel Andres Granados2009-08-191-46/+175
|
* Use the new location of the Red Hat image.Joel Andres Granados2009-08-191-1/+1
|
* Have only one image directory.Joel Andres Granados2009-08-191-0/+0
| | | | | *doc/images/RHcmykeps.eps -> images/RHcmykeps.eps: Move RHcmykeps.eps to the central image dir.
* Commit the images donated by tatica and the fedoraproject.Joel Andres Granados2009-08-195-0/+0
| | | | | | | | *images/FAK-bandaid.png: New file, FAK branding :) *images/FAK-bk.png: Likewise *images/FAK-no-bk.png: Likewise *images/FAK-sm.png: Likewise *images/FAK.png: Likewise
* Identify dirs in spec file.Joel Andres Granados2009-08-171-1/+3
| | | | | | * firstaidkit.spec: Correctly identify the directories in the spec file. This is done so that those directories can be correctly handled on removing the package.
* Bumb versionJoel Andres Granados2009-08-172-2/+2
| | | | Need to bump a second time to catch up with the CVS version.
* Bumb versionJoel Andres Granados2009-08-172-2/+2
|
* Correct a minor grammatical error in spec file.Joel Andres Granados2009-08-171-1/+1
| | | | * firstaidkit.spec: When in third person singular, add an "s" to the verb.
* pyparted changed its API.Joel Andres Granados2009-08-171-7/+7
| | | | | * plugins/grub/grubUtils.py (is_dev_in_ignored): Change the parted calls to reflect the pyparted API changes.
* Make some small fixes in behaviour of the quick start scriptMartin Sivak2009-08-041-1/+4
|
* Add firstaidkit-plugin-key-recovery package.Miloslav Trmač2009-07-171-0/+14
|
* Add KeyRecoveryPluginMiloslav Trmač2009-07-171-0/+242
| | | | Signed-off-by: Martin Sivak <msivak@redhat.com>
* Fix duplicate file listings in %files.Miloslav Trmač2009-07-171-3/+1
|
* Don't require git-archive in $PATH.Miloslav Trmač2009-07-171-1/+1
| | | | Signed-off-by: Martin Sivak <msivak@redhat.com>
* Add question support.Miloslav Trmač2009-07-176-1421/+1561
| | | | Signed-off-by: Martin Sivak <msivak@redhat.com>
* * Replace Reports(round) by Reports(silent) to avoid a lock around allMiloslav Trmač2009-07-172-29/+12
| | | | | | | | | | | | | | | | | | | | | | | | queue operations, which causes an automatic deadlock on a: get a: ... lock _queue_lock a: ... block on _queue b: put b: ... block on _queue_lock Because nobody reads from the main queue that used round = True, this doesn't change application behavior. * Drop return value of Reports.put, it is always None anyway. * Fix self._mailboxes locking: instead of try: lock ... finally: unlock it needs to be lock try: ... finally: unlock
* Fix Reports.notifyAllMiloslav Trmač2009-07-171-1/+1
| | | | Signed-off-by: Martin Sivak <msivak@redhat.com>
* Fix the reporting some more (inreplyto fixes)Martin Sivak2009-07-171-2/+2
|
* Add GDK locking around callbacksMiloslav Trmac2009-07-141-4/+12
|
* Make END message more generic, so the plugins can use it to signal the end ↵Martin Sivak2009-07-142-28/+28
| | | | of answer
* Make the answer mailboxes a proper Reporting objects so we can use all the ↵Martin Sivak2009-07-143-17/+67
| | | | standard methods of message construction
* Add a timeout. Timeout and cancel return error codeMartin Sivak2009-07-131-3/+8
|
* Make the script work...Martin Sivak2009-07-131-12/+8
|
* Do not build undelpartsMartin Sivak2009-07-131-1/+1
|
* Add First Aid Kit Quickstart scriptMartin Sivak2009-07-133-5/+49
|
* grub plugin mustn't be build (or required) on ppc and s390Martin Sivak2009-06-291-0/+3
|
* Own the fak directories.Joel Andres Granados2008-11-301-0/+6
|
* Make the egg filename compatible with any python version.Joel Andres Granados2008-11-301-1/+1
|