You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2018/09/19 22:23:20 UTC

[mynewt-newt] branch master updated (de90769 -> 8119f83)

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git.


    from de90769  Merge pull request #213 from michal-narajowski/cmake-print-error
     add 3198494  Print "Proceed [Y/n]" prompt when `-a` specified
     add 07a67ac  Allow "@" in install / upgrade / sync arguments
     add dc4fc14  Don't start an upgrade or sync if repos are dirty
     add ad4e5df  Improve `newt info` command; show repo ver
     new 8119f83  Merge pull request #206 from ccollins476ad/dirty

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 newt/cli/project_cmds.go      |  36 +++++-----
 newt/downloader/downloader.go |  94 ++++++++++++++++++--------
 newt/install/install.go       | 153 ++++++++++++++++++++++++++++++++++++++++--
 newt/project/project.go       |  27 +++++++-
 newt/repo/repo.go             |  24 +++----
 5 files changed, 267 insertions(+), 67 deletions(-)


[mynewt-newt] 01/01: Merge pull request #206 from ccollins476ad/dirty

Posted by cc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit 8119f83602c78256ee887fcc5bbd2e57e63ed30f
Merge: de90769 ad4e5df
Author: ccollins476ad <cc...@gmail.com>
AuthorDate: Wed Sep 19 15:23:15 2018 -0700

    Merge pull request #206 from ccollins476ad/dirty
    
    Improve `newt info` command; show repo ver

 newt/cli/project_cmds.go      |  36 +++++-----
 newt/downloader/downloader.go |  94 ++++++++++++++++++--------
 newt/install/install.go       | 153 ++++++++++++++++++++++++++++++++++++++++--
 newt/project/project.go       |  27 +++++++-
 newt/repo/repo.go             |  24 +++----
 5 files changed, 267 insertions(+), 67 deletions(-)