I didn't learn about some of the options including --srpm until I wanted to implement it myself and I looked at the code because of it. The following commands differ greatly in the printed options.
fedpkg build --help fedpkg build --scratch --help
I think the former should not hide the --srpm option.
Replying to [ticket:25 pavlix]:
The following commands differ greatly in the printed options. fedpkg build --help fedpkg build --scratch --help I think the former should not hide the --srpm option. Both looks same to me: $ diff --report-identical-files <(fedpkg build --help) <(fedpkg build --scratch --help) Files /dev/fd/63 and /dev/fd/62 are identical
The following commands differ greatly in the printed options.
I think the former should not hide the --srpm option. Both looks same to me: $ diff --report-identical-files <(fedpkg build --help) <(fedpkg build --scratch --help) Files /dev/fd/63 and /dev/fd/62 are identical
$ rpm -q pyrpkg fedpkg pyrpkg-1.24-1.fc20.noarch fedpkg-1.16-1.fc20.noarch
Please make sure you have latest released version of the packages above and show me the difference output of those two commands.
I'm using fedpkg/rpkg from git. It appears that the current version works as you describe, I guess this ticket can be closed.