Merge branch 'master' of disconnected-by-peer.at:go-opsi/tmviewer
This commit is contained in:
commit
09dd55899b
@ -30,9 +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: aio
|
|
||||||
requiredStatus: installed
|
|
||||||
requirementType: before
|
|
||||||
|
|
||||||
|
29
Testing.txt
Normal file
29
Testing.txt
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
*** Qualitiymanagement / testing protocol
|
||||||
|
|
||||||
|
- Product:
|
||||||
|
- Name: tmviewer
|
||||||
|
- Version: xxx
|
||||||
|
- Release: yyyy
|
||||||
|
|
||||||
|
- Environment
|
||||||
|
- OS: Native windows XP-32Bit installation
|
||||||
|
- Preinstalled packages: None (also no aio)
|
||||||
|
- Files used while testing:
|
||||||
|
File1: http://www.brad.ac.uk/learner-development/media/LearnerDevelopmentUnit/Documents/AcademicSkillsResources/PresentationSkills/Presentation-Practice-Slides-Activity.docx
|
||||||
|
(http://www.brad.ac.uk/learner-development/resources/study/present/)
|
||||||
|
|
||||||
|
- Testing process:
|
||||||
|
OPSI-action:
|
||||||
|
- Installation (without dependencies like AIO/Firefox): ok
|
||||||
|
Result:
|
||||||
|
- File extensions related to program: ok
|
||||||
|
- Start menu entry: ok
|
||||||
|
- Starting/using program: viewer works, File1 is shown correctly: ok
|
||||||
|
|
||||||
|
OPSI-action:
|
||||||
|
- Uninstall
|
||||||
|
Result:
|
||||||
|
- File extensions related to program: unrelated: ok
|
||||||
|
- Start menu entry: none: ok
|
||||||
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
|||||||
############################
|
############################
|
||||||
VENDOR="softmaker.de"
|
VENDOR="softmaker.de"
|
||||||
PN="tmviewer"
|
PN="tmviewer"
|
||||||
VERSION="2010"
|
VERSION="2010.rev591"
|
||||||
RELEASE="10"
|
RELEASE="10"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
|
@ -19,46 +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: output_dir: $OUTPUT_DIR"
|
||||||
# cp -a ${OUTPUT_DIR}/${OPSI_REPOS_FILE_PATTERN}.opsi /tmp/tmviewer.opsi
|
builder_cleanup
|
||||||
# chmod 666 /tmp/tmviewer.opsi
|
|
||||||
# ls -altr /tmp/tmviewer.opsi
|
|
||||||
|
|
||||||
builder_cleanup
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user