Skip to content

Instantly share code, notes, and snippets.

@yosukehara
Last active November 17, 2015 08:04
Show Gist options
  • Save yosukehara/f77af0a2174a6fb0dead to your computer and use it in GitHub Desktop.
Save yosukehara/f77af0a2174a6fb0dead to your computer and use it in GitHub Desktop.
#!/bin/sh
git clone https://github.com/leo-project/leofs.git leofs-1.2
cd leofs-1.2
git checkout develop
./rebar get-deps
sh ./git_checkout.sh develop
cd deps/leo_s3_libs
git checkout -b leofs-1.2 remotes/origin/leofs-1.2
cd -
make release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment