Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-103

Separate pxf rpm package logic from code base

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0.0-incubating
    • Build, PXF

    Description

      Source: pxf/build.gradle

      build.gradle integrated rpm specs which contains commercial vendor names and copyrights.

      ospackage {
              summary = 'The PXF extensions library for HAWQ'
              vendor = 'Pivotal'
              release = buildNumber()
              version = subProject.version.split('-')[0];
              os = LINUX
              license = "Copyright (c) ${new Date().format("yyyy")} Pivotal Software, Inc. All Rights reserved."
              obsoletes('gpxf')
              user = 'root'
              permissionGroup = 'root'
          }
      

      Attachments

        Activity

          People

            godenyao Goden Yao
            godenyao Goden Yao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: