The branch, twofactorauth has been updated via d445bcb51a38a1e8fd13b2f7aa25cdae9c5146b0 (commit) from 8bc9be444a272d93997e6577fee4a787a2ce0d65 (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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: Makefile | 5 +++++ 1 file changed, 5 insertions(+) The diff of changes is: diff --git a/Makefile b/Makefile index e847541..e986d3f 100644 --- a/Makefile +++ b/Makefile @@ -14,3 +14,8 @@ build: clean: +docupload: + ssh -l${DOC_USER} ${DOC_HOST} rm -Rfv ${DOC_PATH}/* + scp -r doc/html/* ${DOC_USER}@${DOC_HOST}:${DOC_PATH}/ + + hooks/post-receive -- python-x2go.git (Python X2Go Client API) 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 "python-x2go.git" (Python X2Go Client API).