Skip to content

Commit 35746b2

Browse files
committed
yum: fix installing current package
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent fb85699 commit 35746b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fluent-package/yum/systemd-test/tmpfiles.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
set -exu
44

5-
. $(dirname $0)/common.sh
5+
. $(dirname $0)/commonvar.sh
66

77
# Display unit info for debug
88
sudo systemctl cat systemd-tmpfiles-clean.service
99
sudo systemctl cat systemd-tmpfiles-clean.timer
1010

1111
# Install the built package
12-
install_current
12+
sudo $DNF install -y \
13+
/host/${distribution}/${DISTRIBUTION_VERSION}/x86_64/Packages/fluent-package-[0-9]*.rpm
1314

1415
# Wait all processes to start
1516
(! systemctl status --no-pager fluentd)

0 commit comments

Comments
 (0)