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

robotpy deploy will erase manually installed packages #103

Open
virtuald opened this issue Jan 19, 2024 · 0 comments
Open

robotpy deploy will erase manually installed packages #103

virtuald opened this issue Jan 19, 2024 · 0 comments

Comments

@virtuald
Copy link
Member

If the user specifies --no-deploy or they decline the sync, then they'll never run into this. But for users that want to use a manual workflow, this will be a problem since there isn't a manual deploy process that doesn't do a sync. Thinking about two alternatives:

  • Add options to pyproject.toml to say "don't manage the packages on the rio"
  • Add a robotpy installer deploy which only deploys the code, and doesn't do all of the fancy things that the robotpy deploy command does

... I'm sorta attracted to the second option because I'd rather not have configuration options. Maybe call it robotpy installer only-deploy or robotpy installer deploy-only? Sorta like with git having plumbing and porcelain commands.

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

No branches or pull requests

1 participant