You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by wa...@apache.org on 2019/04/02 21:01:29 UTC

[incubator] branch master updated: Additional changes. Nearly there

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a8c369  Additional changes. Nearly there
0a8c369 is described below

commit 0a8c3697782e12f91a85fd6f2bffbb024cb10fa0
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Tue Apr 2 14:01:26 2019 -0700

    Additional changes. Nearly there
---
 build_clutch.sh | 3 +--
 build_site.sh   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build_clutch.sh b/build_clutch.sh
index 50d8711..d8243ee 100644
--- a/build_clutch.sh
+++ b/build_clutch.sh
@@ -46,7 +46,6 @@ cp $SVN_CO_DIR/content/clutch/*.txt assets/.
 cp $SVN_CO_DIR/content/clutch/*.json assets/.
 # the following asciidoc clutch files go to be baked
 cp $SVN_CO_DIR/content/clutch/_includes/*.ad pages/clutch/_includes/.
-git add pages/clutch/_includes/*
 cp $SVN_CO_DIR/content/clutch/*.ad pages/clutch/.
 
 # now bake the site
@@ -60,6 +59,6 @@ git pull origin asf-site
 rm -rf reserve
 mkdir reserve
 cp -a $WORKDIR/* reserve
-git add .
+git add reserve
 git commit -m "Automatic Site Publish by git-site-role"
 git push origin asf-site
diff --git a/build_site.sh b/build_site.sh
index 00acb4a..a5553d3 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -22,6 +22,6 @@ cp -a reserve/*.json content/.
 cp -a reserve/clutch content/.
 cp -a reserve/projects content/.
 cp -a reserve/ip-clearance content/.
-git add .
+git add content
 git commit -m "Automatic Site Publish by git-site-role"
 git push origin asf-site
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org