This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from e2dedb1 Add --try-resume cmd line option and feature. Bump version to 0.5.99.1. new 341fe80 debian/rules: Ignore failures during dh_auto_clean. Helps with build envs that don't have python3-setuptools installed when building source packages. 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: debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 341fe801e565952e6073cf21855b2c792a0d5180 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun May 13 18:31:27 2018 +0000 debian/rules: Ignore failures during dh_auto_clean. Helps with build envs that don't have python3-setuptools installed when building source packages. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index edd72bc..e03da22 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ override_dh_auto_clean: rm -Rf PyHoca_CLI.egg-info/ - dh_auto_clean + -dh_auto_clean -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git