robotology / walking-teleoperation

Software related to walking and teleoperation.
BSD 3-Clause "New" or "Revised" License
30 stars 14 forks source link

Use of devel branch? #101

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

At the moment the robotology-superbuild assumes that this repo is using a devel branch for experimental features (see https://github.com/robotology/robotology-superbuild/blob/53815f532b824e43c1766fef506e68adaad874d5/cmake/ProjectsTagsUnstable.cmake#L36). However, since yesterday the unstable builds are failing as the devel branch of walking-teleoperation is not existing anymore (see https://github.com/robotology/robotology-superbuild/issues/1139#issuecomment-1152028625).

Did the workflow on this repo changed and so the robotology-superbuild should be changed to point to master also for unstable changes? If that is the case, it would be anyhow convenient to recreate the devel branch in the repo until the superbuild is changed.

traversaro commented 2 years ago

fyi @S-Dafarra @GiulioRomualdi

S-Dafarra commented 2 years ago

Sorry about that, that's my fault. Since master and devel were aligned, I silently shifted to the master + release policy. I just created again the devel branch, but I would remove it again when the superbuild changes.

traversaro commented 2 years ago

Related PR: https://github.com/robotology/robotology-superbuild/pull/1160 .

traversaro commented 2 years ago

Fixed by https://github.com/robotology/robotology-superbuild/pull/1160 .

S-Dafarra commented 2 years ago

devel branch deleted