Github user paul-guo- commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1207#discussion_r108589872
  
    --- 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
     fi
     
     set +x
     popd > /dev/null
    +
    +echo 
"========================================================================="
    +echo "Build HAWQ rpm package successfully."
    --- End diff --
    
    Maybe we should tell users where the rpm package is?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to