head	1.8;
access;
symbols;
locks; strict;
comment	@# @;


1.8
date	2003.08.28.07.30.16;	author dunc;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.05.11.13.40;	author dunc;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.15.00.27.20;	author dunc;	state Exp;
branches;
next	1.5;

1.5
date	98.12.04.23.55.57;	author dunc;	state Exp;
branches;
next	1.4;

1.4
date	98.12.04.23.47.11;	author dunc;	state Exp;
branches;
next	1.3;

1.3
date	98.10.21.00.16.08;	author dunc;	state Exp;
branches;
next	1.2;

1.2
date	98.10.08.23.32.22;	author dunc;	state Exp;
branches;
next	1.1;

1.1
date	98.10.08.23.15.26;	author dunc;	state Exp;
branches;
next	;


desc
@Make up dir tree to go to Optimation
@


1.8
log
@*** empty log message ***
@
text
@#!/bin/sh
# $Id: ship,v 1.7 2003/03/05 11:13:40 dunc Exp dunc $
set -x
cd /d/ign/3/ign/src/cmd
pfx=gfe
tar -czf /tmp/GFE_`date +%Y%m%d_%H%M%S`.tgz\
 $pfx/RCS\
 $pfx/INSTALL\
 $pfx/EXAMPLE\
 $pfx/gfe/RCS\
 $pfx/gfe/GA_customised/RCS
@


1.7
log
@New-style with GA paths (hopefully)
@
text
@d2 1
a2 1
# $Id: ship,v 1.6 2003/01/15 00:27:20 dunc Exp dunc $
d4 2
a5 2
cd /
pfx=d/ign/3/ign/src/cmd/gfe
d9 1
@


1.6
log
@Ship GFE RCS dirs
@
text
@d2 1
a2 1
# $Id: ship,v 1.5 1998/12/04 23:55:57 dunc Exp dunc $
d4 7
a10 13
rm -rf /tmp/togo
mkdir /tmp/togo
cd /projects/agso/
find gfe -name RCS -print|xargs tar -czf /tmp/togo/gfe.tgz
find dsap -name RCS -print|xargs tar -czf /tmp/togo/dsap.tgz
find d -name temp -prune -o -name RCS -print|xargs tar -czf /tmp/togo/d.tgz
cd droe
find JSPC -name RCS -print|xargs tar -czf /tmp/togo/JSPC.tgz
cd /home/dunc
tar -czf /tmp/togo/droe.tgz qgo .bashrc bin
cd /tmp
tar -cf GFE_`date +%Y%m%d_%H%M%S`.tar togo
rm -r togo
@


1.5
log
@First step4f version
@
text
@d2 15
a16 14
# $Id: ship,v 1.4 1998/12/04 23:47:11 dunc Exp dunc $
# set -x
cd /projects/optimation/tabcorp/step4f
rm -rf togo/*
cd togo
for i in \
  bench/scripts/RCS \
  bench/inputs/RCS \
  protocol/RCS \
  c/RCS\
  ;do
  mkdir -p $i
  (cd ../$i;trecpy . /projects/optimation/tabcorp/step4f/togo/$i;)
done
@


1.4
log
@Last bravo version
@
text
@d2 1
a2 1
# $Id: ship,v 1.3 1998/10/21 00:16:08 dunc Exp dunc $
d4 1
a4 1
cd /projects/tabcorp
a9 1
  bench/savedstats \
a10 1
  protocol/NLU \
a11 2
  c/NLU\
  RCS\
d14 1
a14 1
  (cd ../$i;trecpy . /projects/tabcorp/togo/$i;)
@


1.3
log
@up to c/RCS
@
text
@d2 1
a2 1
# $Id: ship,v 1.2 1998/10/08 23:32:22 dunc Exp dunc $
d14 2
@


1.2
log
@Also ship bench/savedstats
@
text
@d2 1
a2 1
# $Id: ship,v 1.1 1998/10/08 23:15:26 dunc Exp dunc $
d7 8
a14 1
for i in bench/scripts/RCS bench/inputs/RCS bench/savedstats protocol/RCS;do
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Id: $
d7 1
a7 1
for i in bench/scripts bench/inputs protocol;do
d9 1
a9 1
  (cd ../$i;trecpy RCS /projects/tabcorp/togo/$i;)
@
