Add ci check for parity-publish and fix current check issues#1887
Add ci check for parity-publish and fix current check issues#1887Morganamilo merged 37 commits intomasterfrom
Conversation
ggwpez
left a comment
There was a problem hiding this comment.
Ci requires a format: bot fmt for example.
|
bot fmt |
|
"$PIPELINE_SCRIPTS_DIR/commands/fmt/fmt.sh" was queued. Comment |
|
@Morganamilo Command |
67bcd74 to
3739f00
Compare
3739f00 to
dd7109e
Compare
3397911 to
c3f5501
Compare
|
Why is the |
| default-run = "substrate-node" | ||
| homepage = "https://substrate.io" | ||
| repository.workspace = true | ||
| publish = false |
There was a problem hiding this comment.
They are deps of substrate so need to be published.
There was a problem hiding this comment.
@kianenigma can we not just provide a link to the node stuff? And to the chain-spec-builder? (We can release the chain spec builder, when it doesn't depend on node-cli anymore)
There was a problem hiding this comment.
Yeah sorry, I added these things as deps to substrate just to use Rust's intra-crate linking convenience rather than building proper links. You can remove the dependency, and fix the links. Although, it might be a bit iffy to fix them such that it works for both https://paritytech.github.io/ hosted docs and for docs.rs
For now feel free to not publish substrate as well. This is easier for us all and will solve your issue?
- I will be moving
substratecrate to a newdeveloper_hubcrate in an upcoming PR. - This new
developer_hubcannot be published because of some other issues, so I am for now settling for the fact thatdeveloper_hubwill always bepublish = falseand only accessible via https://paritytech.github.io/
bkchr
left a comment
There was a problem hiding this comment.
Not sure why you want to publish node cli
|
@bkchr I think we should be good to go now? |
bkchr
left a comment
There was a problem hiding this comment.
I'm approving. But you need to set the licenses correctly and the renames can be reverted.
|
@bkchr what should the licence be for |
Co-authored-by: Sergejs Kostjucenko <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
This PR backports missing PR's needed for 1.3.0 cumulus release: #2042 #2139 #2129 #1967 #2021 #1887 #2023 --------- Co-authored-by: Branislav Kontur <[email protected]> Co-authored-by: Lulu <[email protected]> Co-authored-by: Sergejs Kostjucenko <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Serban Iorga <[email protected]> Co-authored-by: Adrian Catangiu <[email protected]> Co-authored-by: joe petrowski <[email protected]> Co-authored-by: Svyatoslav Nikolsky <[email protected]>
…ech#1887) Co-authored-by: Sergejs Kostjucenko <[email protected]> Co-authored-by: Bastian Köcher <[email protected]>
* optimize justification before submit * fmt * spelling * clippy * fmt again * aaand compilation * clippy
|
why was the package renamed to staging-parachain-info? |
No description provided.