Re: apt-setup cansel support (was: [RFC] Support for using multiple CDs during installation)
Frans Pop wrote:
> On Friday 02 November 2007, Joey Hess wrote: > > Here'a an attempt at cancelable progress bars for apt-setup. If apt's > > bug gets fixed the progress bar will also include download speed > > and time estimates. > > > > The behavior when cancel is pressed could be improved, it currently > > behaves the same as if the apt source failed to validate, which > > typically loops back and lets the user try it again. > > > > I ran out of time to do any testing. > > > Index: generators/50mirror > > =================================================================== > > - if apt-setup-verify $file; then > > + if apt-setup-verify $file -- --from $PROGRESS_FROM --to $PROGRESS_TO; > > > Index: generators/91security > > =================================================================== > > - if ! apt-setup-verify $file; then > > + if ! apt-setup-verify $file --from $PROGRESS_FROM --to $PROGRESS_TO; > > > Index: generators/92volatile > > =================================================================== > > - if ! apt-setup-verify $file; then > > + if ! apt-setup-verify $file --from $PROGRESS_FROM --to $PROGRESS_TO; > > Why does the first have "--" and the other two not?
Because I forgot it in the other two.
--
see shy jo
--
To UNSUBSCRIBE, email to debian-boot-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Fri Nov 2 02:37:08 2007
This archive was generated by hypermail 2.1.8
: Wed Mar 19 2008 - 03:15:58 EDT
|