File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ set -exu
44
55. $( dirname $0 ) /../commonvar.sh
66
7+ # Install v6 LTS
8+ curl --fail --silent --show-error --location https://fluentd.cdn.cncf.io/sh/install-${distribution} -${code_name} -fluent-package6-lts.sh | sh
9+ systemctl stop fluentd
10+
11+ # The update should succeed even if the working directory does not exist
12+ # https://github.com/fluent/fluent-package-builder/pull/955
13+ rm -rf /tmp/fluent/
14+
715# Display unit info for debug
816sudo systemctl cat systemd-tmpfiles-clean.service
917sudo systemctl cat systemd-tmpfiles-clean.timer
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ set -exu
44
55. $( dirname $0 ) /common.sh
66
7+ install_v6_lts
8+ systemctl stop fluentd
9+
10+ # The update should succeed even if the working directory does not exist
11+ # https://github.com/fluent/fluent-package-builder/pull/955
12+ rm -rf /tmp/fluent/
13+
714# Display unit info for debug
815sudo systemctl cat systemd-tmpfiles-clean.service
916sudo systemctl cat systemd-tmpfiles-clean.timer
You can’t perform that action at this time.
0 commit comments