Accepting request 973634 from home:dancermak:auto_update:TW
Ensure that /var/log/zypp is not present in the image OBS-URL: https://build.opensuse.org/request/show/973634 OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/micro-image?expand=0&rev=3
This commit is contained in:
parent
21f4469f42
commit
8c154aa33a
@ -19,4 +19,13 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#=======================================
|
||||||
|
# Clean up after zypper if it is present
|
||||||
|
#---------------------------------------
|
||||||
|
if command -v zypper > /dev/null; then
|
||||||
|
zypper -n clean
|
||||||
|
fi
|
||||||
|
|
||||||
|
rm -rf /var/log/zypp
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 10:15:38 UTC 2022 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
- Ensure that /var/log/zypp is not present in the image
|
@ -56,4 +56,4 @@
|
|||||||
<package name="distribution-release"/>
|
<package name="distribution-release"/>
|
||||||
</packages>
|
</packages>
|
||||||
|
|
||||||
</image>
|
</image>
|
Loading…
x
Reference in New Issue
Block a user