You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/10/24 19:11:09 UTC

incubator-tamaya-site git commit: TAMAYA-178: Add convenience script to copy into asf-site branch

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master 4445bfaad -> a2176d179


TAMAYA-178: Add convenience script to copy into asf-site branch

* Copy into asf-site branch after generating new site.
* Refers to script in asf-site branch to do the copying.


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

Branch: refs/heads/master
Commit: a2176d179c427d64af791dff66e9c25d05e0c3d0
Parents: 4445bfa
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Oct 24 21:01:06 2016 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Oct 24 21:10:15 2016 +0200

----------------------------------------------------------------------
 .gitignore  | 1 +
 copysite.sh | 7 +++++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/a2176d17/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..21b61f9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+output/**

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/a2176d17/copysite.sh
----------------------------------------------------------------------
diff --git a/copysite.sh b/copysite.sh
new file mode 100755
index 0000000..29fee87
--- /dev/null
+++ b/copysite.sh
@@ -0,0 +1,7 @@
+ #!/bin/bash          
+echo "Starting to bake our project homepage ...."
+export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.5.0"
+echo $JBAKE_HOME
+$JBAKE_HOME/bin/jbake -b
+echo "Copying stuff from original into new branch ..."
+git checkout asf-site && ./copy-site.sh