Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
PackageKit.11240
PackageKit-cron-without-sleep.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File PackageKit-cron-without-sleep.patch of Package PackageKit.11240
Index: PackageKit-1.1.7/contrib/cron/packagekit-background.cron =================================================================== --- PackageKit-1.1.7.orig/contrib/cron/packagekit-background.cron +++ PackageKit-1.1.7/contrib/cron/packagekit-background.cron @@ -28,8 +28,10 @@ else fi # wait a random amount of time to avoid hammering the servers -[ -z "$SLEEP_MAX" ] && SLEEP_MAX=$RANDOM -sleep $(( $RANDOM % $SLEEP_MAX + 1 )) +# code disabled on openSUSE - cron.daily is not executed at a specific time of the day +# https://bugzilla.opensuse.org/1071521 +#[ -z "$SLEEP_MAX" ] && SLEEP_MAX=$RANDOM +#sleep $(( $RANDOM % $SLEEP_MAX + 1 )) # do action if [ "$CHECK_ONLY" = "yes" ]; then
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor