Skip Menu |

This queue is for tickets about the App-perlbrew CPAN distribution.

Report information
The Basics
Id: 102127
Status: resolved
Priority: 0/
Queue: App-perlbrew

People
Owner: Nobody in particular
Requestors: xenoterracide [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: output build to stdout
Date: Sat, 14 Feb 2015 19:30:22 -0600
To: bugs-app-perlbrew [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
I'm trying to make a perlbrew image for wercker, but wercker times out if there isn't enough output, is there a way? (if not could we make one) that directs the output to stdout. https://app.wercker.com/#deploystep/54dff3d015325e02510ebe54 -- Caleb Cushing http://xenoterracide.com Calendar: https://www.google.com/calendar/embed?src=xenoterracide%40gmail.com&ctz=America/Chicago
On 2015-02-14 17:30:36, XENO wrote: Show quoted text
> I'm trying to make a perlbrew image for wercker, but wercker times out > if there isn't enough output, is there a way? (if not could we make > one) that directs the output to stdout. > > https://app.wercker.com/#deploystep/54dff3d015325e02510ebe54 >
You could perhaps call perlbrew from a perl oneliner wrapper that did nonblocking reads on STDOUT, and printed '.' every 30 seconds regardless...
在 2015-二月-15 02:30:36 星期日 時,XENO 寫到: Show quoted text
> I'm trying to make a perlbrew image for wercker, but wercker times out > if there isn't enough output, is there a way? (if not could we make > one) that directs the output to stdout. > > https://app.wercker.com/#deploystep/54dff3d015325e02510ebe54 >
I cannot access that url... but if you want perlbrew to show the progress of installing, add '--verbose': perlbrew install --verbose perl-5.20.2 This should give you a lot of output.
Subject: Re: [rt.cpan.org #102127] output build to stdout
Date: Sun, 15 Feb 2015 13:47:17 -0600
To: bug-App-perlbrew [...] rt.cpan.org
From: Caleb Cushing <xenoterracide [...] gmail.com>
On Sun, Feb 15, 2015 at 2:29 AM, Kang-min Liu via RT <bug-App-perlbrew@rt.cpan.org> wrote: Show quoted text
> I cannot access that url... but if you want perlbrew to show the progress of installing, add '--verbose':
sorry thought those url's were public when the "app" is Show quoted text
> perlbrew install --verbose perl-5.20.2 > > This should give you a lot of output.
yeah thanks -- Caleb Cushing http://xenoterracide.com Calendar: https://www.google.com/calendar/embed?src=xenoterracide%40gmail.com&ctz=America/Chicago