gzdev repository enable from GZDEV_USE_* files#65
Conversation
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Run `gzdev repository enable osrf {nightly|prerelease}`
if the .github/ci folder contains a matching
GZDEV_USE_* file.
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
|
Ouch sorry, the comments were more for changes in We probably want a solution that can be applied to both github actions and Jenkins, maybe better to change gzdev code itself to do the same for both?
Thinking on reuse this kind of files and given that the parameters to enable/disable repositories without declaring |
Initial attempt at gazebo-tooling/gzdev#65. Enable nightly / prerelease repository if
.github/ci/GZDEV_USE_NIGHTLYor.github/ci/GZDEV_USE_PRERELEASEfiles are present. Needs testing.Do we like
GZDEV_USE_*? An alternative is to match thegzdev.py repository enable osrf nightlysyntax likeGZDEV_ENABLE_OSRF_NIGHTLY