We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5c62b commit b12e507Copy full SHA for b12e507
packaging/update-repos.sh
@@ -9,7 +9,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
9
# Import the signing key (if signing)
10
# gpg --import <private key>
11
# gpg --export -a "$GPG_KEY" > /tmp/fluentbit.key
12
-# rpm --import /tmp/fluentbit.key
+# rpm --import /tmp/fluentbit.key
13
14
export BASE_PATH=${BASE_PATH:-$1}
15
if [[ ! -d "$BASE_PATH" ]]; then
@@ -50,13 +50,9 @@ done
50
DEB_REPO_PATHS=( "debian/bookworm"
51
"debian/bullseye"
52
"debian/buster"
53
- "ubuntu/xenial"
54
- "ubuntu/bionic"
55
- "ubuntu/focal"
56
"ubuntu/jammy"
57
"ubuntu/noble"
58
- "raspbian/buster"
59
- "raspbian/bullseye" )
+ )
60
61
for DEB_REPO in "${DEB_REPO_PATHS[@]}"; do
62
export DEB_REPO
0 commit comments