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

[Backport release/3.8] gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure --version and --help return 0 error code (fixes #8717) #8728

Merged
merged 1 commit into from
Nov 17, 2023

gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure …

cbf4a2c
Select commit
Loading
Failed to load commit list.
Merged

[Backport release/3.8] gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure --version and --help return 0 error code (fixes #8717) #8728

gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure …
cbf4a2c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 16, 2023 in 30m 31s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #8728 [Backport release/3.8] gdal_sieve.py/gdalattachpct.py/gdalcompare.py/gdalmove.py: make sure --version and --help return 0 error code (fixes #8717).
Any changes that have been made to the release/3.8 branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Compiler ENV OS State
20021.1 gcc BUILD_NAME=s390x Linux passed
20021.2 gcc BUILD_NAME=graviton2 Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "branches": {
    "except": [
      "/^(cherry-pick-)?backport-\\d+-to-/"
    ]
  },
  "before_install": [
    "if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.rst)$'; then travis_terminate 0; fi",
    "./ci/travis/${BUILD_NAME}/before_install.sh"
  ],
  "install": [
    "./ci/travis/${BUILD_NAME}/install.sh"
  ],
  "script": [
    "./ci/travis/${BUILD_NAME}/script.sh"
  ],
  "notifications": {
    "irc": [
      {
        "channels": [
          "irc.freenode.org#gdal-activity"
        ],
        "use_notice": true,
        "on_success": "change"
      }
    ]
  },
  "jobs": {
    "fast_finish": true,
    "include": [
      {
        "apt": {
          "packages": [
            "ccache"
          ]
        },
        "os": "linux",
        "arch": "s390x",
        "compiler": "gcc",
        "language": "cpp",
        "sudo": false,
        "dist": "jammy",
        "cache": {
          "apt": true,
          "directories": [
            "$HOME/.ccache"
          ]
        },
        "env": [
          {
            "BUILD_NAME": "s390x"
          },
          {
            "DETAILS": "\"\""
          }
        ]
      },
      {
        "apt": {
          "packages": [
            "ccache"
          ]
        },
        "os": "linux",
        "arch": "arm64-graviton2",
        "virt": "lxd",
        "group": "edge",
        "compiler": "gcc",
        "language": "cpp",
        "sudo": false,
        "dist": "jammy",
        "cache": {
          "apt": true,
          "directories": [
            "$HOME/.ccache"
          ]
        },
        "env": [
          {
            "BUILD_NAME": "graviton2"
          },
          {
            "DETAILS": ""
          }
        ]
      }
    ]
  }
}