Remove defaults for architectures and tags
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Svammel (UNMAINTAINED) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Hi,
To make svammel generic the defaults should be removed and all necessary information should have to be specified explicitly. The reason for this is that svammel is used as a fail reporter for i386 and not only for arm porting issues.
The new use case gets a bit confusing as I have left the defaults to the original required tags and archs. If this is fixed the following options will change behavior:
--bugtag (one or more to be specified, can be omitted to have no tags set)
--target-arch (a value must be supplied)
--reference
If no bugtags are specified, checking for already filed bugs gets tricky, so perhaps at least one tag should be required?
Thanks,
Mattias
Changed in svammel: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in svammel: | |
milestone: | 0.1.1 → 0.1.2 |
Changed in svammel: | |
assignee: | nobody → Mattias Backman (mabac) |
Changed in svammel: | |
milestone: | 0.1.2 → none |
Changed in svammel: | |
assignee: | Mattias Backman (mabac) → nobody |
As discussed in an email thread, I will remove defaults and add support for config files to reduce the hassle with too many command line options.