robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

Track cscore/cameraserver in unified allwpilib repo #32

Closed auscompgeek closed 5 years ago

auscompgeek commented 5 years ago

Not sure how we're going to do the cscore part, but it should be easy to track CameraServer.

auscompgeek commented 5 years ago

Upstream have added in a function to shutdown cscore, so I think we can stop shipping a patched cscore now too.

virtuald commented 5 years ago

I think for cscore it might make sense to use a git subtree approach, since the allwpilib repo is a bit bigger than I would like for a submodule. Would need to write a script to automate it since git subtree is sometimes tricky.

auscompgeek commented 5 years ago

Beta 2 has been tagged, so we should start doing this.

auscompgeek commented 5 years ago

Just need to update CameraServer now (and update .gittrack to point to its new home).

virtuald commented 5 years ago

Working on CameraServer now.