1 |
#! /bin/bash |
#! /bin/bash |
2 |
# |
# |
3 |
# $Id: acceptbuild,v 1.6 2011/01/10 13:17:31 ccflib Exp $ |
# $Id: acceptbuild,v 1.7 2014/12/02 15:55:21 ccflib Exp $ |
4 |
|
|
5 |
#notify () { |
#notify () { |
6 |
# if [ $# -ne 1 ] ; then |
# if [ $# -ne 1 ] ; then |
19 |
|
|
20 |
. $HOME/bin/ccflib.cfg |
. $HOME/bin/ccflib.cfg |
21 |
|
|
22 |
PATH=$HOME/bin:$PATH |
export PATH=${CCFLIB_HOME}/bin:$PATH |
|
export PATH |
|
23 |
|
|
24 |
me=`basename $0` |
me=`basename $0` |
25 |
##echo $me running on `date` |
##echo $me running on `date` |
26 |
|
|
27 |
|
|
28 |
builddir=$HOME/builds/tmp |
builddir=${CCFLIB_HOME}/builds/tmp |
29 |
cd $builddir || exit 1 |
cd $builddir || exit 1 |
30 |
|
|
31 |
flist=`find . -name '*.CCF'` |
flist=`find . -name '*.CCF'` |