Re: [Discuss-gnuradio] [gnuradio/gnuradio] Release v3.8.0.0 - Release 3.8.0.0

2019-08-11 Thread Barry Duggan
I tried the 'git fetch', but never did get things to work, so I deleted the gnuradio folder and built from scratch. I am now on track with maint-3.8. I'm working on the Git course. Thanks for your help. --- Barry Duggan On 2019-08-10 16:10, Derek Kozel wrote: Sorry, try running git fetch fi

Re: [Discuss-gnuradio] [gnuradio/gnuradio] Release v3.8.0.0 - Release 3.8.0.0

2019-08-10 Thread Derek Kozel
Sorry, try running git fetch first to get the new commits. On Sat, Aug 10, 2019, at 9:09 PM, Barry Duggan wrote: > Hi Derek, > > Thank you for the course recommendation. I will certainly do that. > > Meanwhile, I did: > git checkout maint-3.8 > and got: > error: pathspec 'maint-3.8' did not matc

Re: [Discuss-gnuradio] [gnuradio/gnuradio] Release v3.8.0.0 - Release 3.8.0.0

2019-08-10 Thread Barry Duggan
Hi Derek, Thank you for the course recommendation. I will certainly do that. Meanwhile, I did: git checkout maint-3.8 and got: error: pathspec 'maint-3.8' did not match any file(s) known to git So I did: git pull origin master --tags git tag -l and there was no 'maint-3.8' tag. The latest 'mai

Re: [Discuss-gnuradio] [gnuradio/gnuradio] Release v3.8.0.0 - Release 3.8.0.0

2019-08-10 Thread Derek Kozel
Hi Barry, Here's a git course that I really recommend. It says it takes 10 hours, but I find most people go through much faster and most of the basics are covered in the first 30 minutes or so. It does require registration but is free. https://www.codecademy.com/learn/learn-git As described in Ma

Re: [Discuss-gnuradio] [gnuradio/gnuradio] Release v3.8.0.0 - Release 3.8.0.0

2019-08-10 Thread Barry Duggan
Congratulations on this major release! That is an impressive list of contributors. I am still a Git newbie, and unsure how to get from rc2 to the new release. My current status is: pi@raspberrypi:~/gnuradio $ git status HEAD detached at v3.8.0.0-rc2 nothing to commit, working tree clean Do I