[Python-modules-commits] r25013 - in packages/fedmsg/trunk/debian/patches (2 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Fri Jun 28 13:08:25 UTC 2013


    Date: Friday, June 28, 2013 @ 13:08:23
  Author: laarmen-guest
Revision: 25013

Default to org.debian for the topic prefix

Added:
  packages/fedmsg/trunk/debian/patches/default_prefix
Modified:
  packages/fedmsg/trunk/debian/patches/series

Added: packages/fedmsg/trunk/debian/patches/default_prefix
===================================================================
--- packages/fedmsg/trunk/debian/patches/default_prefix	                        (rev 0)
+++ packages/fedmsg/trunk/debian/patches/default_prefix	2013-06-28 13:08:23 UTC (rev 25013)
@@ -0,0 +1,16 @@
+Description: Put "org.debian" as the default prefix in the conf
+Author: Simon Chopin <chopin.simon at gmail.com>
+Forwarded: not-needed
+
+--- fedmsg-0.6.8+git66~28a3152.orig/fedmsg.d/base.py
++++ fedmsg-0.6.8+git66~28a3152/fedmsg.d/base.py
+@@ -22,6 +22,9 @@ config = dict(
+     # Set to stg or prod if running in the Fedora Infrastructure
+     environment="dev",
+ 
++    # Default prefix is org.fedoraproject
++    topic_prefix="org.debian"
++
+     # Default is 0
+     high_water_mark=0,
+     io_threads=1,

Modified: packages/fedmsg/trunk/debian/patches/series
===================================================================
--- packages/fedmsg/trunk/debian/patches/series	2013-06-28 11:31:22 UTC (rev 25012)
+++ packages/fedmsg/trunk/debian/patches/series	2013-06-28 13:08:23 UTC (rev 25013)
@@ -1 +1,2 @@
 strip_docs.diff
+default_prefix




More information about the Python-modules-commits mailing list