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

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


    from aa0f8e9  newt - Fix build errors.
     add bdb0625  Move repo version type to newtutil
     add aca32d9  Always copy local repos when fetching.
     add e351af2  newtutil - Wrap error in NewtError when reporting.
     add 79f3fa6  Repo dependencies
     new 213c75b  Merge pull request #140 from ccollins476ad/repodeps

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      |  48 +--
 newt/deprepo/deprepo.go       | 324 +++++++++++++++++
 newt/deprepo/graph.go         | 185 ++++++++++
 newt/deprepo/matrix.go        | 153 ++++++++
 newt/downloader/downloader.go |  24 +-
 newt/interfaces/interfaces.go |  17 -
 newt/newtutil/newtutil.go     |  13 +-
 newt/newtutil/repo_version.go | 323 +++++++++++++++++
 newt/project/project.go       | 790 ++++++++++++++++++++++++++++++------------
 newt/project/projectstate.go  |  30 +-
 newt/repo/repo.go             | 659 +++++++++++++++--------------------
 newt/repo/version.go          | 304 ----------------
 12 files changed, 1891 insertions(+), 979 deletions(-)
 create mode 100644 newt/deprepo/deprepo.go
 create mode 100644 newt/deprepo/graph.go
 create mode 100644 newt/deprepo/matrix.go
 create mode 100644 newt/newtutil/repo_version.go
 delete mode 100644 newt/repo/version.go

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to