Re: [Discuss-gnuradio] Best Way to revert to old releases with PyBombs.

2017-10-31 Thread Richard Mcallister
Hi all, This is exactly what I wanted. Thank you! Also Nicolas-I want to downgrade to check and make sure its not an issue with UHD, or a specific UHD release. The flowgraph was made and used last spring, where it worked. The only changes over the summer were a new computer and a new installation

Re: [Discuss-gnuradio] Best Way to revert to old releases with PyBombs.

2017-10-30 Thread Martin Braun
You can even specify a git revision, by doing something like $ pybombs -p config --package uhd gitrev release_003_009_006 Then, if you do pybombs rebuild (without the -k), it'll update your git source. (At least it should -- typing this out from memory). -- M On 10/30/2017 03:34 PM, Nicolas Cu

Re: [Discuss-gnuradio] Best Way to revert to old releases with PyBombs.

2017-10-30 Thread Nicolas Cuervo
Hello Richard, I believe the best way (so far) would be to actually go to the repository that you want to rebuild and checkout to the different specific branch/tag and then trigger the rebuild with $ pybombs -p *your_prefix* rebuild *uhd* You can rebuild faster by adding the '-k' flag at the

[Discuss-gnuradio] Best Way to revert to old releases with PyBombs.

2017-10-30 Thread Richard Mcallister
Hi all, I think the question is all in the subject, but basically, I'm having trouble with using several USRPs. I think it may be an issue with UHD, or at least I need to verify it isn't. Does pybombs have a command to install older releases or specific branch tags from git? Thanks, Rich McAllist