Last active
November 17, 2015 08:04
-
-
Save yosukehara/f77af0a2174a6fb0dead to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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