You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2020/10/29 02:37:43 UTC

[openoffice-org] branch main updated: Force git add and git push

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

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/main by this push:
     new a8bbf25  Force git add and git push
a8bbf25 is described below

commit a8bbf253932bd72b851c79f519cf159ab3f2b73e
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Wed Oct 28 19:37:10 2020 -0700

    Force git add and git push
---
 build_site.sh    | 4 ++--
 build_staging.sh | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build_site.sh b/build_site.sh
index 2f7449d..81e0003 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -18,6 +18,6 @@ rm -rf content
 mkdir content
 cp -a $WORKDIR/* content
 cp -a $WORKDIR/.htaccess content
-git add content
+git add -f content
 git commit -m "git-site-role commit from $ME"
-git push origin asf-site
+git push -f origin asf-site
diff --git a/build_staging.sh b/build_staging.sh
index 0e734f8..517c507 100755
--- a/build_staging.sh
+++ b/build_staging.sh
@@ -20,4 +20,4 @@ cp -a $WORKDIR/* content
 cp -a $WORKDIR/.htaccess content
 git add -f content
 git commit -m "git-site-role commit from $ME"
-git push origin asf-staging
+git push -f origin asf-staging