[sysadmin-bin: 33/168] Switch to the new gnome-post-receive-email script



commit 88596c53685d2990b55e56cc720b24565fa75784
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Mar 2 18:47:19 2009 -0500

    Switch to the new gnome-post-receive-email script
    
    Instead of the git contrib post-recieve-email script, use our custom one.

 gnome-post-receive |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-post-receive b/gnome-post-receive
index 55c3507..379e9ad 100755
--- a/gnome-post-receive
+++ b/gnome-post-receive
@@ -24,4 +24,4 @@ export GIT_CONFIG
 
 tee >($BINDIR/log-push 1>&2) \
     >($BINDIR/post-receive-notify-cia 1>&2) \
-    | $BINDIR/post-receive-email 1>&2
+    | $BINDIR/gnome-post-receive-email 1>&2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]