Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-1045

Wrong -DRPM value for centos in buildbot configuration

    XMLWordPrintable

Details

    Description

      In server:

      https://github.com/MariaDB/server/blob/18115d392fda06bf90635caaca5801d2ecffdefb/cmake/cpack_rpm.cmake#L314

      ELSEIF(RPM MATCHES "(rhel|centos|rocky)[89]")
        SET(epoch 3:)
      

      In buildbot:

      "rpm_type": "".join(os_name.split("-")) if build_type == "rpm" else ""
      

      yields rpm_type=centosstream9
      example:
      https://buildbot.mariadb.org/#/builders/494/builds/17435

      Causing

      (mirror packages provided by buildbot.mariadb.net)
      https://buildbot.mariadb.org/#/builders/798/builds/585/steps/4/logs/stdio

       MariaDB-common:
      -MariaDB-shared
      +MariaDB-common
      

      Attachments

        Activity

          People

            rvarzaru Varzaru Razvan-Liviu
            rvarzaru Varzaru Razvan-Liviu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: