[packages/fedmsg] disable shortlinks in irc bot

glen glen at pld-linux.org
Mon Apr 25 23:28:20 CEST 2016


commit dd4e3216c50993c50c3821aba7b06a9729a91f64
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Apr 26 00:27:59 2016 +0300

    disable shortlinks in irc bot
    
    don't use third party service by default

 config.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/config.patch b/config.patch
index 08b0a71..06ffce3 100644
--- a/config.patch
+++ b/config.patch
@@ -33,3 +33,14 @@
      # Set this to dev if you're hacking on fedmsg or an app.
      # Set to stg or prod if running in the Fedora Infrastructure
      environment="dev",
+--- fedmsg-0.17.0/fedmsg.d/ircbot.py~	2015-06-24 20:33:04.000000000 +0300
++++ fedmsg-0.17.0/fedmsg.d/ircbot.py	2016-04-26 00:26:38.910365239 +0300
+@@ -27,7 +27,7 @@
+             timeout=120,
+             make_pretty=True,
+             make_terse=True,
+-            make_short=True,
++            make_short=False,
+             line_rate=0.9,
+             # Don't show the heartbeat... gross.
+             filters=dict(
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fedmsg.git/commitdiff/dd4e3216c50993c50c3821aba7b06a9729a91f64



More information about the pld-cvs-commit mailing list