Beraldo Leal

Results 41 comments of Beraldo Leal

> But, we lack the ideal situation on GitHub. Could you please elaborate here? > See #4608 for an example. IIUC, this example is only cloning the external repos and...

We might be able to do this. I was reading last week something about this. I will try to investigate.

Hi @Apteryks thanks for reporting this. It looks like a valid bug.

Hi @clebergnu I'm not 100% sure what is the task here. But what about using logging.config files here? Is that what you are thinking for this problem?

> > Hi @clebergnu I'm not 100% sure what is the task here. > > But what about using logging.config files here? Is that what you are thinking for this...

@pevogam, Configuring logging is all about defining formatters, streamers, loggers and namespaces, I don't see a point of creating new config options and files on top the well know Python's...

> Hi! As mentioned in #5044 : > > The avocado runners don’t need to have manpages. You can link all the avocado-runner to show avocado’s manpage in the Debian...

Just to give some background, here 3 "list" examples: #### job.run.store_logging_stream ```python settings.register_option(section='job.run', key='store_logging_stream', nargs='+', help_msg=help_msg, default=[], metavar='STREAM[:LEVEL]', key_type=list) ``` - Accepts list in config #### core.show ```python stgs.register_option(section='core', key='show',...

Hi @willianrampazzo I understand the motivation behind this we should/could implement this. However, currently `avocado assets register` accepts a `name` and an `url` as arguments, where `name` is a "unique...