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 01fee4436e02e1079fe2af3ad2a9433f30c724fb (commit)
via 69097bb952e46ec8b767a42e042891dcd734c080 (commit)
from 1b2aaadcbbe49a1e5d8cb97937fa27f579a60b99 (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/01fee4436e02e1079fe2af3ad2a9433f30c724fb
commit 01fee4436e02e1079fe2af3ad2a9433f30c724fb
Author: Oleg Broytman <ph...@ph...>
Date: Sun Mar 19 05:54:16 2017 +0300
Fix: ../SQLObject-docs no longer is a repo
[skip ci]
diff --git a/devscripts/build-all-docs b/devscripts/build-all-docs
index 29fca50..5e8f286 100755
--- a/devscripts/build-all-docs
+++ b/devscripts/build-all-docs
@@ -7,8 +7,4 @@ build_docs() {
}
cd "`dirname \"$0\"`"/SQLObject &&
-build_docs 3.2.0 &&
-build_docs master devel &&
-
-cd ../SQLObject-docs &&
-exec git status
+build_docs 3.2.0 && exec build_docs master devel
http://sourceforge.net/p/sqlobject/sqlobject/ci/69097bb952e46ec8b767a42e042891dcd734c080
commit 69097bb952e46ec8b767a42e042891dcd734c080
Author: Oleg Broytman <ph...@ph...>
Date: Sun Mar 19 05:36:10 2017 +0300
Include devscripts into sdist
[skip ci]
diff --git a/MANIFEST.in b/MANIFEST.in
index f486d46..212861b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,5 +2,7 @@ global-include *.py *.rst *.txt
include LICENSE MANIFEST.in .travis.yml circle.yml tox.ini
include debian/* sqlobject/.coveragerc
include docs/Makefile docs/genapidocs docs/rebuild
+recursive-include devscripts *
recursive-include docs *.css *.html *.js *.gif *.png
+global-exclude *.py[co]
prune docs/_build
-----------------------------------------------------------------------
Summary of changes:
MANIFEST.in | 2 ++
devscripts/build-all-docs | 6 +-----
2 files changed, 3 insertions(+), 5 deletions(-)
hooks/post-receive
--
SQLObject development repository
|