Bug 129394

Summary: Add download-only option to nightly cron job
Product: [Fedora] Fedora Reporter: Kenneth Porter <shiva>
Component: yumAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-07 20:31:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kenneth Porter 2004-08-07 20:18:53 UTC
It would be nice to add an option to the nightly cron job, enabled
with a setting in /etc/sysconfig/yum, to only download the new
packages but not install them. (Ie. Add the --download-only flag.) A
user can then perform the actual update interactively, without waiting
for the download.

See bug 125898 for other enhancements requested for the cron script.
It probably makes sense to implement them all at once.

Comment 1 Seth Vidal 2004-08-07 20:31:21 UTC
the cron job is a text file and marked as a config file.

you can just add --download-only to it yourself.