Skip to content

Commit 21e9e1e

Browse files
authored
Merge pull request redpanda-data#6343 from ivotron/update-download-url
Update package download URL
2 parents 385261a + 138c384 commit 21e9e1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ brew install redpanda-data/tap/redpanda && rpk container start
4848

4949
```
5050
curl -1sLf \
51-
'https://packages.vectorized.io/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' \
51+
'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.deb.sh' \
5252
| sudo -E bash
5353
5454
sudo apt-get install redpanda
@@ -58,7 +58,7 @@ sudo apt-get install redpanda
5858

5959
```
6060
curl -1sLf \
61-
'https://packages.vectorized.io/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' \
61+
'https://dl.redpanda.com/nzc4ZYQK3WRGd9sy/redpanda/cfg/setup/bash.rpm.sh' \
6262
| sudo -E bash
6363
6464
sudo yum install redpanda
@@ -101,7 +101,7 @@ RC builds are not recommended for production use.
101101

102102
```bash
103103
curl -1sLf \
104-
'https://packages.vectorized.io/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.deb.sh' \
104+
'https://dl.redpanda.com/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.deb.sh' \
105105
| sudo -E bash
106106
107107
sudo apt-get install redpanda
@@ -111,7 +111,7 @@ sudo apt-get install redpanda
111111

112112
```bash
113113
curl -1sLf \
114-
'https://packages.vectorized.io/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.rpm.sh' \
114+
'https://dl.redpanda.com/E4xN1tVe3Xy60GTx/redpanda-unstable/setup.rpm.sh' \
115115
| sudo -E bash
116116
117117
sudo yum install redpanda

tests/rptest/services/redpanda_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class RedpandaInstaller:
8989
# cluster, and that directories therein are only ever created (never
9090
# deleted) during the lifetime of the RedpandaInstaller.
9191
INSTALLER_ROOT = "/opt/redpanda_installs"
92-
TGZ_URL_TEMPLATE = "https://packages.vectorized.io/qSZR7V26sJx7tCXe/redpanda/raw/names/redpanda-{arch}/versions/{version}/redpanda-{version}-{arch}.tar.gz"
92+
TGZ_URL_TEMPLATE = "https://dl.redpanda.com/qSZR7V26sJx7tCXe/redpanda/raw/names/redpanda-{arch}/versions/{version}/redpanda-{version}-{arch}.tar.gz"
9393

9494
# File path to be used for locking to prevent multiple local test processes
9595
# from operating on the same volume mounts.

0 commit comments

Comments
 (0)