You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by juanjoDiaz <gi...@git.apache.org> on 2017/10/16 09:53:22 UTC

[GitHub] metron pull request #712: METRON-1129 Management UI - Package Node Dependenc...

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.


---