Ticket #972 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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:1 Changed 3 years ago by dustin

  • Keywords docs added

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

comment:4 Changed 3 years ago by dustin

  • Status changed from reopened to closed
  • Resolution set to fixed

fix merged in 88899b1364bfc14df3f7cc77b66087846e731a73. Thanks!

Note: See TracTickets for help on using tickets.