Re: installing the Newt

2016-03-03 Thread todd mitton
I should have said that new users will be able to 'go get mynewt.apache.org/newt/...' once Chris's changes have been merged onto master. On Thu, Mar 3, 2016 at 10:53 AM, todd mitton wrote: > Sorry. I was waiting to switch to the vanity import domain until all the > other

Re: installing the Newt

2016-03-03 Thread todd mitton
Sorry. I was waiting to switch to the vanity import domain until all the other rename changes were done. I didn't realize we were ready. New users can now do this: go get mynewt.apache.org/newt/newt go get mynewt.apache.org/newt/newtmgr go get mynewt.apache.org/newt/newtvm The user won't need

Re: installing the Newt

2016-03-02 Thread Christopher Collins
I have committed the changes to the develop branch. Now all go imports use the vanity domain. Unfortunately, this is going cause a bit of pain for the current users because the newt sources are now in the wrong directory. To correct this problem, you will need to move the old newt path to the

Re: installing the Newt

2016-03-02 Thread Justin Mclean
Hi, > Nice! That seems to work. I guess I completely glossed over those > vanity URL emails. I will make the necessary changes to the develop > branch. Unfortunately, I'm afraid it is too late to fix 0.8.0-b1. Would be easy enough to release a 0.8.1 if people think the fix is important

Re: installing the Newt

2016-03-02 Thread Sterling Hughes
When pointed at the apache server, on the other hand, "go get" seems to require the ".git" suffix. An I mentioned earlier, this results in the creation of a directory that also has the ".git" suffix. The problem is: the behavior of "git clone" is in conflict with the behavior of "go get", at

installing the Newt

2016-03-02 Thread Nges B
After going through some of the documentary on how to get to get start, I discovered that I need to install newt. I ran the following commands successively $ sudo apt-get install git $ sudo apt-get install libcurl4-gnutls-dev $ sudo apt-get install golang in my home