diff --git a/.github/workflows/distribute-mavencentral-stg.yml b/.github/workflows/distribute-mavencentral-stg.yml index 7317415..e3bcd10 100644 --- a/.github/workflows/distribute-mavencentral-stg.yml +++ b/.github/workflows/distribute-mavencentral-stg.yml @@ -51,7 +51,7 @@ on: atr-host: description: 'ATR host (for testing purposes)' required: false - default: 'release-test.apache.org' + default: 'releases.apache.org' ssh-port: description: 'SSH port for ATR (for testing purposes)' required: false diff --git a/.github/workflows/distribute-mavencentral.yml b/.github/workflows/distribute-mavencentral.yml index 511eb83..2cc6de3 100644 --- a/.github/workflows/distribute-mavencentral.yml +++ b/.github/workflows/distribute-mavencentral.yml @@ -56,7 +56,7 @@ jobs: contents: read runs-on: ubuntu-latest env: - ATR_HOST: release-test.apache.org + ATR_HOST: releases.apache.org SSH_PORT: 2222 WORKFLOW: distribute-mavencentral.yml NJORD_STORE: atr-deployment-${{ inputs.distribution-package }}-${{ inputs.distribution-version }} diff --git a/atr-distribute-test/README.md b/atr-distribute-test/README.md index 6f5e946..b9eda2b 100644 --- a/atr-distribute-test/README.md +++ b/atr-distribute-test/README.md @@ -13,7 +13,7 @@ Status: EXPERIMENTAL - **project (required)**: Project name segment in the remote path. - **version (required)**: Version segment in the remote path. - **src**: Local directory to upload. Default: `dist`. A trailing slash will be added automatically if omitted. -- **atr-host**: ATR host to upload to. Default: `release-test.apache.org`. +- **atr-host**: ATR host to upload to. Default: `releases.apache.org`. - **ssh-port**: SSH port on ATR. Default: `2222`. ## Example workflow diff --git a/atr-distribute-test/action.yml b/atr-distribute-test/action.yml index 4b8abd9..253e1c1 100644 --- a/atr-distribute-test/action.yml +++ b/atr-distribute-test/action.yml @@ -29,7 +29,7 @@ inputs: distribution-version: {description: "Distribution version", required: true} staging: {description: "Use staging (true or false)", default: "false"} details: {description: "Include detailed check (true or false)", default: "false"} - atr-host: {description: "ATR host", default: "release-test.apache.org"} + atr-host: {description: "ATR host", default: "releases.apache.org"} ssh-port: {description: "SSH port", default: "2222"} diff --git a/record-atr-distribution/README.md b/record-atr-distribution/README.md index 68a1588..b8d96a2 100644 --- a/record-atr-distribution/README.md +++ b/record-atr-distribution/README.md @@ -17,7 +17,7 @@ Status: EXPERIMENTAL - **distribution-version (required)**: Distribution version. - **staging**: If `"true"`, use staging. Default: `"false"`. - **details**: If `"true"`, include detailed check. Default: `"false"`. -- **atr-host**: ATR host. Default: `release-test.apache.org`. Must match `*.apache.org`. +- **atr-host**: ATR host. Default: `releases.apache.org`. Must match `*.apache.org`. ## Example workflow diff --git a/record-atr-distribution/action.yml b/record-atr-distribution/action.yml index 58fe657..edcb63d 100644 --- a/record-atr-distribution/action.yml +++ b/record-atr-distribution/action.yml @@ -28,7 +28,7 @@ inputs: distribution-version: {description: "Distribution version", required: true} staging: {description: "Use staging (true or false)", default: "false"} details: {description: "Include detailed check (true or false)", default: "false"} - atr-host: {description: "ATR host", default: "release-test.apache.org"} + atr-host: {description: "ATR host", default: "releases.apache.org"} runs: using: "composite" diff --git a/release-on-atr/README.md b/release-on-atr/README.md index 62a555d..4627b34 100644 --- a/release-on-atr/README.md +++ b/release-on-atr/README.md @@ -11,7 +11,7 @@ Status: EXPERIMENTAL ## Inputs - **version (required)**: Release version (e.g. `1.2.3`). -- **atr-host**: ATR host. Default: `release-test.apache.org`. Must match `*.apache.org`. +- **atr-host**: ATR host. Default: `releases.apache.org`. Must match `*.apache.org`. - **resolve**: If `"true"`, resolve the vote. Default: `"false"`. - **resolve-resolution**: Resolution when resolving: `passed` or `failed`. Required when `resolve == "true"`. - **announce**: If `"true"`, announce the release. Default: `"false"`. diff --git a/release-on-atr/action.yml b/release-on-atr/action.yml index 6220a18..0b038ac 100644 --- a/release-on-atr/action.yml +++ b/release-on-atr/action.yml @@ -22,7 +22,7 @@ branding: {icon: upload-cloud, color: blue} inputs: version: {description: "Release version", required: true} - atr-host: {description: "ATR host", default: "release-test.apache.org"} + atr-host: {description: "ATR host", default: "releases.apache.org"} resolve: {description: "Resolve vote (true or false)", default: "false"} resolve-resolution: {description: "Vote resolution (passed or failed)"} diff --git a/upload-to-atr/README.md b/upload-to-atr/README.md index 9a317b7..ad44c3b 100644 --- a/upload-to-atr/README.md +++ b/upload-to-atr/README.md @@ -13,7 +13,7 @@ Status: EXPERIMENTAL - **project (required)**: Project name segment in the remote path. - **version (required)**: Version segment in the remote path. - **src**: Local directory to upload. Default: `dist`. A trailing slash will be added automatically if omitted. -- **atr-host**: ATR host to upload to. Default: `release-test.apache.org`. +- **atr-host**: ATR host to upload to. Default: `releases.apache.org`. - **ssh-port**: SSH port on ATR. Default: `2222`. ## Example workflow diff --git a/upload-to-atr/action.yml b/upload-to-atr/action.yml index db520e0..c1ecf51 100644 --- a/upload-to-atr/action.yml +++ b/upload-to-atr/action.yml @@ -24,7 +24,7 @@ inputs: project: {description: "Project", required: true} version: {description: "Version", required: true} src: {description: "Local directory", default: "dist"} - atr-host: {description: "ATR host", default: "release-test.apache.org"} + atr-host: {description: "ATR host", default: "releases.apache.org"} ssh-port: {description: "SSH port", default: "2222"} runs: