summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/berkeleydb.lorry2
-rw-r--r--open-source-lorries/git-review.lorry6
-rw-r--r--open-source-lorries/python-packages.lorry4
3 files changed, 11 insertions, 1 deletions
diff --git a/open-source-lorries/berkeleydb.lorry b/open-source-lorries/berkeleydb.lorry
index 35cc3f6..d59d06b 100644
--- a/open-source-lorries/berkeleydb.lorry
+++ b/open-source-lorries/berkeleydb.lorry
@@ -1,6 +1,6 @@
{
"berkeleydb": {
"type": "tarball",
- "url": "http://download.oracle.com/berkeley-db/db-5.3.21.tar.gz"
+ "url": "http://download.oracle.com/berkeley-db/db-6.1.23.tar.gz"
}
}
diff --git a/open-source-lorries/git-review.lorry b/open-source-lorries/git-review.lorry
new file mode 100644
index 0000000..6329687
--- /dev/null
+++ b/open-source-lorries/git-review.lorry
@@ -0,0 +1,6 @@
+{
+ "git-review": {
+ "type": "git",
+ "url": "git://git.openstack.org/openstack-infra/git-review"
+ }
+}
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 148d33b..de59b3d 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -663,5 +663,9 @@
"python-packages/singledispatch" : {
"type": "hg",
"url": "https://bitbucket.org/ambv/singledispatch"
+ },
+ "python-packages/pymox":{
+ "type": "git",
+ "url": "https://github.com/emonty/pymox.git"
}
}