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 2019/07/18 21:57:08 UTC

[mynewt-newt] branch master updated (b6ccedc -> 4cd89f5)

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 b6ccedc  Update links to newt 1.6.0 for Windows
     add f9f3ba9  Use external "artifact" library
     add 4cd89f5  Allow errors from `pkg.errors` at the top level

No new revisions were added by this update.

Summary of changes:
 artifact/flash/flash.go           | 160 -----------
 artifact/image/create.go          | 439 -----------------------------
 artifact/image/image.go           | 574 --------------------------------------
 artifact/image/keys_test.go       | 217 --------------
 artifact/image/v1.go              | 492 --------------------------------
 artifact/manifest/manifest.go     | 113 --------
 artifact/manifest/mfg_manifest.go | 101 -------
 artifact/mfg/map_meta.go          | 153 ----------
 artifact/mfg/meta.go              | 352 -----------------------
 artifact/mfg/mfg.go               | 151 ----------
 artifact/misc/misc.go             |  28 --
 artifact/sec/encrypt.go           |  61 ----
 artifact/sec/key.go               | 376 -------------------------
 artifact/sec/pkcs.go              | 206 --------------
 go.mod                            |   1 +
 go.sum                            |  10 +
 newt/builder/targetbuild.go       |  43 ++-
 newt/cli/image_cmds.go            |  12 +-
 newt/cli/mfg_cmds.go              |   2 +-
 newt/cli/run_cmds.go              |   6 +-
 newt/cli/util.go                  |  14 +-
 newt/dump/flash.go                |   2 +-
 newt/flashmap/flashmap.go         |   2 +-
 newt/imgprod/imgprod.go           |  10 +-
 newt/imgprod/v1.go                |   6 +-
 newt/manifest/manifest.go         |   4 +-
 newt/mfg/build.go                 |   8 +-
 newt/mfg/emit.go                  |  24 +-
 newt/mfg/misc.go                  |   6 +-
 newt/mfg/paths.go                 |   2 +-
 30 files changed, 79 insertions(+), 3496 deletions(-)
 delete mode 100644 artifact/flash/flash.go
 delete mode 100644 artifact/image/create.go
 delete mode 100644 artifact/image/image.go
 delete mode 100644 artifact/image/keys_test.go
 delete mode 100644 artifact/image/v1.go
 delete mode 100644 artifact/manifest/manifest.go
 delete mode 100644 artifact/manifest/mfg_manifest.go
 delete mode 100644 artifact/mfg/map_meta.go
 delete mode 100644 artifact/mfg/meta.go
 delete mode 100644 artifact/mfg/mfg.go
 delete mode 100644 artifact/misc/misc.go
 delete mode 100644 artifact/sec/encrypt.go
 delete mode 100644 artifact/sec/key.go
 delete mode 100644 artifact/sec/pkcs.go