Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16621 build: Fix Go versions in rpm/deb packaging #15174

Merged
merged 8 commits into from
Sep 30, 2024

Commits on Sep 23, 2024

  1. DAOS-16621 build: Fix Go versions in rpm/deb packaging

    - Set Go minimum version to 1.21 in rpm and debian packaging spec
      files.
    - Remove scons Go version check, as it will be checked in Go build
      based on go.mod file.
    - Add a reminder in go.mod file so we remember the packaging files
      when bumping the minimum Go version in the future.
    
    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a237458 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Address review comments

    - Fix debian Go versions
    - In scons, get minimum Go version from go.mod
    - Add reminder comment in go.mod
    - Fix changelog version in rpm specfile
    - Use longsleep/go-backports repo for Go versions in Dockerfile
    
    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f17c1d5 View commit details
    Browse the repository at this point in the history
  2. Update Ubuntu install script

    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2942650 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add gpg-agent to ubuntu install

    It's needed to install an external PPA.
    
    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    408e2d4 View commit details
    Browse the repository at this point in the history
  2. Fix pylint error

    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2b4106c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Harden minimum Go version detection

    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    95f6cd3 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    Required-githooks: true
    
    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b1ee4cf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Move add-apt-repository call to Dockerfile

    Signed-off-by: Kris Jacque <kris.jacque@intel.com>
    kjacque committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    11ac499 View commit details
    Browse the repository at this point in the history