Ticket #832 (closed defect: fixed)

Opened 13 years ago

Last modified 13 years ago

auto-updater should conditionally display progress on stdout

Reported by: jdreed Owned by:
Priority: normal Milestone: Natty Beta
Component: -- Keywords:
Cc: Fixed in version:
Upstream bug:

Description

There are times (recovery mode, for example) where running athena-auto-update from the terminal is desirable. If there are a ton of updates, it can take a while and look like nothing is happening (because the output is going to a log). We should conditionally (either conditionalize on the "cron" argument, or take a "-v" argument or something) display output on stdout. The case could be made for a progress bar, or all output, or even to _not_ log to the normal place, since that should always be the log from the automatic invocation.

Change History

comment:1 follow-up: ↓ 3 Changed 13 years ago by jdreed

  • Status changed from new to committed

aptitude now takes a new "-v" option which prints the output of the v() function to stdout as well as the log.

comment:2 Changed 13 years ago by jdreed

  • Status changed from committed to development

comment:3 in reply to: ↑ 1 Changed 13 years ago by jdreed

  • Status changed from development to proposed

Replying to jdreed:

aptitude now takes a new "-v" option which prints the output of the v() function to stdout as well as the log.

s/aptitude/athena-auto-update/, obviously

comment:4 Changed 13 years ago by jdreed

  • Status changed from proposed to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.