Merge branch 'master' of disconnected-by-peer.at:go-opsi/acroreader
This commit is contained in:
commit
5773f28fe4
@ -30,10 +30,3 @@ description: which architecture (32/64 bit) has to be installed
|
|||||||
values: ["32 only", "64 only", "both", "system specific"]
|
values: ["32 only", "64 only", "both", "system specific"]
|
||||||
default: ["system specific"]
|
default: ["system specific"]
|
||||||
|
|
||||||
[ProductDependency]
|
|
||||||
action: setup
|
|
||||||
requiredProduct: firefox
|
|
||||||
requiredStatus: installed
|
|
||||||
requirementType: before
|
|
||||||
|
|
||||||
|
|
||||||
|
30
Testing.txt
Normal file
30
Testing.txt
Normal file
@ -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: ??
|
||||||
|
|
@ -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() {
|
function cleanup() {
|
||||||
echo "Cleanup: output_dir: $output_dir"
|
echo "Cleanup"
|
||||||
# builder_cleanup
|
builder_cleanup
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user