Skip to content

Commit

Permalink
chore: test ipfs-banana build
Browse files Browse the repository at this point in the history
just seeing if we can build go-ipfs under different name:
when we rename, we want to have backward-compatible go-ipfs build
so everything that was created in the past 7 years and expects 'go-ipfs'
will continue working.
  • Loading branch information
lidel committed Jun 25, 2022
1 parent 1e602ba commit 43e417d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dists/ipfs-banana/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
repo = github.com/ipfs/go-ipfs
package = cmd/ipfs

include ../../common.mk
14 changes: 14 additions & 0 deletions dists/ipfs-banana/build_matrix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
darwin amd64
darwin arm64
freebsd 386
freebsd amd64
freebsd arm
openbsd 386
openbsd amd64
openbsd arm
linux 386
linux amd64
linux arm
linux arm64
windows 386
windows amd64
1 change: 1 addition & 0 deletions dists/ipfs-banana/current
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.13.0-rc1
1 change: 1 addition & 0 deletions dists/ipfs-banana/description
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ipfs-banana is the oldest (but not the only one!) implementation of IPFS. It includes:\n- an IPFS core implementation\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP RPC API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n
1 change: 1 addition & 0 deletions dists/ipfs-banana/repo-name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go-ipfs
1 change: 1 addition & 0 deletions dists/ipfs-banana/repo-owner
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ipfs
1 change: 1 addition & 0 deletions dists/ipfs-banana/versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v0.13.0-rc1

0 comments on commit 43e417d

Please sign in to comment.