.coffee: Set private to false for the public device types

Changelog-entry: Set private to false in .coffee files for the public device types
Signed-off-by: Florin Sarbu <florin@balena.io>
This commit is contained in:
Florin Sarbu 2020-05-12 09:49:00 +02:00
parent 776e8f919c
commit 34ea42d1cf
6 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,7 @@ module.exports =
name: 'BananaPi-M1+' name: 'BananaPi-M1+'
arch: 'armv7hf' arch: 'armv7hf'
state: 'released' state: 'released'
private: false
instructions: commonImg.instructions instructions: commonImg.instructions
gettingStartedLink: gettingStartedLink:

View file

@ -14,6 +14,7 @@ module.exports =
name: 'Nanopi Neo Air' name: 'Nanopi Neo Air'
arch: 'armv7hf' arch: 'armv7hf'
state: 'released' state: 'released'
private: false
stateInstructions: stateInstructions:
postProvisioning: postProvisioningInstructions postProvisioning: postProvisioningInstructions

View file

@ -8,6 +8,7 @@ module.exports =
name: 'Orange Pi Lite' name: 'Orange Pi Lite'
arch: 'armv7hf' arch: 'armv7hf'
state: 'released' state: 'released'
private: false
instructions: commonImg.instructions instructions: commonImg.instructions
gettingStartedLink: gettingStartedLink:

View file

@ -9,6 +9,7 @@ module.exports =
arch: 'armv7hf' arch: 'armv7hf'
state: 'experimental' state: 'experimental'
community: true community: true
private: false
instructions: commonImg.instructions instructions: commonImg.instructions
gettingStartedLink: gettingStartedLink:

View file

@ -9,6 +9,7 @@ module.exports =
arch: 'armv7hf' arch: 'armv7hf'
state: 'experimental' state: 'experimental'
community: true community: true
private: false
instructions: commonImg.instructions instructions: commonImg.instructions
gettingStartedLink: gettingStartedLink:

View file

@ -14,6 +14,7 @@ module.exports =
name: 'Orange Pi Plus2' name: 'Orange Pi Plus2'
arch: 'armv7hf' arch: 'armv7hf'
state: 'released' state: 'released'
private: false
stateInstructions: stateInstructions:
postProvisioning: postProvisioningInstructions postProvisioning: postProvisioningInstructions