summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-09 16:48:53 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-09 16:48:53 +0000
commit92e4434bd0629dda9ed6abb04198d1472329e5fa (patch)
treed1752c631fa3fd11b3116a378ef3f622e7606123
parent0da0a78a1f9aadc62625a8e1639174f7d6217b7f (diff)
parent5f781985b50c0c18f6163d1f59c554c23bfebd4b (diff)
downloadlorries-92e4434bd0629dda9ed6abb04198d1472329e5fa.tar.gz
Merge branch 'baserock/franred/add-apache-stratum-lorries-v2'
Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Reviewed-by: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
-rw-r--r--open-source-lorries/apache-projects.lorry10
-rw-r--r--open-source-lorries/python-packages.lorry12
2 files changed, 22 insertions, 0 deletions
diff --git a/open-source-lorries/apache-projects.lorry b/open-source-lorries/apache-projects.lorry
new file mode 100644
index 0000000..74fa0e9
--- /dev/null
+++ b/open-source-lorries/apache-projects.lorry
@@ -0,0 +1,10 @@
+{
+ "apache/apr": {
+ "type": "git",
+ "url": "git://git.apache.org/apr.git"
+ },
+ "apache/httpd": {
+ "type": "git",
+ "url": "git://git.apache.org/httpd.git"
+ }
+}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 27b79b5..b74fb1b 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -200,6 +200,14 @@
"type": "git",
"url": "https://bitbucket.org/zzzeek/mako.git"
},
+ "python-packages/mod_wsgi": {
+ "type": "git",
+ "url": "git://github.com/GrahamDumpleton/mod_wsgi.git"
+ },
+ "python-packages/mod_wsgi-metrics": {
+ "type": "git",
+ "url": "git://github.com/GrahamDumpleton/mod_wsgi-metrics.git"
+ },
"python-packages/mock": {
"type": "hg",
"url": "https://code.google.com/p/mock/"
@@ -289,6 +297,10 @@
"type": "tarball",
"url": "http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.8.tar.gz"
},
+ "python-packages/psutil": {
+ "type": "git",
+ "url": "git://github.com/giampaolo/psutil.git"
+ },
"python-packages/psycopg2": {
"type": "git",
"url": "git://github.com/psycopg/psycopg2.git"