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 2016/06/22 00:11:45 UTC

[1/3] incubator-mynewt-site git commit: restore static pages mechanism and newt go links

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/v0_9_0 b5f11aa50 -> ea65e2f17


restore static pages mechanism and newt go links

This closes #92


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/51d8b8b3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/51d8b8b3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/51d8b8b3

Branch: refs/heads/v0_9_0
Commit: 51d8b8b3b1c7092fe70fdbacb4245125fb4366aa
Parents: 3c1ab60
Author: Gavin Jefferies <ga...@runtime.io>
Authored: Tue Jun 21 16:41:27 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jun 21 17:09:08 2016 -0700

----------------------------------------------------------------------
 deploy.sh              |  4 +++-
 extras/newt/index.html | 12 ++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/51d8b8b3/deploy.sh
----------------------------------------------------------------------
diff --git a/deploy.sh b/deploy.sh
index 9e3e66d..30f6dd5 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -11,6 +11,9 @@ fi
 echo Remove unwanted html templates
 find site -name "*.html" | xargs grep '{%.*%}' -l | xargs rm
 
+echo Copy extra static pages into site
+cp -a extras/ site/
+
 echo Change git branch to asf-site
 git checkout asf-site
 
@@ -25,4 +28,3 @@ echo --- You are now on the asf-site branch
 echo --- Review git diffs before committing
 echo ---
 git status
-

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/51d8b8b3/extras/newt/index.html
----------------------------------------------------------------------
diff --git a/extras/newt/index.html b/extras/newt/index.html
index fafdbc3..0d1bd81 100644
--- a/extras/newt/index.html
+++ b/extras/newt/index.html
@@ -1,10 +1,10 @@
 <html>
   <head>
-    <meta name="go-import" content="mynewt.apache.org/newt git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
-    <meta name="go-import" content="mynewt.apache.org/newt/newt git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
-    <meta name="go-import" content="mynewt.apache.org/newt/newtvm git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
-    <meta name="go-import" content="mynewt.apache.org/newt/newtmgr git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
-    <meta name="go-import" content="mynewt.apache.org/newt/util git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
-    <meta http-equiv="refresh" content="0; url=/">
+      <meta name="go-import" content="mynewt.apache.org/newt git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
+      <meta name="go-import" content="mynewt.apache.org/newt/newt git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
+      <meta name="go-import" content="mynewt.apache.org/newt/newtvm git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
+      <meta name="go-import" content="mynewt.apache.org/newt/newtmgr git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
+      <meta name="go-import" content="mynewt.apache.org/newt/util git https://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt.git">
+      <meta http-equiv="refresh" content="0; url=/">
   </head>
 </html>


[3/3] incubator-mynewt-site git commit: Merge branch 'master' into v0_9_0 This closes #92

Posted by ad...@apache.org.
Merge branch 'master' into v0_9_0
This closes #92


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/ea65e2f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/ea65e2f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/ea65e2f1

Branch: refs/heads/v0_9_0
Commit: ea65e2f17aeb1177fac5b31ca993cc57410c5555
Parents: b5f11aa 1c45952
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jun 21 17:11:16 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jun 21 17:11:16 2016 -0700

----------------------------------------------------------------------
 deploy.sh              |  4 +++-
 extras/newt/index.html | 12 ++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------



[2/3] incubator-mynewt-site git commit: Merge branch 'develop' This closes #92

Posted by ad...@apache.org.
Merge branch 'develop'
This closes #92


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/1c459525
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/1c459525
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/1c459525

Branch: refs/heads/v0_9_0
Commit: 1c459525ad7a65dd08213ddeef703dc25096d27b
Parents: cbbac7b 51d8b8b
Author: aditihilbert <ad...@runtime.io>
Authored: Tue Jun 21 17:10:07 2016 -0700
Committer: aditihilbert <ad...@runtime.io>
Committed: Tue Jun 21 17:10:07 2016 -0700

----------------------------------------------------------------------
 deploy.sh              |  4 +++-
 extras/newt/index.html | 12 ++++++------
 2 files changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------