This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via 1b2aaadcbbe49a1e5d8cb97937fa27f579a60b99 (commit)
from ac3e39da98448311e97d070dce6436d36750bcfd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/1b2aaadcbbe49a1e5d8cb97937fa27f579a60b99
commit 1b2aaadcbbe49a1e5d8cb97937fa27f579a60b99
Author: Oleg Broytman <ph...@ph...>
Date: Sun Mar 19 05:28:57 2017 +0300
Stop publishing docs at GitHub/GitLab Pages and PyPI
[skip ci]
diff --git a/devscripts/build-all-docs b/devscripts/build-all-docs
index e16b726..29fca50 100755
--- a/devscripts/build-all-docs
+++ b/devscripts/build-all-docs
@@ -3,8 +3,7 @@
build_docs() {
git checkout "$1" &&
../build-docs &&
- rsync -ahP --del --exclude=.git --exclude=.gitlab-ci.yml \
- --exclude=.nojekyll docs/html/ ../SQLObject-docs/"$2"/
+ rsync -ahP --del docs/html/ ../SQLObject-docs/"$2"/
}
cd "`dirname \"$0\"`"/SQLObject &&
diff --git a/devscripts/publish-docs b/devscripts/publish-docs
index 10f7596..37276d7 100755
--- a/devscripts/publish-docs
+++ b/devscripts/publish-docs
@@ -1,7 +1,5 @@
#! /bin/sh
-cd "`dirname \"$0\"`"/SQLObject-docs &&
-../set-commit-date.py && chmod -R u=rwX,go=rX . &&
-rsync -hlrtP4 --del . web.sourceforge.net:/home/project-web/sqlobject/htdocs/ &&
-git archive --format=zip -o "$HOME"/tmp/SQLObject-docs.zip master &&
-git push gl master && exec git push gh master
+cd "`dirname \"$0\"`"/SQLObject-docs && chmod -R u=rwX,go=rX . &&
+exec rsync -hlrtP4 --del . \
+ web.sourceforge.net:/home/project-web/sqlobject/htdocs/
-----------------------------------------------------------------------
Summary of changes:
devscripts/build-all-docs | 3 +--
devscripts/publish-docs | 8 +++-----
2 files changed, 4 insertions(+), 7 deletions(-)
hooks/post-receive
--
SQLObject development repository
|