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

Build Script for Kuchain #18

Open
aquarius-kuchain opened this issue Aug 3, 2020 · 0 comments
Open

Build Script for Kuchain #18

aquarius-kuchain opened this issue Aug 3, 2020 · 0 comments
Assignees
Labels

Comments

@aquarius-kuchain
Copy link
Contributor

Summary

Add build script for kuchain, it should got version info and easy to select build params.

Build Script

Now we use a makefile to build kuchain kucd and kucli, it just changed from cosmos-hub, now we need add some build params and infos support, so we need add a script to make it.

We will add a bash build script to imp it.

Build Params

There are some params we should support:

  • VERSION : which project version by tag to build.
  • COMMIT : which git commit to build.
  • Build time : the time when build.
  • Name & ServerName & ClientName : cosmos version var in package.
  • ChainNameStr & ChainMainNameStr : Kuchain main symbol.
  • Update Height : some times kuchain need to select some height to upgrade for a running chain.

Some of the params is constants for a running chain, and some will from git info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant