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

The Launchpad will reject a deposit data file with deposit_cli_version value lower than some version number #216

Open
remyroy opened this issue Oct 21, 2024 · 0 comments

Comments

@remyroy
Copy link
Member

remyroy commented Oct 21, 2024

The Launchpad currently checks the deposit_cli_version version in the deposit data file. It sets a minimum version number value. If the deposit data file does not meet this minimum version value, it will reject the deposit data file at some point. It essentially assumes that there is a single tool to create your deposit data file which is not the case.

Short term solution

We should fake our deposit_cli_version value to pass that test.

Long term solution

We should improve the current Launchpad or build another one with the assumption that there will be multiple deposit tools.

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

No branches or pull requests

1 participant