auto generate the hipadaba_configuration.tcl file during deployment

r1316 | dcl | 2006-11-22 17:36:33 +1100 (Wed, 22 Nov 2006) | 2 lines
This commit is contained in:
Douglas Clowes
2006-11-22 17:36:33 +11:00
parent 68a8b2ff49
commit f694c7a91c

View File

@@ -1,6 +1,6 @@
#!/bin/sh
# $Revision: 1.15 $
# $Date: 2006-11-21 01:35:13 $
# $Revision: 1.16 $
# $Date: 2006-11-22 06:36:33 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by $Author: dcl $
@@ -147,6 +147,7 @@ fi
# Generate instrument description xml
./hipadaba/gen_hpdbxml.tcl $INSTRUMENT
./hipadaba/gen_hipadaba_config.tcl $INSTSRC
# Get list of files to copy
COMMON=$(for f in $(cat $SRCDIR/MANIFEST.TXT); do echo -n "$SRCDIR/$f "; done)
INSTSPEC=$(for f in $(cat $INSTSRC/MANIFEST.TXT); do echo -n "$INSTSRC/$f "; done)