[info=91e969e0c3e9b59d298b6d2f010c73e9]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/git-image?expand=0&rev=164
This commit is contained in:
Dan Čermák 2024-09-25 17:16:49 +00:00 committed by Git OBS Bridge
parent 55edb18c4c
commit 3330dac654
2 changed files with 6 additions and 1 deletions

View File

@ -26,6 +26,6 @@ if command -v zypper > /dev/null; then
zypper -n clean
fi
rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2}
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
exit 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 25 17:12:11 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- improved log cleaning
-------------------------------------------------------------------
Tue Sep 24 20:00:32 UTC 2024 - Dirk Mueller <dmueller@suse.com>