We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following error is generated when we put a slash (/) character in the description field or perhaps others.
[chuck@mvn-sdp-0 apache-maven]$ rerun stubbs: add-command --command build --description 'build/package the apache-maven distribution' --module apache-maven
sed: -e expression #3, char 24: unknown option to `s' ERROR: Failed generating stub comand script
We should use a consistent sed separation character, perhaps '/' is not the best.
perhaps comma or semi-colon across the board?
The text was updated successfully, but these errors were encountered:
Fixes dtolabs#31: Added support for "--format rpm" option to stubbs:a…
1468058
…rchive to support building RPMs for one or more specified modules.
Fixes dtolabs#31: Added the Stubbs module RPM template to Makefile.am
408ab4d
Fixes dtolabs#31: fixed to work with rpmbuild 4.4.2.3 under CentOS 5.4
d8bd8d9
Fixes dtolabs#31: Uncommented removal of temporary build directory.
b31e1a7
No branches or pull requests
Following error is generated when we put a slash (/) character in the description field or perhaps others.
[chuck@mvn-sdp-0 apache-maven]$ rerun stubbs: add-command --command build --description 'build/package the apache-maven distribution' --module apache-maven
sed: -e expression #3, char 24: unknown option to `s'
ERROR: Failed generating stub comand script
We should use a consistent sed separation character, perhaps '/' is not the best.
perhaps comma or semi-colon across the board?
The text was updated successfully, but these errors were encountered: