From 61b08cbe5f90d36f308df77985c3a8a288feedd3 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 19:27:01 +0100 Subject: [PATCH 1/3] - fix: added cleanup --- builder-targets-cb.sh | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 639eff1..0656bd9 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 + builder_cleanup } From 3a878824fc7439a46f2ccf2b5c1146c866d035b2 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 20:44:17 +0100 Subject: [PATCH 2/3] fix: removed dependency to firefox Improvement: cleanup code --- OPSI/control | 7 ------- builder-targets-cb.sh | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/OPSI/control b/OPSI/control index 723567e..1c45bec 100644 --- a/OPSI/control +++ b/OPSI/control @@ -30,10 +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: firefox -requiredStatus: installed -requirementType: before - - diff --git a/builder-targets-cb.sh b/builder-targets-cb.sh index 0656bd9..9a3d4a8 100644 --- a/builder-targets-cb.sh +++ b/builder-targets-cb.sh @@ -20,6 +20,6 @@ ############################################################################## function cleanup() { - echo "Cleanup: output_dir: $output_dir" + echo "Cleanup" builder_cleanup } From 2692ae7e436e567872346f3732ba0ed5f5a3d100 Mon Sep 17 00:00:00 2001 From: DT Netsolution GmbH Date: Mon, 6 Feb 2012 21:18:22 +0100 Subject: [PATCH 3/3] Add testing file --- 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..dc48440 --- /dev/null +++ b/Testing.txt @@ -0,0 +1,30 @@ +*** Qualitiymanagement/Testing procedure + +- Product: + - Name: acroreader + - Version: xxxx + - Release: yyyy + +- Environment + - OS: Native windows XP-32Bit installation + - Preinstalled packages: None (also no aio) + - Files used while testing: + File1: http://www.softwaredemo.de/wp-content/uploads/SoftwareDEMO_Flyer_2011-10.pdf + +- Testing process: + OPSI-action: + - Installation: + Result: + - File extensions related to program: ?? + - Start menu entry: ?? + - Starting/using program: viewer works, File1 is shown correctly: ?? + + OPSI-action: + - Uninstall + Result: + - File extensions related to program: unrelated: ?? + - Start menu entry: none: ?? + + + Test: if automatic acrobat updater ist disabled: ?? +