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/08/11 18:32:12 UTC

[mynewt-newtmgr] branch 1_1_0_dev updated (e1c8a7f -> 4efc15c)

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

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


    from e1c8a7f  Merge pull request #14 from ccollins476ad/nmgr-mtu-512
     new 79ea43c  emove currantlabs/ble from windows
     new da66ea8  uncomment accidental comment on unix/mac build
     new 4efc15c  add back log

The 3 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:

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].

[mynewt-newtmgr] 02/03: uncomment accidental comment on unix/mac build

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

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

commit da66ea8746c134042dbcf2b1a2747d4f9e03d6d6
Author: cwanda <wa...@happycity.com>
AuthorDate: Thu Jul 27 13:08:15 2017 -0700

    uncomment accidental comment on unix/mac build
---
 newtmgr/bll/bll_common.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/newtmgr/bll/bll_common.go b/newtmgr/bll/bll_common.go
index 5455d58..1e8933a 100644
--- a/newtmgr/bll/bll_common.go
+++ b/newtmgr/bll/bll_common.go
@@ -25,8 +25,8 @@ import (
 	"runtime"
 	"time"
 
-	log "github.com/Sirupsen/logrus"
-	//"github.com/currantlabs/ble"
+	"github.com/Sirupsen/logrus"
+	"github.com/currantlabs/ble"
 
 	"mynewt.apache.org/newtmgr/nmxact/bledefs"
 )

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.

[mynewt-newtmgr] 03/03: add back log

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

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

commit 4efc15c21617cbc01420038d2196efb8f630cb7b
Author: cwanda <wa...@happycity.com>
AuthorDate: Thu Jul 27 13:12:18 2017 -0700

    add back log
---
 newtmgr/bll/bll_common.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newtmgr/bll/bll_common.go b/newtmgr/bll/bll_common.go
index 1e8933a..93efd06 100644
--- a/newtmgr/bll/bll_common.go
+++ b/newtmgr/bll/bll_common.go
@@ -25,7 +25,7 @@ import (
 	"runtime"
 	"time"
 
-	"github.com/Sirupsen/logrus"
+	log "github.com/Sirupsen/logrus"
 	"github.com/currantlabs/ble"
 
 	"mynewt.apache.org/newtmgr/nmxact/bledefs"

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.

[mynewt-newtmgr] 01/03: emove currantlabs/ble from windows

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

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

commit 79ea43ca883493dc4b467cde2e37ddfcac3e3272
Author: cwanda <wa...@happycity.com>
AuthorDate: Thu Jul 27 12:53:42 2017 -0700

    emove currantlabs/ble from windows
---
 newtmgr/bll/bll_common.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/newtmgr/bll/bll_common.go b/newtmgr/bll/bll_common.go
index 93efd06..5455d58 100644
--- a/newtmgr/bll/bll_common.go
+++ b/newtmgr/bll/bll_common.go
@@ -26,7 +26,7 @@ import (
 	"time"
 
 	log "github.com/Sirupsen/logrus"
-	"github.com/currantlabs/ble"
+	//"github.com/currantlabs/ble"
 
 	"mynewt.apache.org/newtmgr/nmxact/bledefs"
 )

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <co...@mynewt.apache.org>.