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)

Reply via email to