Add triggers to action to update contrib scripts
authorNelson Ferreira <nelson.ferreira@ieee.org>
Thu, 15 Dec 2011 05:07:25 +0000 (00:07 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Thu, 15 Dec 2011 05:07:25 +0000 (00:07 -0500)
Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
contrib/README
contrib/make-pkg.sh
contrib/report-build-failure.sh

index b413b8b..35ed106 100644 (file)
@@ -6,7 +6,6 @@ useful.
 File List:
 =========
        do_builds.sh..............automate builds
-       hook......................tla master hook script
        make-pkg.sh...............bash script to create a SXEmacs tar package
        pop3.el.patch.............SXEmacs native OpenSSL goodies
        report-build-failure.sh...bash script to send a build report failure
@@ -20,8 +19,6 @@ More Info:
 =========
 
 
-Steve Youngs <steve@sxemacs.org>
-
 do_builds.sh:
 ------------
 
@@ -178,4 +175,4 @@ Invoke with:
        -bs     Force the use of both bold and standout codes
        -q      Try to query the color map from the terminal
 
-Nelson Ferreira <njsf@sxemacs.org>
\ No newline at end of file
+Nelson Ferreira <njsf@sxemacs.org>
index 4edc26b..75027a0 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+echo "Complain bitterly to njsf@sxemacs.org that he has still NOT updated this script to use git"
+exit 1
 if [ ! -n "$1" ]; then
     echo "Usage: $0 <package-name> [<package-location>]"
     echo "Example: $0 sxemacs-22.1.9"
index 42adeb0..9b2df67 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+echo "Complain bitterly to njsf@sxemacs.org that he has still NOT updated this script to use git"
+exit 1
 if [ -z "$1"  ]; then
     echo "Usage: $0 <from address>"
     echo "Example: $0 superhacker@sxemacs.org"