stubber.publish.defaults¶
Build and packaging defaults for stubber
Attributes¶
Ports that have no boards/ subfolder, only variants/ (or a port-level manifest) |
|
Default variant name for stand-alone ports (replaces the legacy GENERIC folder) |
|
generic lowercase |
|
GENERIC uppercase |
|
GENERIC eithercase |
|
default lowercase |
|
DEFAULT uppercase |
|
DEFAULT eithercase |
|
Accepted aliases for selecting a per-port default board |
Functions¶
|
Return the default board for the given version and port |
Module Contents¶
- stubber.publish.defaults.STAND_ALONE_PORTS¶
Ports that have no boards/ subfolder, only variants/ (or a port-level manifest)
- stubber.publish.defaults.STANDARD_VARIANT = 'standard'¶
Default variant name for stand-alone ports (replaces the legacy GENERIC folder)
- stubber.publish.defaults.GENERIC_L = 'generic'¶
generic lowercase
- stubber.publish.defaults.GENERIC_U = 'GENERIC'¶
GENERIC uppercase
- stubber.publish.defaults.GENERIC¶
GENERIC eithercase
- stubber.publish.defaults.DEFAULT_L = 'default'¶
default lowercase
- stubber.publish.defaults.DEFAULT_U = 'DEFAULT'¶
DEFAULT uppercase
- stubber.publish.defaults.DEFAULT¶
DEFAULT eithercase
- stubber.publish.defaults.DEFAULT_ALIASES¶
Accepted aliases for selecting a per-port default board