Skip to content

Commit b12e507

Browse files
committed
packaging: update-repos: remove old targets
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 4d5c62b commit b12e507

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packaging/update-repos.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
99
# Import the signing key (if signing)
1010
# gpg --import <private key>
1111
# gpg --export -a "$GPG_KEY" > /tmp/fluentbit.key
12-
# rpm --import /tmp/fluentbit.key
12+
# rpm --import /tmp/fluentbit.key
1313

1414
export BASE_PATH=${BASE_PATH:-$1}
1515
if [[ ! -d "$BASE_PATH" ]]; then
@@ -50,13 +50,9 @@ done
5050
DEB_REPO_PATHS=( "debian/bookworm"
5151
"debian/bullseye"
5252
"debian/buster"
53-
"ubuntu/xenial"
54-
"ubuntu/bionic"
55-
"ubuntu/focal"
5653
"ubuntu/jammy"
5754
"ubuntu/noble"
58-
"raspbian/buster"
59-
"raspbian/bullseye" )
55+
)
6056

6157
for DEB_REPO in "${DEB_REPO_PATHS[@]}"; do
6258
export DEB_REPO

0 commit comments

Comments
 (0)