Skip to content

Commit

Permalink
switch to 1.5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 16, 2015
1 parent 3f10c65 commit 49c3c53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions debian/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Build rApache (`libapache2-mod-r-base`). Run this **not** as root (use a regular
Build OpenCPU Cloud Server (`opencpu-server` and `opencpu-cache`). Run this **not** as root.

cd ~
wget https://github.com/jeroenooms/opencpu-server/archive/v1.5.0.tar.gz
tar xzf v1.5.0.tar.gz
cd opencpu-server-1.5.0
wget https://github.com/jeroenooms/opencpu-server/archive/v1.5.tar.gz
tar xzf v1.5.tar.gz
cd opencpu-server-1.5
dpkg-buildpackage

## Installing OpenCPU server
Expand Down
6 changes: 3 additions & 3 deletions rpm/buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ mv -f rapache.spec ~/rpmbuild/SPECS/
rpmbuild -ba ~/rpmbuild/SPECS/rapache.spec

# Get opencpu sources
wget https://github.com/jeroenooms/opencpu-server/archive/v1.5.0.tar.gz -O opencpu-server-1.5.0.tar.gz
tar xzvf opencpu-server-1.5.0.tar.gz opencpu-server-1.5.0/rpm/opencpu.spec --strip-components 2
mv -f opencpu-server-1.5.0.tar.gz ~/rpmbuild/SOURCES/
wget https://github.com/jeroenooms/opencpu-server/archive/v1.5.tar.gz -O opencpu-server-1.5.tar.gz
tar xzvf opencpu-server-1.5.tar.gz opencpu-server-1.5/rpm/opencpu.spec --strip-components 2
mv -f opencpu-server-1.5.tar.gz ~/rpmbuild/SOURCES/
mv -f opencpu.spec ~/rpmbuild/SPECS/

# Build OpenCPU
Expand Down

0 comments on commit 49c3c53

Please sign in to comment.