Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 144
View file
jsj-installtools.changes
Changed
@@ -1,8 +1,10 @@ ------------------------------------------------------------------- Thu Jun 11 06:13:53 UTC 2026 - Stefan Botter <obs@botter.cc> -- modify scheduling of RunZypperUpdateCron.timer to 4h OnUnitActiveSec - with AccuracySec 10min +- modify scheduling of RunZypperUpdateCron.timer to 4h + OnUnitActiveSec with AccuracySec 10min +- repeat RunZypperUpdateCron after 37s delay in case zypper + is locked ------------------------------------------------------------------- Thu Jun 11 06:05:50 UTC 2026 - Stefan Botter <obs@botter.cc>
View file
RunZypperUpdateCron
Changed
@@ -1,8 +1,8 @@ #!/bin/bash -RC=1 -while $RC -ne 0 ; do +RZ=1 +while $RZ -eq 1 ; do /usr/bin/zypper -n up --auto-agree-with-licenses RC=$? - if $RC -ne 0 ; then sleep 37; fi + if $RC -eq 7 ; then sleep 37; else RZ=0; fi done test -f /tmp/check_mk-opensuse_zypper.cache && rm /tmp/check_mk-opensuse_zypper.cache
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.