Skip to content

Commit

Permalink
remove .html and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Nov 10, 2024
1 parent 13b3c5e commit 820eb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/docs/software/advanced-gradlerio/compiler-args.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ frcStaticFileDeploy(getArtifactTypeClass('FileTreeArtifact')) {
}
```

This will overwrite any duplicate files found in the `/home/lvuser/deploy` directory on the RIO and copy over any additional not present there. If `deleteOldFiles` is false it will not remove any files no longer present in the project deploy directory. Changing it to `true` helps prevent programs like [Choreo](https://sleipnirgroup.github.io/Choreo/) and [PathPlanner](https://github.com/mjansen4857/pathplanner) from getting confused by files that were deleted locally but still exist on the roboRIO.
This will overwrite any duplicate files found in the `/home/lvuser/deploy` directory on the RIO and copy over any additional not present there. If `deleteOldFiles` is false it will not remove any files no longer present in the project deploy directory. Changing it to `true` helps prevent programs like [Choreo](https://sleipnirgroup.github.io/Choreo/) and [PathPlanner](https://github.com/mjansen4857/pathplanner) from getting confused by files that were deleted locally but still exist on the roboRIO.
2 changes: 1 addition & 1 deletion source/docs/yearly-overview/yearly-changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Supported Operating Systems and Architectures:

- Use Gradle 8.10.2
- Use shell scripts for launching tools on Linux / macOS, since macOS doesn't ship Python any more
- Add method to delete files on roboRIO that have been deleted in the deploy directory. :ref:`Set deleteOldFiles to true </docs/software/advanced-gradlerio/compiler-args.html#deleting-unused-deploy-files>` in the frcStaticFileDeploy block
- Add method to delete files on roboRIO that have been deleted in the deploy directory. :ref:`Set deleteOldFiles to true </docs/software/advanced-gradlerio/compiler-args#deleting-unused-deploy-files>` in the frcStaticFileDeploy block

## WPILib All in One Installer

Expand Down

0 comments on commit 820eb47

Please sign in to comment.