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:09:43 UTC

incubator-mynewt-site git commit: restore static pages mechanism and newt go links

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/develop 3c1ab6021 -> 51d8b8b3b


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/develop
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>