From 20e884d78e5b67425295511a1bd7b2c61259eebf Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Sun, 7 Apr 2024 12:47:44 -0400 Subject: [PATCH] legacy boards officially deprecated The x230-hotp-legacy, x230-legacy-flash, and x230-legacy boards are officially deprecated. They have been moved to the unmaintained_boards directory. CircleCI has been updated to reflect this change. Signed-off-by: Thierry Laurion --- .circleci/config.yml | 21 ------------------- .../x230-hotp-legacy.config | 0 .../x230-legacy-flash.config | 0 .../x230-legacy/x230-legacy.config | 0 4 files changed, 21 deletions(-) rename {boards/x230-hotp-legacy => unmaintained_boards}/x230-hotp-legacy.config (100%) rename {boards => unmaintained_boards}/x230-legacy-flash/x230-legacy-flash.config (100%) rename {boards => unmaintained_boards}/x230-legacy/x230-legacy.config (100%) diff --git a/.circleci/config.yml b/.circleci/config.yml index d0bff5776..dab0fa2dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -293,27 +293,6 @@ workflows: requires: - x230-hotp-maximized - - build: - name: x230-legacy-flash - target: x230-legacy-flash - subcommand: "" - requires: - - x230-hotp-maximized - - - build: - name: x230-legacy - target: x230-legacy - subcommand: "" - requires: - - x230-hotp-maximized - - - build: - name: x230-hotp-legacy - target: x230-hotp-legacy - subcommand: "" - requires: - - x230-hotp-maximized - - build: name: x230-hotp-maximized_usb-kb target: x230-hotp-maximized_usb-kb diff --git a/boards/x230-hotp-legacy/x230-hotp-legacy.config b/unmaintained_boards/x230-hotp-legacy.config similarity index 100% rename from boards/x230-hotp-legacy/x230-hotp-legacy.config rename to unmaintained_boards/x230-hotp-legacy.config diff --git a/boards/x230-legacy-flash/x230-legacy-flash.config b/unmaintained_boards/x230-legacy-flash/x230-legacy-flash.config similarity index 100% rename from boards/x230-legacy-flash/x230-legacy-flash.config rename to unmaintained_boards/x230-legacy-flash/x230-legacy-flash.config diff --git a/boards/x230-legacy/x230-legacy.config b/unmaintained_boards/x230-legacy/x230-legacy.config similarity index 100% rename from boards/x230-legacy/x230-legacy.config rename to unmaintained_boards/x230-legacy/x230-legacy.config