octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60573] pkg: "update -verbose" should pass "-v


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #60573] pkg: "update -verbose" should pass "-verbose" to each install
Date: Tue, 11 May 2021 17:04:44 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36

Follow-up Comment #1, bug #60573 (project octave):

mike, looks like the following small changes to pkg update's line 729  call to
pkg install will make it pass options of interest to pkg install. i posted it
as a patch to bug #60574 


          options_to_pass = varargin (strncmp (varargin, "-", 1));
          options_to_pass(end+1) = "-forge";
          feval (@pkg, "install", options_to_pass{:}, installed_pkg_name);


I tested it on my current stable build and it worked fine for forcing a
global, verbose, nodeps 'update', but can't test it on default without
building.  if you could test it out it may take care of this, bug #56128, and
some (not all) of bug #60574.  maybe others i haven't seen.  would appreciate
if you could test it out.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60573>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]