Created
January 9, 2016 21:49
-
-
Save dignifiedquire/f2a095168361f96dec49 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
make ipfs-update | |
echo "** ipfs-update **" | |
** ipfs-update ** | |
cd dists/ipfs-update && make | |
mkdir -p ../../releases/ipfs-update | |
cp versions ../../releases/ipfs-update/versions | |
../../build-go.sh ipfs-update github.com/ipfs/ipfs-update | |
dirty output directory | |
will skip building already existing binaries | |
HEAD is now at 09f391e Merge pull request #16 from RichardLitt/feature/freenode | |
building versions: | |
build complete! | |
distributions git/build-ourselves* | |
❯ ls releases | |
fs-repo-migrations go-ipfs ipfs-update | |
distributions git/build-ourselves* | |
❯ ls releases/ipfs-update | |
versions | |
distributions git/build-ourselves* | |
❯ cat releases/ipfs-update/versions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment