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 parity] Write a deploy.json log file when deploying code #690

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

spacey-sooty
Copy link
Contributor

Resolves #689

@spacey-sooty spacey-sooty marked this pull request as ready for review December 7, 2023 05:51
@ThadHouse
Copy link
Member

You need to be using a gradle task for this, with properly mapped inputs and outputs. Additionally, the output needs to go into somewhere in the build folder. Everything needs to be fully cross platform. This should also use grgit for the git commands, using the same version in the gradle-versioning-plugin we publish. It also needs to not fail if the project is not a git repo.

spacey-sooty

This comment was marked as outdated.

@spacey-sooty
Copy link
Contributor Author

This way this will write the deploy file to the output dir and we can add to the build template a StaticFileDeploy object

just need to get the data

get git data

write to build/ instead
- grgit not fully used see ajoberstar/grgit#398
- doesn't fully use tasks properly I don't think
- file needs to be properly set to output dir

revert plugin changes

fix: use gradle output dir

call the thingy
requires ajoberstar/grgit#399

Try use grgit to check if in git repo

not sure if this works see ajoberstar/grgit#397

fix grgit
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.

robotpy parity: write deploy.json to rio on deploy?
2 participants