You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Jun He (JIRA)" <ji...@apache.org> on 2018/08/21 07:01:00 UTC

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

     [ https://issues.apache.org/jira/browse/BIGTOP-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jun He updated BIGTOP-1518:
---------------------------
    Fix Version/s:     (was: 1.3.0)

> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)