Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-1518

add vv to rpbbuild

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.8.0
    • None
    • rpm
    • None

    Description

      I think adding -vv to the rpmbuild steps in gradle

          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
          }
      

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            jayunit100 jay vyas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: