Bug 167302

Summary: RFE: quiet/script mode
Product: Red Hat Enterprise Linux 4 Reporter: Jason Corley <jason.corley>
Component: up2dateAssignee: Pradeep Kilambi <pkilambi>
Status: CLOSED WONTFIX QA Contact: Ken Reilly <kreilly>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: msuchy, tsanders
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-26 12:18:17 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 Jason Corley 2005-09-01 14:15:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

Description of problem:
Right now if I just want a package list from up2date (for cron/scripting purposes) I end up doing this:

up2date --list | awk ' \
  !/^$/ && \
  !/^Invalid/ && \
  !/^Fetching/ && \
  !/^Name/ && \
  !/^The/ && \
  !/^-----/ \
  {print $1}'

It'd be nice to have an option such that up2date only listed packages that need updates without all the other goop.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Try to run up2date out of a script
2. Remove gunk
3. File RFE
  

Additional info:

Comment 2 RHEL Program Management 2010-04-26 12:18:17 UTC
Development Management has reviewed and declined this request.  You may appeal
this decision by reopening this request.