Changeset 1996

Show
Ignore:
Timestamp:
12/14/07 23:05:33 (5 months 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 
  • swish_website/index_archive.sh

    r1893 r1996  
    1414                    -c $ROOT/swish_website/etc/archive.conf \ 
    1515                    -f $ROOT/indexes/archive.swish-e \ 
     16                    -W0 \ 
    1617                    -v0 
    1718 
  • swish_website/lib/page/footer.html

    r1910 r1996  
    1414 
    1515<p> 
    16     <strong>URI &raquo;</strong> http://swish-e.org/  
     16    <strong>URI &raquo;</strong> http://swish-e.org/[% # this does not always work. template.name %]  
    1717    &bull; 
    1818