Skip to content

Commit f121578

Browse files
committed
T6844: Point to new repo for salt-minion package
1 parent 3a53e7b commit f121578

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

data/architectures/amd64.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
additional_repositories = [
2-
"deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3005 bullseye main",
2+
"deb [arch=amd64] https://packages.broadcom.com/artifactory/saltproject-deb stable main",
33
"deb https://repo.zabbix.com/zabbix/6.0/debian bookworm main"
44
]
55

data/architectures/arm64.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
additional_repositories = [
2-
"deb [arch=arm64] https://repo.saltproject.io/py3/debian/11/arm64/3005 bullseye main",
2+
"deb [arch=arm64] https://packages.broadcom.com/artifactory/saltproject-deb stable main",
33
"deb https://repo.zabbix.com/zabbix/6.0/debian-arm64 bookworm main"
44
]
55

data/architectures/armhf.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
additional_repositories = [
2-
"deb [arch=armhf] https://repo.saltproject.io/py3/debian/11/armhf/3005 bullseye main"
2+
# The new repository location does not include armhf packages, so we will
3+
# likely need to build the salt-minion package from source for this arch.
4+
# "deb [arch=armhf] https://repo.saltproject.io/py3/debian/11/armhf/3005 bullseye main"
35
]
46

57
# Packages included in armhf images by default

0 commit comments

Comments
 (0)