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 30b650f .gitignore weirdness - force git add
30b650f is described below
commit 30b650fc0b75d70d414ba2791778ca200ff97f00
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Oct 28 18:59:19 2020 -0700
.gitignore weirdness - force git add
---
build_staging.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build_staging.sh b/build_staging.sh
index ae122ce..0e734f8 100755
--- a/build_staging.sh
+++ b/build_staging.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-staging