Skip to content

Commit 40cada8

Browse files
committed
[no-relnote] Remove signing of (non-existent) centos8 ppc64le packages
Signed-off-by: Evan Lezar <[email protected]>
1 parent f8daa5e commit 40cada8

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

scripts/extract-packages.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,4 @@ mkdir -p "${ARTIFACTS_DIR}"
103103
copy-file "${PACKAGE_IMAGE}" "/artifacts/manifest.txt" "${ARTIFACTS_DIR}/manifest.txt"
104104

105105
extract-all ubuntu18.04
106-
extract-all centos8
107106
extract-all centos7

scripts/packages-sign-all.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ for target in ${TARGETS[@]}; do
103103
ubuntu18.04-* | centos7-*)
104104
by_package_type="true"
105105
;;
106-
centos8-ppc64le)
107-
by_package_type="false"
108-
;;
109106
*)
110107
echo "Skipping target ${target}"
111108
continue

scripts/release-packages.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ for target in ${targets[@]}; do
165165
ubuntu18.04-* | centos7-*)
166166
by_package_type="true"
167167
;;
168-
centos8-ppc64le)
169-
by_package_type="false"
170-
;;
171168
*)
172169
echo "Skipping target ${target}"
173170
continue

0 commit comments

Comments
 (0)