From 3cfc57b0ad0e9706f9ee986b1107dfa9ffb77f96 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 28 Jan 2025 09:48:30 -0300 Subject: [PATCH] chore: remove base/templates/bundles from rock.core The rock-create-bundle now points to manual step-by-step from the rock&syskit documentation on how to create a bundle. The template is obsolete, and difficult to keep in lockstep with the canonical way to create syskit app, that is `syskit gen` --- 04stable.autobuild | 1 + 1 file changed, 1 insertion(+) diff --git a/04stable.autobuild b/04stable.autobuild index b6fb347..f51c426 100644 --- a/04stable.autobuild +++ b/04stable.autobuild @@ -76,6 +76,7 @@ in_flavor 'master', 'stable' do import_package 'base/templates/cmake_vizkit_widget' import_package 'base/templates/vizkit3d_plugin' import_package 'base/templates/bundle' + remove_from_default "base/templates/bundle" import_package 'base/templates/doc' # Setup bundle support only if base/scripts is enabled