Opened 14 years ago
Last modified 12 years ago
#603 new enhancement
[patch] Add a -C option to bitten-slave that writes the default config.ini
Reported by: | Steven R. Loomis <srl@…> | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.7 |
Component: | Build slave | Version: | dev |
Keywords: | Cc: | ||
Operating System: |
Description
$ bitten-slave -C
# Default values for config.ini: [machine] name = x86_64 processor = x86_64 [os] version = 2.6.33.5-124.fc13.x86_64 name = Linux family = posix
this option writes the default values that config.ini would assume. Useful for tweaking anything incorrect.
patch against trunk r881
Attachments (1)
Change History (4)
Changed 14 years ago by Steven R. Loomis <srl@…>
comment:1 Changed 14 years ago by Steven R. Loomis <srl@…>
also Password was misspelled. The python's hissssssss?
comment:2 follow-up: ↓ 3 Changed 14 years ago by osimons
Thanks for the patch! It looks quite useful, and as you say particularly with regards to debugging. So, I was thinking that instead of adding yet another parser option we just output this information when using -v / --verbose output? One option for all debug logging.
comment:3 in reply to: ↑ 2 Changed 12 years ago by srl@…
Replying to osimons:
Thanks for the patch! It looks quite useful, and as you say particularly with regards to debugging. So, I was thinking that instead of adding yet another parser option we just output this information when using -v / --verbose output? One option for all debug logging.
via -v would be fine.
patch to implement #603 against trunk r881