Hello,
i install security updates automatically using a cron job, but to make the system more robust in case a patch breaks the system, I thought it could be interesting to wait a few days before installing a patch to be sure it won’t break the system. I found the --date param to zypper which seems to accomodate this workflow. However, it is not clear to me if this will help me in case a broken patch gets published. It depends whether the fix to the patch replaces the original patch or if it is just published as a new patch (having a more recent timestamp) superseding the old patch by version number (so the old patch stays in the update repo). In the latter case, the “bad” patch will still be installed which obviously is not the goal. Does anybody know how this works?
I’m not sure if I made myself clear. Please let me know if I need to rephrase.
cheers
matthias