From 2d6274cdcf2d7dd51e4fe08153d0cc5f692c9a92 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 15:51:15 +0100 Subject: [PATCH 1/3] removed dependency to aio --- OPSI/control | 6 ------ 1 file changed, 6 deletions(-) diff --git a/OPSI/control b/OPSI/control index 656c7ce..2736324 100644 --- a/OPSI/control +++ b/OPSI/control @@ -30,9 +30,3 @@ description: which architecture (32/64 bit) has to be installed values: ["32 only", "64 only", "both", "system specific"] default: ["system specific"] -[ProductDependency] -action: setup -requiredProduct: aio -requiredStatus: installed -requirementType: before - From 9b3ffd654b18b6b0dd412c09371d5f9c62e15632 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 19:22:42 +0100 Subject: [PATCH 2/3] - Fix: cleanup - New: Adding Testing template --- Testing.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Testing.txt diff --git a/Testing.txt b/Testing.txt new file mode 100644 index 0000000..a896cf8 --- /dev/null +++ b/Testing.txt @@ -0,0 +1,30 @@ +*** Qualitiymanagement/Testing procedure + +- Produkt: + - Name: pmviewer (SoftMaker PlanMaker) + - Version: xxxx + - Release: xxxx + +- Environment + - OS: Native windows XP-32Bit installation + - Preinstalled packages: None (also no aio) + - Files used while testing: + File1: http://www.office-lorenz-re.de/Download/Urlaubsplaner.xls + +- Testing process: + OPSI-action: + - Installation (without dependencies like AIO/Firefox): ?? + Result: + - File extensions related to program: ?? + - Start menu entry: ?? + - Starting/using program: + - xls viewer started: ?? + - Opening File1: ?? tells me about an error "Einige Formeln konnten nicht geladen werden. Schalten Sie die Syntaxhervorhebung ein...." + + OPSI-action: + - Uninstall + Result: + - File extensions related to program: unrelated: ?? + - Start menu entry: none: ?? + + repeat OPSI-action "Installation": ?? From 63d980b5963f35fd302303d676a4290032296e45 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 19:29:20 +0100 Subject: [PATCH 3/3] - Fix: Added cleanup --- builder-targets-cb.sh | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 639eff1..9a3d4a8 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -19,42 +19,7 @@ # ############################################################################## -#function config() { -# echo "Config - doing some commands before calling the builder_config" -# builder_config -# echo "Config - doing some commands after calling the builder_config" -#} - -#function prepare() { -# echo "Prepare" -# builder_prepare -#} - -function retrieve() { - echo "Retrieve" - builder_retrieve -} - -function create() { - echo "Create" - builder_create -} - -function package() { - echo "Package" - builder_package -} - -function publish() { - echo "Publish" - builder_publish -} - -function commit() { - echo "Commit" - # builder_commit -} function cleanup() { - echo "Cleanup: output_dir: $output_dir" - # builder_cleanup + echo "Cleanup" + builder_cleanup }