[sysadmin-bin] Don't raise an error, and keep things quiet at push time.



commit 6825c52f7e96a7652c1ce625c04411217a123047
Author: Andrea Veri <av gnome org>
Date:   Wed Aug 14 12:09:02 2013 +0200

    Don't raise an error, and keep things quiet at push time.

 git/post-receive-mirror-github |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-mirror-github b/git/post-receive-mirror-github
index e471861..223349a 100755
--- a/git/post-receive-mirror-github
+++ b/git/post-receive-mirror-github
@@ -158,4 +158,3 @@ if __name__ == "__main__":
         server = smtplib.SMTP("localhost")
         server.sendmail (msg['From'], msg['To'], msg.as_string())
         server.quit ()
-        raise e


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