Skip to content

Commit

Permalink
update download url and version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marianoguerra committed Apr 27, 2016
1 parent 497c2a4 commit bf7ee4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .openshift/action_hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd $BASEPATH/otp_src_17.1
make && make install

# build couchdb
cd $BASEPATH/apache-couchdb-1.6.0
cd $BASEPATH/apache-couchdb-1.6.1
export PATH=$PATH:$BASEPATH/usr/bin/:$BASEPATH/usr/local/bin
export ICU_CONFIG="$BASEPATH/usr/bin/icu-config --detect-prefix"
export ICU_CPPFLAGS="-I$BASEPATH/usr/include/"
Expand Down
6 changes: 3 additions & 3 deletions .openshift/action_hooks/pre_build
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ fi

if [ ! -e apache-couchdb-1.6.0 ]; then
# get couchdb
wget http://ftp.carnet.hr/misc/apache/couchdb/source/1.6.0/apache-couchdb-1.6.0.tar.gz
tar -xzf apache-couchdb-1.6.0.tar.gz
rm -f apache-couchdb-1.6.0.tar.gz
wget http://www-us.apache.org/dist/couchdb/source/1.6.1/apache-couchdb-1.6.1.tar.gz
tar -xzf apache-couchdb-1.6.1.tar.gz
rm -f apache-couchdb-1.6.1.tar.gz
fi

if [ ! -e icu ]; then
Expand Down

0 comments on commit bf7ee4b

Please sign in to comment.