From 439429ae36d71e5580a7b99eb2ccd9fbf432c336 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Tue, 30 Mar 2010 13:05:47 +0200 Subject: New version, Added missing files, Updated quickstart to use full sized buttons --- .gitignore | 6 + doc/OperationDesign.png | 0 doc/OperationDesign.svg | 1013 +++++++++++++++++++++++++++++++++++++++++++++++ etc/firstaidkit/about | 3 + firstaidkit-qs | 2 +- firstaidkit.spec | 9 +- setup.py | 2 +- 7 files changed, 1031 insertions(+), 4 deletions(-) create mode 100644 .gitignore create mode 100644 doc/OperationDesign.png create mode 100644 doc/OperationDesign.svg create mode 100644 etc/firstaidkit/about diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3eb8d29 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.pyc +*.pyo +*.so +*.o +*.la +*.a diff --git a/doc/OperationDesign.png b/doc/OperationDesign.png new file mode 100644 index 0000000..e69de29 diff --git a/doc/OperationDesign.svg b/doc/OperationDesign.svg new file mode 100644 index 0000000..a065e7d --- /dev/null +++ b/doc/OperationDesign.svg @@ -0,0 +1,1013 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + $ ./firstaidkit -a fix_ + + + + [system]gskjgssfgsfgsfgssgsfgsfgsfgsfgsfgsfgsfgshsghdghs[gui]sghsghsfafwthbbsathsgh asghsghsgh[operation]sghshsfghahthsshsghsgjhsthsthshs + + + + [system]gskjgssfgsfgsfgssgsfgsfgsfgsfgsfgsfgsfgshsghdghs[gui]sghsghsfafwthbbsathsgh asghsghsgh[operation]sghshsfghahthsshsghsgjhsthsthshs + + + + + + + + + + + + + + + + + + + $ ./firstaidkit -a fix_task 1 OKtask 2 OKtask 3 Waitingtask 4 Failed + + + + + + + Specify the task using any method + Compile to Config structure + Interpretthe structure + Send messages with resultsand process them in interface + + + [system]gskjgssfgsfgsfgssgsfgsfgsfgsfgsfgsfgsfgshsghdghs[gui]sghsghsfafwthbbsathsgh asghsghsgh[operation]sghshsfghahthsshsghsgjhsthsthshs + + + + [system]gskjgssfgsfgsfgssgsfgsfgsfgsfgsfgsfgsfgshsghdghs[gui]sghsghsfafwthbbsathsgh asghsghsgh[operation]sghshsfghahthsshsghsgjhsthsthshs + + and logs + + + callplugins + + Pass data between pluginsthrough the Info structure + + + + + + + + + + I + + + + + + + + + + + C + + + diff --git a/etc/firstaidkit/about b/etc/firstaidkit/about new file mode 100644 index 0000000..5849e60 --- /dev/null +++ b/etc/firstaidkit/about @@ -0,0 +1,3 @@ +[about] +version=0.2.11 +copying=/usr/share/doc/firstaidkit-0.2.11/COPYING diff --git a/firstaidkit-qs b/firstaidkit-qs index 32a1004..a43b829 100755 --- a/firstaidkit-qs +++ b/firstaidkit-qs @@ -7,7 +7,7 @@ function pause() } if [ "$DISPLAY" == "" ]; then - DIALOG="whiptail" + DIALOG="whiptail --fb" else DIALOG="zenity" fi diff --git a/firstaidkit.spec b/firstaidkit.spec index fc5a846..2a27665 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -4,8 +4,8 @@ %define debug_package %{nil} Name: firstaidkit -Version: 0.2.10 -Release: 2%{?dist} +Version: 0.2.11 +Release: 1%{?dist} Summary: System Rescue Tool Group: Applications/System @@ -254,6 +254,11 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic %changelog +* Tue Mar 30 2010 Martin Sivak - 0.2.11-1 +- Add missing files to configuration and docs +- Use full sized buttons in text-mode firstaidkit-qs + Resolves: rhbz#576110 + * Mon Mar 29 2010 Martin Sivak - 0.2.10-2 - Spec file cleanup diff --git a/setup.py b/setup.py index d2c1a5a..52287c6 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='firstaidkit', - version='0.2.10', + version='0.2.11', description='System Rescue Tool', author='Martin Sivak / Joel Andres Granados', author_email='msivak@redhat.com / jgranado@redhat.com', -- cgit