Mercurial > trustbridge
comparison packaging/linux-installer-common.inc.in @ 1366:8c829345ecfa
(issue179) Write signature date in linux installer and add to test script
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 24 Nov 2014 12:40:49 +0100 |
parents | 0971c7214e79 |
children |
comparison
equal
deleted
inserted
replaced
1365:3d7ddf698480 | 1366:8c829345ecfa |
---|---|
20 HELPNAMES="###HELPNAMES###" | 20 HELPNAMES="###HELPNAMES###" |
21 HELPNAMES_SOURCES="###HELPNAMES_SOURCES###" | 21 HELPNAMES_SOURCES="###HELPNAMES_SOURCES###" |
22 HELPNAMES_STATIC="###HELPNAMES_STATIC###" | 22 HELPNAMES_STATIC="###HELPNAMES_STATIC###" |
23 HELPNAMES_IMG="###HELPNAMES_IMG###" | 23 HELPNAMES_IMG="###HELPNAMES_IMG###" |
24 LICENSENAMES="###LICENSES###" | 24 LICENSENAMES="###LICENSES###" |
25 SIGNATURE_DATE="###SIGNATURE_DATE###" | |
25 ARCH="###ARCH###" | 26 ARCH="###ARCH###" |
26 | 27 |
27 declare -A instcfg oldinstcfg | 28 declare -A instcfg oldinstcfg |
28 declare inst_default_prefix instdata_path instcfg_path instcfg_file | 29 declare inst_default_prefix instdata_path instcfg_path instcfg_file |
29 instcfg=( | 30 instcfg=( |
30 [TIMESTMP]=`date -u +%Y%m%d%H%M%S` | 31 [TIMESTMP]=`date -u +%Y%m%d%H%M%S` |
32 [SIG_DATE]=$SIGNATURE_DATE | |
31 [VERSION]='@PROJECT_VERSION@' | 33 [VERSION]='@PROJECT_VERSION@' |
32 [PREFIX]='' | 34 [PREFIX]='' |
33 ) | 35 ) |
34 oldinstcfg=( | 36 oldinstcfg=( |
35 [TIMESTMP]='' | 37 [TIMESTMP]='' |