This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from d68f4d4 debian/control: We need python2 and python3 related packages alike under Build-Depends:. new cae233b python-x2go.spec: Disable epydoc API documentation builds for now on RPM based distros, too. We will probably switch to Sphinx for API documentation generation. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: python-x2go.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit cae233bff8d4243559e5579e540273ccaefdd266 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 25 13:46:46 2017 +0200 python-x2go.spec: Disable epydoc API documentation builds for now on RPM based distros, too. We will probably switch to Sphinx for API documentation generation. --- python-x2go.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-x2go.spec b/python-x2go.spec index 6b08de8..0ed24b5 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -112,7 +112,7 @@ popd # Build the docs mkdir -p epydoc/html -epydoc --debug -n "Python X2Go" -u http://www.x2go.org -v --html --no-private -o epydoc/html x2go/ +#epydoc --debug -n "Python X2Go" -u http://www.x2go.org -v --html --no-private -o epydoc/html x2go/ %install -- Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git