Re: Can I disable progress bars?

2022-09-23 Thread Lukas Oberhuber
On Thu, 22 Sept 2022 at 22:43, Dave Horsfall wrote: > On Thu, 22 Sep 2022, Clemens Lang wrote: > > > port upgrade outdated | cat > > > > This makes stdout a pipe rather than a tty and thus invalidates the > > first condition. > I've now run into the opposite problem, which is "Too long with no

Re: Can I disable progress bars?

2022-09-23 Thread Lukas Oberhuber
On Fri, 23 Sept 2022 at 10:01, Lukas Oberhuber wrote: > > On Thu, 22 Sept 2022 at 22:43, Dave Horsfall wrote: > >> On Thu, 22 Sep 2022, Clemens Lang wrote: >> >> > port upgrade outdated | cat >> > >> > This makes stdout a pipe rather than a tty and thus invalidates the >> > first condition. >>

Re: Can I disable progress bars?

2022-09-23 Thread Clemens Lang
Hi, On Fri, Sep 23, 2022 at 10:01:11AM +0100, Lukas Oberhuber wrote: > I've now run into the opposite problem, which is "Too long with no > output (exceeded 10m0s): context deadline exceeded". If you need regular output, I'd just recommend running macports in verbose mode, i.e. port -v install …

Re: Can I disable progress bars?

2022-09-23 Thread Lukas Oberhuber
Thanks! It turns out my CI provider allows longer timeouts, but I think verbose mode might be a better solution than `| cat` for tracking updates.