Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dual publishing go-ipfs and kubo #717

Merged
merged 12 commits into from
Jul 7, 2022
Merged

Commits on Jul 6, 2022

  1. chore: test ipfs-banana build

    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.
    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bf3a04a View commit details
    Browse the repository at this point in the history
  2. feat: hide go-ipfs, show kubo

    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3cecc57 View commit details
    Browse the repository at this point in the history
  3. refactor: rename to kubo

    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2201f13 View commit details
    Browse the repository at this point in the history
  4. fix: add go-ipfs on ./dist add-version kubo

    This will automatically add any new kubo version to go-ipfs,
    ensuring people following old name will still get informed about new
    releases.
    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    574df6f View commit details
    Browse the repository at this point in the history
  5. chore: sync kubo description

    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    dd51ab5 View commit details
    Browse the repository at this point in the history
  6. fix: error on old kubo name

    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2de1e48 View commit details
    Browse the repository at this point in the history
  7. feat: avoid dual build, repackage kubo as go-ipfs

    See comments at the top of dists/go-ipfs/build-from-kubo.sh
    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a17c51b View commit details
    Browse the repository at this point in the history
  8. fix: ignore go-ipfs during nightly

    we only need kubo to build
    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    8316fb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    005dc31 View commit details
    Browse the repository at this point in the history
  10. chore: git repo rename to kubo

    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    882edf3 View commit details
    Browse the repository at this point in the history
  11. chore: kubo v0.14.0-rc1

    lidel committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7a40e8d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. chore: go-ipfs v0.14.0-rc1

    This time needs to be added manually, I forgot to include it in previous
    commit.
    lidel committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    93b3064 View commit details
    Browse the repository at this point in the history