From c008aad0d14652e3acb4f8f982ebcae27d81ed74 Mon Sep 17 00:00:00 2001 From: iliapolo Date: Wed, 29 Apr 2015 12:18:27 +0300 Subject: [PATCH 1/2] CFY-2644 use pymongo version 2.8.0 --- scripts/mongo/install-pymongo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mongo/install-pymongo.sh b/scripts/mongo/install-pymongo.sh index d34bd40..1e29c7d 100755 --- a/scripts/mongo/install-pymongo.sh +++ b/scripts/mongo/install-pymongo.sh @@ -1,5 +1,5 @@ #!/bin/bash -ctx logger info "Installing pymongo" +ctx logger info "Installing pymongo 2.8.0" -pip install pymongo \ No newline at end of file +pip install pymongo==2.8.0 \ No newline at end of file From 1903f530984e8163da1f08c2506c62326304c705 Mon Sep 17 00:00:00 2001 From: iliapolo Date: Wed, 29 Apr 2015 12:45:51 +0300 Subject: [PATCH 2/2] CFY-2644 added new line --- scripts/mongo/install-pymongo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mongo/install-pymongo.sh b/scripts/mongo/install-pymongo.sh index 1e29c7d..6fc49af 100755 --- a/scripts/mongo/install-pymongo.sh +++ b/scripts/mongo/install-pymongo.sh @@ -2,4 +2,4 @@ ctx logger info "Installing pymongo 2.8.0" -pip install pymongo==2.8.0 \ No newline at end of file +pip install pymongo==2.8.0