Ticket #972 (closed defect: fixed)
Conflicting short command-line options for 'sendchange' command
| Reported by: | jollyroger | Owned by: | jollyroger |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8.2 |
| Version: | 0.8.1 | Keywords: | docs |
| Cc: |
Description
The following command-line options for 'sendchange' buildbot command are conflicting:
-m, --master= -m, --comments=
The problem is that "-m" option is commonly used in VCS's for specifying commit message while there is a common meaning of this option in buildbot arguments for specifying a master.
Change History
comment:2 Changed 3 years ago by dustin
- Status changed from new to closed
- Resolution set to fixed
Also fixed in 44e9de9c587e225b94df12213322f96ce22d715d
comment:3 Changed 3 years ago by jollyroger
- Status changed from closed to reopened
- Resolution fixed deleted
It was decided on IRC channel that it's less evil to rename --comments short command-line option and preserve common meaning of -m to --master. The following changes will be applied:
- rename -m short command-line option for --comments into -c
- rename -c short command-line option fot --catalog into -C
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)