You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/05/08 19:08:50 UTC

[3/6] incubator-mynewt-site git commit: Fixed incorrect repo urls for mynewt.list source list.

Fixed incorrect repo urls for mynewt.list source list.


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

Branch: refs/heads/develop
Commit: 93af297451b0c77a69ee45d7574edfaff552212d
Parents: c65b92c
Author: cwanda <wa...@happycity.com>
Authored: Mon May 8 05:01:50 2017 -0700
Committer: cwanda <wa...@happycity.com>
Committed: Mon May 8 05:01:50 2017 -0700

----------------------------------------------------------------------
 docs/newt/install/newt_linux.md | 8 ++++----
 docs/newtmgr/install_linux.md   | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/93af2974/docs/newt/install/newt_linux.md
----------------------------------------------------------------------
diff --git a/docs/newt/install/newt_linux.md b/docs/newt/install/newt_linux.md
index fcd971a..81e26e7 100644
--- a/docs/newt/install/newt_linux.md
+++ b/docs/newt/install/newt_linux.md
@@ -47,8 +47,8 @@ Add the repository for the binary and source packages to the `mynewt.list` apt s
 $sudo -s
 [sudo] password for <user>:
 root$ cat > /etc/apt/sources.list.d/mynewt.list <<EOF
-deb https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
-deb-src https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
+deb https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
+deb-src https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
 EOF
 root$exit
 ```
@@ -59,8 +59,8 @@ Verify the content of the source list file:
 
 ```no-highlight
 $more /etc/apt/sources.list.d/mynewt.list
-deb https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
-deb-src https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
+deb https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
+deb-src https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
 ```
 <br> 
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/93af2974/docs/newtmgr/install_linux.md
----------------------------------------------------------------------
diff --git a/docs/newtmgr/install_linux.md b/docs/newtmgr/install_linux.md
index 5bf8735..0794490 100644
--- a/docs/newtmgr/install_linux.md
+++ b/docs/newtmgr/install_linux.md
@@ -51,8 +51,8 @@ Add the repository for the binary and source packages to the `mynewt.list` apt s
 $sudo -s
 [sudo] password for <user>:
 root$ cat > /etc/apt/sources.list.d/mynewt.list <<EOF
-deb https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
-deb-src https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
+deb https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
+deb-src https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
 EOF
 root$exit
 ```
@@ -63,8 +63,8 @@ Verify the content of the source list file:
 
 ```no-highlight
 $more /etc/apt/sources.list.d/mynewt.list
-deb https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
-deb-src https://raw.githubusercontent.com/runtimeco/debian-package/master latest main
+deb https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
+deb-src https://raw.githubusercontent.com/runtimeco/debian-mynewt/master latest main
 ```
 <br> 
 ### Installing the Latest Release of Newtmgr from a Binary Package