From c092d9dcc0559fb9fc90a7ce80e4cf3205a02cc7 Mon Sep 17 00:00:00 2001 From: Vicentiu Galanopulo Date: Wed, 15 Jan 2020 15:17:45 +0100 Subject: [PATCH] coffee: Set state to 'released' Change the state field to 'released' instead of 'experimental' for all the non-community boards Changelog-entry: Change the state to 'released' in the coffee file Signed-off-by: Vicentiu Galanopulo --- bananapi-m1-plus.coffee | 2 +- nanopi-neo-air.coffee | 2 +- orange-pi-lite.coffee | 2 +- orangepi-plus2.coffee | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bananapi-m1-plus.coffee b/bananapi-m1-plus.coffee index 1d8138c..bc59865 100644 --- a/bananapi-m1-plus.coffee +++ b/bananapi-m1-plus.coffee @@ -7,7 +7,7 @@ module.exports = slug: 'bananapi-m1-plus' name: 'BananaPi-M1+' arch: 'armv7hf' - state: 'experimental' + state: 'released' instructions: commonImg.instructions gettingStartedLink: diff --git a/nanopi-neo-air.coffee b/nanopi-neo-air.coffee index 846bed4..858585d 100644 --- a/nanopi-neo-air.coffee +++ b/nanopi-neo-air.coffee @@ -13,7 +13,7 @@ module.exports = slug: 'nanopi-neo-air' name: 'Nanopi Neo Air' arch: 'armv7hf' - state: 'experimental' + state: 'released' stateInstructions: postProvisioning: postProvisioningInstructions diff --git a/orange-pi-lite.coffee b/orange-pi-lite.coffee index e7a5d6f..1ac529e 100644 --- a/orange-pi-lite.coffee +++ b/orange-pi-lite.coffee @@ -7,7 +7,7 @@ module.exports = slug: 'orange-pi-lite' name: 'Orange Pi Lite' arch: 'armv7hf' - state: 'experimental' + state: 'released' instructions: commonImg.instructions gettingStartedLink: diff --git a/orangepi-plus2.coffee b/orangepi-plus2.coffee index d518f0e..3225663 100644 --- a/orangepi-plus2.coffee +++ b/orangepi-plus2.coffee @@ -13,7 +13,7 @@ module.exports = slug: 'orangepi-plus2' name: 'Orange Pi Plus2' arch: 'armv7hf' - state: 'experimental' + state: 'released' stateInstructions: postProvisioning: postProvisioningInstructions