Hi all, I know there must be an easy way to do this, but I haven't found it yet.
I'm trying to get newt up to the latest version in the develop branch. Here's what I've done so far: % cd /Users/dsimmons/dev/go/src/mynewt.apache.org/newt <http://mynewt.apache.org/newt> % newt version Apache Newt (incubating) version: 0.9.0 % git branch --set-upstream-to=origin/0_10_0_dev Branch develop set up to track remote branch 0_10_0_dev from origin. % git rebase Fast-forwarded develop to refs/remotes/origin/0_10_0_dev. % git pull Already up-to-date. That last part doesn't seem right to me. % ./build.sh Building newt. This may take a minute... Successfully built executable: /Users/dsimmons/dev/go/src/mynewt.apache.org/newt/newt/newt <http://mynewt.apache.org/newt/newt/newt> $ /Users/dsimmons/dev/go/src/mynewt.apache.org/newt/newt/newt <http://mynewt.apache.org/newt/newt/newt> version Apache Newt (incubating) version: 0.9.0 And that part definitely isn't right. If I can get some help in how to actually update newt, then I'll write up a doc on how to do it for others. dg -- David G. Simmons (919) 534-5099 Web <https://davidgs.com/> • Blog <https://davidgs.com/davidgs_blog> • Linkedin <http://linkedin.com/in/davidgsimmons> • Twitter <http://twitter.com/TechEvangelist1> • GitHub <http://github.com/davidgs> /** Message digitally signed for security and authenticity. * If you cannot read the PGP.sig attachment, please go to * http://www.gnupg.com/ <http://www.gnupg.com/> Secure your email!!! * Public key available at keyserver.pgp.com <http://keyserver.pgp.com/> **/ ♺ This email uses 100% recycled electrons. Don't blow it by printing! There are only 2 hard things in computer science: Cache invalidation, naming things, and off-by-one errors.
