Re: Mailing lists

2016-02-04 Thread Justin Mclean
done

Re: Vanity import domain

2016-02-04 Thread Sterling Hughes
Hi Justin, mynewt.io would be a vanity domain to make git imports simpler, so instead of doing: import ( "git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git/newt/cli" ) You'd do: import ( "mynewt.io/newt/cli" ) And for installation of packages, you would do: go install

Getting LICENSE and NOTICE read for a release

2016-02-04 Thread Justin Mclean
Hi, I just noticed we were missing NOTICE files in newt [1] and lava [2] so added one. Please feel free to alter the Realtime Inc line if you feel it needs it. Is there any reason for the LICENSE in newt repo to not be at the top level? Tadpole [3] is missing a top level LICENSE and NOTICE

Re: Mailing lists

2016-02-04 Thread Sterling Hughes
absolutely, let's update it! On 2/4/16 4:31 PM, Justin Mclean wrote: Hi, Notice the readme’s at [1][2] are pointing people to stack-...@googlegroups.org shouldn’t it be this mailing list instead? Thanks, Justin 1. https://github.com/apache/incubator-mynewt-tadpole 2.

Re: Larva content review for license

2016-02-04 Thread Justin Mclean
Hi, > If you'd like to create an overall shout-out, then go for it. The > Subversion project does this, and uses the same file to track partial > commit (as Mynewt has adopted). See: > http://svn.apache.org/repos/asf/subversion/trunk/COMMITTERS Apache Flex does this a little differently and

Re: Vanity import domain

2016-02-04 Thread Justin Mclean
Hi, > We (runtime) have purchased and set this up, because we are lazy and don't > like typing things. Sure understand that, but it lacks a bit of transparency to me. Also (while unlikely) what if it was hacked and pointed to download something malicious? > We'd be happy to gift this to the

Re: Larva content review for license

2016-02-04 Thread Sterling Hughes
On 2/4/16 7:55 PM, Justin Mclean wrote: Hi, If you'd like to create an overall shout-out, then go for it. The Subversion project does this, and uses the same file to track partial commit (as Mynewt has adopted). See: http://svn.apache.org/repos/asf/subversion/trunk/COMMITTERS Apache Flex

Re: Vanity import domain

2016-02-04 Thread todd mitton
I think the transparency concern is valid. I definitely did not intend to make things less transparent. I'm not as worried about the security of the domain. There's similar concerns with all the dependencies we pull in. At least I have higher confidence in the domains we have some control

Re: Larva content review for license

2016-02-04 Thread Sterling Hughes
rel_v0_0_8-b1 for example. - newt's built in package manager knows to fetch packages from that git branch (we make the changes to newt once we branch.) May be an issue with this (I think not 100% sure), does that imply that a release can basically change over time? Or that it would be

Re: Taskstats display on newtmgr

2016-02-04 Thread Justin Mclean
Hi, You may want to add as an option a format that a little more parseable by computers? i.e. JSON or CSV or similar. That way various tools (IDEs, logging) etc could take advantage of it. Thanks, Justin

Re: egg file cflags

2016-02-04 Thread marko kiiskila
> On Feb 4, 2016, at 7:58 AM, marko kiiskila wrote: > > Hi Paul, > >> On Feb 3, 2016, at 6:12 PM, p...@wrada.com wrote: > >> Also, since I had a few dozen of these, it would be nice to have the >> egg.cflags: token accept the \ symbol to extend to multiple lines. > > I

Re: egg file cflags

2016-02-04 Thread marko kiiskila
Hi Paul, > On Feb 3, 2016, at 6:12 PM, p...@wrada.com wrote: > > I was just working on importing an existing code tree into my HW directory > for arduino zero. > > Rather than re-arrange the files, I wanted to pass include directives to the > compiler for specific directories. > > But the