Skip to content

Commit 860e189

Browse files
committed
Check why a yum process is already running
1 parent 44503d4 commit 860e189

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ci.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
set -exuo pipefail
44

5+
#sudo find /var/cache/dnf/
6+
rpm -qa
7+
8+
ps axf
9+
cat /etc/dnf/automatic.conf
10+
journalctl -u dns-automatic
11+
512
sudo yum install -y podman make golang rsync
613

714
cat > /tmp/ignoretests.txt << EOF

0 commit comments

Comments
 (0)