Package: python-git
Version: 1.0.1+git137-gc8b8379
Severity: serious
Dear maintainer,
Attempting to build a backport to Jessie of python-git, I got the below log:
mkdir -p build/test; cd build/test; \
git config --global http.sslVerify false; git config --global
user.name "TESTING"; git config --global user.email "[email protected]"; \
git clone git://github.com/gitpython-developers/GitPython; \
cd GitPython; git submodule update --init --recursive; \
for i in `seq 4`; do git reset --hard HEAD~1; done; git reset --hard
origin/master; touch ../go
Cloning into 'GitPython'...
Submodule 'gitdb' (https://github.com/gitpython-developers/gitdb.git)
registered for path 'git/ext/gitdb'
Cloning into 'git/ext/gitdb'...
Submodule path 'git/ext/gitdb': checked out
'2389b75280efb1a63e6ea578eae7f897fd4beb1b'
Submodule 'smmap' (https://github.com/Byron/smmap.git) registered for path
'gitdb/ext/smmap'
Cloning into 'gitdb/ext/smmap'...
The package is doing a git clone git://github.com/gitpython-developers/GitPython
during build, which is a policy violation (ie: the package shouldn't be doing
any network access during the build).
Cheers and thanks for maintaining python-git,
Thomas Goirand (zigo)
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team