You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "jay vyas (JIRA)" <ji...@apache.org> on 2014/11/06 23:17:33 UTC

[jira] [Created] (BIGTOP-1518) add vv to rpbbuild

jay vyas created BIGTOP-1518:
--------------------------------

             Summary: add vv to rpbbuild
                 Key: BIGTOP-1518
                 URL: https://issues.apache.org/jira/browse/BIGTOP-1518
             Project: Bigtop
          Issue Type: Improvement
          Components: rpm
    Affects Versions: 0.8.0
            Reporter: jay vyas
             Fix For: 0.9.0


I think adding {{-vv}} to the {{rpmbuild}} steps in gradle 

{noformat}
    exec {
      workingDir BASE_DIR
      executable 'rpmbuild'
      args command
    }
    mkdir(PKG_OUTPUT_DIR)
    def RELEASE_DIST = "rpmbuild -vv --eval '%{?dist}' 2>/dev/null".execute().text.trim().replaceAll("'",'')
    copy {
      from "$PKG_BUILD_DIR/rpm/SRPMS/${PKG_NAME}-${PKG_VERSION}${BIGTOP_BUILD_STAMP}-${RELEASE_VERSION}${RELEASE_DIST}.src.rpm"
      into PKG_OUTPUT_DIR
    }
{noformat}

will be very valuable for testing new packages.    Agreed?  Or is there a downside to this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)