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 2017/04/07 19:36:24 UTC

[23/23] incubator-mynewt-newt git commit: Merge remote-tracking branch 'apache/develop'

Merge remote-tracking branch 'apache/develop'

* apache/develop:
  unixchild - Ensure socket gets deleted on stop.
  Add PrintStacks util function.
  unixchild - prevent half-started state
  unixchild additions
  unixchild util library
  MYNEWT-674 newt - Remove use of new io.SeekCurrent
  MYNEWT-660 newt - Quotes get stripped from syscfg
  Add env to verbose output, remove duplicated msg
  newt; go version requirement is now 1.7.
  Update release notes; date and remove comment saying that this is a beta.
  MYNEWT-655 newt - Detect newt version incompat.
  Fix to print correct pkg dependecy
  MYNEWT-655 newt - Detect proj/newt ver incompat.
  MYNEWT-655 newt - Detect repo/newt ver incompat.
  Warns on unmatched pkg.name and pkg.path
  Updates to sync/upgrade/install inner working
  Remove trailing slash using pkg commands in the shell
  MYNEWT-495: updates to sync command


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/a895dc5c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/a895dc5c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/a895dc5c

Branch: refs/heads/master
Commit: a895dc5cb357dc86c297919f1dc77c78423c7dea
Parents: 4e940c1 9de7460
Author: Christopher Collins <cc...@apache.org>
Authored: Fri Apr 7 12:35:32 2017 -0700
Committer: Christopher Collins <cc...@apache.org>
Committed: Fri Apr 7 12:35:32 2017 -0700

----------------------------------------------------------------------
 INSTALLING.md                                   |   2 +-
 RELEASE_NOTES.md                                |  10 +-
 build.sh                                        |   6 +-
 newt/builder/load.go                            |   6 +-
 newt/cli/pkg_cmds.go                            |   2 +-
 newt/cli/project_cmds.go                        |  23 +-
 newt/compat/compat.go                           | 275 ++++++++++++++++
 newt/downloader/downloader.go                   | 194 ++++++++++--
 newt/interfaces/interfaces.go                   |   1 +
 newt/newtutil/newtutil.go                       |  74 +++--
 newt/pkg/localpackage.go                        |   2 +-
 newt/pkg/package.go                             |   2 +
 newt/project/project.go                         |  77 +++++
 newt/repo/repo.go                               | 313 ++++++++++++-------
 newt/repo/version.go                            |   9 +
 newt/resolve/resolve.go                         |   7 +-
 newt/vendor/mynewt.apache.org/newt/util/util.go |   1 -
 util/unixchild/unixchild.go                     | 292 +++++++++++++++++
 util/util.go                                    |   6 +
 19 files changed, 1120 insertions(+), 182 deletions(-)
----------------------------------------------------------------------