From f694c7a91cad0c3d874a417ff67e28b7383999db Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Wed, 22 Nov 2006 17:36:33 +1100 Subject: [PATCH] auto generate the hipadaba_configuration.tcl file during deployment r1316 | dcl | 2006-11-22 17:36:33 +1100 (Wed, 22 Nov 2006) | 2 lines --- site_ansto/instrument/deploySICS.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/deploySICS.sh b/site_ansto/instrument/deploySICS.sh index 178fb205..a18401f5 100755 --- a/site_ansto/instrument/deploySICS.sh +++ b/site_ansto/instrument/deploySICS.sh @@ -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)