Package subcommands for Flatpak#9
Conversation
|
@oleksandrvoyager Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: staleThis pull request was removed from the race, but you can include it again with What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
|
@race-of-sloths score 8 |
There was a problem hiding this comment.
Pull Request Overview
This PR packages additional subcommands for Flatpak by adding module and dataset CLI binaries alongside the existing CLI binary. Key changes include:
- Updates to the YAML file to include sources and build commands for module and dataset CLIs.
- Modifications to the README to document new subcommand usage.
- Updates to the GitHub workflow to test the version output of new subcommands.
Reviewed Changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| flatpak/so.asimov.cli.yaml | Added module and dataset CLI binary sources with corresponding build commands and installation. |
| flatpak/README.md | Updated documentation to include usage instructions for module and dataset subcommands. |
| .github/workflows/flatpak-tests.yml | Extended tests to verify the version output for the new subcommands. |
Files not reviewed (2)
- homebrew: Language not supported
- scoop: Language not supported
Comments suppressed due to low confidence (2)
flatpak/so.asimov.cli.yaml:30
- The asimov-module-cli binary URL uses version '25.0.0-dev.2', which is inconsistent with the versions used for the other binaries. Please verify if this version mismatch is intentional.
url: "https://github.com/asimov-platform/asimov-module-cli/releases/download/25.0.0-dev.2/module-cli-linux-x86-gnu.gz"
flatpak/so.asimov.cli.yaml:43
- The asimov-dataset-cli binary URL uses version '25.0.0-dev.5', which differs from the main CLI version '25.0.0-dev.4'. Please confirm that this difference is intended.
url: "https://github.com/asimov-platform/asimov-dataset-cli/releases/download/25.0.0-dev.5/asimov-linux-x86-gnu.gz"
❌ PR inactiveThis PR has been inactive for two weeks. It's now marked as stale. Tip If you think it's a mistake, you can restart the bot with |
@race-of-sloths include