Re: [wsjt-devel] HAMLIB3 and GIT help

2015-03-01 Thread Bill Somerville
On 01/03/2015 02:03, KI7MT wrote: > Hi Aandro, Bill, Hi Greg, > > I'm definitely *not* a Git expert, and this was just a crude check, but > here's what I'm doing; if it's wrong, let me know what would be the > correct / better way. > > - > GITSTATUS=$(git status -uno |awk 'FNR==2 {print $4}') >

Re: [wsjt-devel] HAMLIB3 and GIT help

2015-03-01 Thread Alessandro Gorobey
Hi Bill, Greg, Thank for reply The command "git fetch origin" update local index from your repository. I'll try this command on your next commits. 73's Sandro IW3RAB Il 01/03/2015 03:03, KI7MT ha scritto: > Hi Aandro, Bill, > > I'm definitely *not* a Git expert, and this was just a crude check

Re: [wsjt-devel] HAMLIB3 and GIT help

2015-02-28 Thread KI7MT
Hi Aandro, Bill, I'm definitely *not* a Git expert, and this was just a crude check, but here's what I'm doing; if it's wrong, let me know what would be the correct / better way. - GITSTATUS=$(git status -uno |awk 'FNR==2 {print $4}') if [[ $GITSTATUS == "up-to-date" ]]; then echo "Local Ha

Re: [wsjt-devel] HAMLIB3 and GIT help

2015-02-28 Thread Bill Somerville
On 28/02/2015 23:22, Alessandro Gorobey wrote: > Hi All, Hi Sandro, > > I need a small help on JTSDK 2 and git. > > On Ubuntu 14 LTS run jtsdk and go to hamlib I read the follow: > > --- >Building G4WJS Version of Hamlib3 > ---