more files
This commit is contained in:
parent
bb533380c6
commit
b0ac152b30
18
build-extension.sh
Normal file
18
build-extension.sh
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
############################
|
||||||
|
# define methods to overwrite library methods here
|
||||||
|
# refer to the the builder.sh to check the methods
|
||||||
|
############################
|
||||||
|
|
||||||
|
#builder_read_config_pre() {
|
||||||
|
# echo "** USER: Cal.ling BEFORE builder__read_confi"
|
||||||
|
#}
|
||||||
|
|
||||||
|
#builder_read_config() {
|
||||||
|
# echo "** USER: Calling INSTEAD-OF builder_read_config"
|
||||||
|
#}
|
||||||
|
|
||||||
|
#builder__read_confif() {
|
||||||
|
# echo "** USER: Calling AFTER builder__read_config"
|
||||||
|
#}
|
||||||
|
|
||||||
|
|
11
build.cfg
Normal file
11
build.cfg
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
||||||
|
# You can setup many URL's separated by ";"
|
||||||
|
|
||||||
|
# Format: basename ; URL1 ; URL2 ; ...
|
||||||
|
ICON="itWatchLogo.jpg;http://www.itwatch.de/logos/itWatchLogo.jpg"
|
||||||
|
|
||||||
|
# Format: basename ; URL1 ; URL2 ; ...
|
||||||
|
FILE1="itWESS-Client_German.msi;http://ivyrepos.dtnet.de/v-$PN/itwatch/itwatch/4.10.19/itWESS-Client_German.msi;http://internal.graz.disconnected-by-peer.at/Orig/itWatch/itWESS/HB/4.10.19/itWESS-Client_German.msi"
|
||||||
|
|
||||||
|
FILE2="itWESS-64bit_German.msi;http://ivyrepos.dtnet.de/itwatch/itwatch/4.10.19/itWESS-64bit_German.msi;http://internal.graz.disconnected-by-peer.at/Orig/itWatch/itWESS/HB/4.10.19/itWESS-64bit_German.msi"
|
||||||
|
|
1
itWESS-64bit_German.msi.sha1sum
Normal file
1
itWESS-64bit_German.msi.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
57b4ac703a6a8e459848325874ba64ef237567bd /home/dschwager/tmp/itwatch-4.10.19-1/itWESS-64bit_German.msi
|
9
release.cfg
Normal file
9
release.cfg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
VENDOR="itwatch.de"
|
||||||
|
PN="itwatch"
|
||||||
|
VERSION="4.10.19"
|
||||||
|
RELEASE="1"
|
||||||
|
PRIORITY="0"
|
||||||
|
ADVICE=""
|
||||||
|
|
||||||
|
# Status integration, testing, release
|
||||||
|
STATUS="review"
|
Loading…
Reference in New Issue
Block a user