Skip to content

Commit 1c8947e

Browse files
committed
Revert "agent(upstream): pin tzdata to 2024a-2.el9.noarch"
This reverts commit 4110d7d.
1 parent c50ddc5 commit 1c8947e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

agent/bootstrap-rhel9.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ cmd_retry dnf -y config-manager --add-repo "https://jenkins-systemd.apps.ocp.clo
126126
cmd_retry dnf -y install --enablerepo epel,epel-next qemu-kvm scsi-target-utils
127127
cmd_retry dnf -y config-manager --set-disabled "mrc0mmand-systemd-centos-ci-centos9-stream9"
128128

129-
# FIXME: pin tzdata to 2024a-2.el9.noarch until https://github.com/systemd/systemd/issues/34471 is resolved.
130-
cmd_retry dnf -y downgrade tzdata-2024a-2.el9.noarch
131-
132129
# Fetch the upstream systemd repo
133130
test -e systemd && rm -rf systemd
134131
git clone "$REPO_URL" systemd

agent/bootstrap.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ if rpm -q setroubleshoot-server; then
143143
dnf -y remove setroubleshoot-server
144144
fi
145145

146-
# FIXME: pin tzdata to 2024a-2.el9.noarch until https://github.com/systemd/systemd/issues/34471 is resolved.
147-
cmd_retry dnf -y downgrade tzdata-2024a-2.el9.noarch
148-
149146
# Fetch the upstream systemd repo
150147
test -e systemd && rm -rf systemd
151148
echo "Cloning repo: $REPO_URL"

0 commit comments

Comments
 (0)