From d0cbca121d400c86f58eb12db77ec3322619ea52 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 14 Feb 2022 14:38:26 -0300 Subject: [PATCH] hard-fork orocos-toolchain packages directly relevant to rock.core I've been unable to reach anyone on the orocos side for 2-3 years now to discuss the future of ... anything really. Even RTT. I think it's time to stop bothering. --- source.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/source.yml b/source.yml index 301b766e..f6e299fa 100644 --- a/source.yml +++ b/source.yml @@ -94,14 +94,18 @@ overrides: - ^(orogen|typelib|rtt|utilrb|utilmm|rtt_typelib|tools/metaruby)$: branch: $ROCK_BRANCH - # pin rtt commit to before the merge of the last major dataflow refactoring - # - # This refactoring led to massive deadlocking on a lot of dynamic - # disconnection scenarios. - # - # See https://github.com/orocos-toolchain/rtt/pull/302 - rtt: github: rock-core/rtt + - orogen: + github: rock-core/tools-orogen + - typelib: + github: rock-core/tools-typelib + - utilrb: + github: rock-core/tools-utilrb + - rtt_typelib: + github: rock-core/tools-rtt_typelib + - metaruby: + github: rock-core/tools-metaruby - (ocl|log4cpp): branch: master