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

Fix release tar dirs #1368

Merged
merged 1 commit into from
Dec 21, 2023
Merged

Fix release tar dirs #1368

merged 1 commit into from
Dec 21, 2023

Conversation

fewensa
Copy link
Contributor

@fewensa fewensa commented Dec 21, 2023

Since #1358, the distribution package directory structure is wrong.

$ curl -LO https://github.com/darwinia-network/darwinia/releases/download/pango-6511/darwinia-x86_64-linux-gnu.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 65.0M  100 65.0M    0     0   325k      0  0:03:24  0:03:24 --:--:--  253k

$ tar -xvf darwinia-x86_64-linux-gnu.tar.bz2 -C ./
target/release/darwinia

@fewensa fewensa marked this pull request as ready for review December 21, 2023 03:16
@aurexav aurexav merged commit 4a86892 into main Dec 21, 2023
13 checks passed
@aurexav aurexav deleted the fewensa-fix-release-docker-image branch December 21, 2023 03:21
Copy link

Check 81e4e8a crab-dev

Check runtime version

Check runtime storage

- Pallet: "EcdsaAuthority"
- Pallet: "MessageGadget"

Copy link

Check 81e4e8a pangolin-dev

Check runtime version

Check runtime storage

Copy link

Check 81e4e8a darwinia-dev

Check runtime version

RuntimeVersion {
    spec_name: "Darwinia2",
    impl_name: "DarwiniaOfficialRust",
    authoring_version: 0,
-   spec_version: 6501,
+   spec_version: 6510,
    impl_version: 0,
    transaction_version: 0,
    state_version: 0,
}

Check runtime storage

Copy link

Check 81e4e8a pangoro-dev

Check runtime version

Check runtime storage

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

Successfully merging this pull request may close these issues.

2 participants