Re: README.md files

2016-02-23 Thread Justin Mclean
Hi,

You may want to cancel the last vote before stating a new one by sending a 
""[VOTE][CANCEL]” email.

Thanks,
Justin



Re: README.md files

2016-02-23 Thread Christopher Collins
Just an "fyi" - I am planning on tagging and restarting the release
process at about 3:00 PST today (in one hour).  If you have any
documentation or license changes that need to go into master, please let
me know before then.

Thanks,
Chris

On Tue, Feb 23, 2016 at 11:07:28AM -0800, Christopher Collins wrote:
> Hi all,
> 
> In preparation for the Apache Mynewt 0.8.0 beta 1 (incubating) release,
> I have made some minor changes to the top-level README.md files.  I
> think these files could probably use some more work, and I wanted to
> request a favor: if you have time to take a look, please do so and make
> any improvements as you see fit (or suggest changes).
> 
> Here are the minor edits I have made recently:
> 
> newt:
> * Moved newt/README.md to top-level directory (i.e., it applies to
>   newt, newtmgr, and newtvm, rather than just newt).
> * Added basic steps for building the newt tool.
> * Added link to the getting started page
>   (http://mynewt.apache.org/os/get_started/project1/)
> 
> larva:
> * added link to the getting started page
>   (http://mynewt.apache.org/os/get_started/project1/)
> 
> tadpole:
> * I didn't really change anything here; the readme looked decently
>   thorough.
> 
> Thanks,
> Chris


Re: Add my jira user to Mynewt

2016-02-23 Thread Sterling Hughes

I'll do this
Sterling

On 2/23/16 10:27 AM, todd mitton wrote:

Hi Justin,

Could you please add my jira user (mitton) to Mynewt?  Aditi would like to
assign tickets to me.

Thanks,
-Todd



Proposed change: newtmgr commands into cmd package

2016-02-23 Thread Gordon Chaffee
Hi folks,

I've made a change in https://github.com/apache/incubator-mynewt-newt/pull/3
off the develop branch that reorganizes the newtmgr commands that were
defined in newtmgr.go into a cmd package, and it splits each top level
command into a separate file.

The structure in the newtmgr area with this proposed change would be:

incubator-mynewt-newt/newtmgr/
incubator-mynewt-newt/newtmgr/cli/
incubator-mynewt-newt/newtmgr/protocol/
incubator-mynewt-newt/newtmgr/transport/
incubator-mynewt-newt/newtmgr/cmd/
config.go
connprofile.go
echoctrl.go
echo.go
image.go
logs.go
mpstats.go
parse.go
stats.go
taskstats.go
usage.go

Let me know if there any objections to this restructuring.

Thanks,
Gordon