Commit 93c9af4
committed
CI: Update zypper configuation within a drop-in directory
Current openSUSE Tumbleweed image replaced /etc/zypp/zypp.conf file with
/etc/zypp/zypp.conf.d directory and thus a CI workflow for the
distrubution failed:
Run sed -i /etc/zypp/zypp.conf -e "s/rpm.install.excludedocs = yes/rpm.install.excludedocs = no/"
sed: can't read /etc/zypp/zypp.conf: No such file or directory
This patch adapts to the change.1 parent e33ecf1 commit 93c9af4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
| 355 | + | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments