Show
Ignore:
Timestamp:
12/14/07 23:05:33 (1 year ago)
Author:
karpet
Message:

tweeks to build process

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish_website/build.sh

    r1908 r1996  
    4141fi 
    4242 
     43if ! svn stat &>$TMP; then 
     44    echo "svn stat failed" 
     45    echo  
     46    cat $TMP; rm $TMP 
     47    exit 
     48fi 
     49 
    4350# Look out for any local problems 
    4451#    A  Added 
     
    6572# Or perhaps could just check for (A|C|D|U|G) 
    6673 
    67 if [ -n "$(echo $@ | grep -- '-a')"  ] || egrep '^Updated to revision' $TMP >/dev/null; then 
     74if [ -n "$(echo $@ | grep -- '-a')"  ] || egrep '^[ADUCGM] ' $TMP >/dev/null; then 
    6875    echo "updating site.  Changes:" 
    6976    cat $TMP