Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-38785

--arch parameter in mariadb_repo_setup is broken

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • N/A
    • Repositories
    • None
    • Not for Release Notes

    Description

      in the mariadb_repo_setup script
      https://r.mariadb.com/downloads/mariadb_repo_setup
      line 383

              --arch)
                  if [[ -n $2 ]] && [[ $2 != --* ]]; then
                      os_type=$2
                      shift
                  else
                      error "The $1 option requires an argument"
                  fi
                  ;;
      

      when the `--arch` parameter is used it does `os_type=$2` in stead of `arch=$2`

      Attachments

        Activity

          People

            dbart Daniel Bartholomew
            petko.vasilev Petko Vasilev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.