Github user paul-guo- commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1207#discussion_r108589856
--- Diff: contrib/hawq-package/build_hawq_rpm.sh ---
@@ -71,8 +76,14 @@ rpmbuild --define "_topdir ${RPM_TOP_DIR}" \
-bb SPECS/hawq.spec
if [ $? != 0 ]; then
echo "Build HAWQ rpm package failed, exit..."
- exit 0
+ exit 1
--- End diff --
Why not "exit $?"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---