You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2004/08/27 22:16:39 UTC

svn commit: rev 37130 - spamassassin/trunk/build

Author: jm
Date: Fri Aug 27 13:16:39 2004
New Revision: 37130

Modified:
   spamassassin/trunk/build/update_devel
   spamassassin/trunk/build/update_stable
Log:
oops, I'd forgotten to check in the SAME fixes from minotaur.   here's some parts of what I did that are still worthwhile with Theo's changes

Modified: spamassassin/trunk/build/update_devel
==============================================================================
--- spamassassin/trunk/build/update_devel	(original)
+++ spamassassin/trunk/build/update_devel	Fri Aug 27 13:16:39 2004
@@ -1,12 +1,18 @@
-#!/usr/local/bin/bash
+#!/usr/bin/env bash
 # This script assumes it's being run from the root of the SA code tree
 set -x
 
 WEBDIR=$SA_WEBDIR
 test -n "$WEBDIR"  || WEBDIR=$HOME/site
 
+if [ ! -d $WEBDIR ] ; then
+  echo "WARNING: $WEBDIR does not exist" 1>&2
+  echo 1>&2
+fi
+
 GPGSIGN=$SA_GPGSIGN
 test -x "$GPGSIGN" || GPGSIGN=$HOME/bin/gpgsign
+test -x "$GPGSIGN" || GPGSIGN=$HOME/sabuildtools/bin/gpgsign
 
 DEVDIR=$WEBDIR/devel
 RELDIR=$WEBDIR/released

Modified: spamassassin/trunk/build/update_stable
==============================================================================
--- spamassassin/trunk/build/update_stable	(original)
+++ spamassassin/trunk/build/update_stable	Fri Aug 27 13:16:39 2004
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 set -x
 
 # A whole bunch of variables are defined in that file!