
Implement the stx config module so that the developer could define the customized configuration before the starlingx building. Now support the action: show|add|get|unset The usage of stx config module is like the git command. Please refer to the more help information with the command 'stx config --help' Story: 2008862 Task: 42515 Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Change-Id: I0310d1b591415f111e30efdf5bd76b555f725416
15 lines
117 B
Plaintext
15 lines
117 B
Plaintext
[user]
|
|
name =
|
|
project =
|
|
|
|
[builder]
|
|
mode = local
|
|
|
|
[repomgr]
|
|
name = aptly
|
|
mode = local
|
|
|
|
[default]
|
|
project = stx-build
|
|
|