Github user juanjoDiaz commented on a diff in the pull request:

    https://github.com/apache/metron/pull/712#discussion_r144801898
  
    --- Diff: metron-deployment/packaging/docker/rpm-docker/build.sh ---
    @@ -36,7 +36,7 @@ if [ $? -ne 0 ] && [ $OWNER_UID -ne 0 ]; then
     fi
     
     rm -rf SRPMS/ RPMS/ && \
    -rpmbuild -v -ba --define "_topdir $(pwd)" --define "_version ${VERSION}" 
--define "_prerelease ${PRERELEASE}" SPECS/metron.spec && \
    +QA_SKIP_BUILD_ROOT=1 rpmbuild -v -ba --define "_topdir $(pwd)" --define 
"_version ${VERSION}" --define "_prerelease ${PRERELEASE}" SPECS/metron.spec && 
\
    --- End diff --
    
    Just saw this by chance. I can recommend using 
https://www.npmjs.com/package/removeNPMAbsolutePaths which is already use by 
other Apache projects like Cordova to remove the absolute paths created by NPM.


---

Reply via email to