discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Pybombs 2: how to use "--config" parameter, how t


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Pybombs 2: how to use "--config" parameter, how to disable "forcebuild" of gnuradio
Date: Fri, 18 Mar 2016 10:54:03 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

To disable gnuradio's forcebuild from the command line, run:

$ pybombs config --package gnuradio forcebuild False

This will persistently disable forcebuilding for GNU Radio.

With --config, you can only change the global config settings (i.e. the
ones in the config: section in your config.yml files). Example:

$ pybombs --config makewidth=8 install gnuradio

This is *non-persistent* and will override any config.yml setting for
the duration of the process.
To see what the options are that you can change with --config, simply run

$ pybombs config

without any other parameters. They include help texts, too.

Note the first command includes the --package switch. If you leave it
out and just call config <key> <value>, it'll set a global config
option, like --config (but persistent).

M




On 03/17/2016 02:09 PM, Piotr Krysik wrote:
> Hi all,
> 
> How to use "--config" option of pybombs 2. Can someone show an working
> example?
> 
> In pybombs 2 "forcebuild" is set to true for gnuradio by default.
> How to disable "focebuild" for gnuradio from commandline with the
> pybombs command?
> 
> Best Regards,
> Piotr Krysik
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 




reply via email to

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