← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:oops-datedir2amqp into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:oops-datedir2amqp into launchpad:master.

Commit message:
Add oops-datedir2amqp

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/414051

Launchpad doesn't use this directly, but it's currently deployed separately on production systems and it would be simpler to just include it in our virtualenv.  I did the same thing in lp-codeimport last year.

Dependencies MP: https://code.launchpad.net/~cjwatson/lp-source-dependencies/+git/lp-source-dependencies/+merge/414049
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:oops-datedir2amqp into launchpad:master.
diff --git a/requirements/launchpad.txt b/requirements/launchpad.txt
index ab91d09..86cf5c6 100644
--- a/requirements/launchpad.txt
+++ b/requirements/launchpad.txt
@@ -93,6 +93,7 @@ oauthlib==3.1.0
 oops==0.0.14
 oops-amqp==0.1.0
 oops-datedir-repo==0.0.24
+oops-datedir2amqp==0.1.0
 oops-timeline==0.0.3
 oops-twisted==0.0.8
 oops-wsgi==0.0.15
diff --git a/setup.cfg b/setup.cfg
index e9a92d1..a6c8090 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,6 +58,8 @@ install_requires =
     oauthlib
     oops
     oops_amqp
+    # Not directly used by Launchpad, but useful in production deployments.
+    oops_datedir2amqp
     oops_datedir_repo
     oops_timeline
     oops_twisted

Follow ups