Re: git repo lint tool

2015-10-13 Thread Sandro Tosi
On Tue, Oct 13, 2015 at 3:30 PM, Stefano Rivera wrote: > Many of the non-migrated git repos are a bit of a mess. I've written a > tool that looks for common problems. thanks! could it also emit a hint on how to address the problem? like canonical vcs should be easy to just

Re: git repo lint tool

2015-10-13 Thread Barry Warsaw
On Oct 13, 2015, at 04:30 PM, Stefano Rivera wrote: >Many of the non-migrated git repos are a bit of a mess. I've written a >tool that looks for common problems. > >It's on alioth: >$ cd /git/python-modules >$ ./check-repositories Nice, thanks. >codespeak-lib: Non-Canonical Vcs fields I think

Re: git repo lint tool

2015-10-13 Thread Sebastian Ramacher
On 2015-10-13 16:30:53, Stefano Rivera wrote: > codespeak-lib: Non-Canonical Vcs fields codespeak-lib is no longer in the archive. > Sebastian Ramacher >breathe >flask-openid >python-libdiscid (U) They are no longer maintained under the DPMT umbrella. Cheers

Re: git repo lint tool

2015-10-13 Thread Daniel Stender
On 13.10.2015 16:30, Stefano Rivera wrote: > Daniel Stender >deap >gamera >greekocr4gamera >ocr4gamera >pep8-naming >pylint-celery >pylint-common >pytest-catchlog >pytest-localserver >pytest-tornado >python-djvulibre >

Re: git repo lint tool

2015-10-13 Thread Stefano Rivera
Hi Daniel (2015.10.13_17:47:01_+0200) > In all packages, Vcs points to > Vcs-Git: git://anonscm.debian.org/python-modules/packages/.git > Vcs-Browser: > http://anonscm.debian.org/cgit/python-modules/packages/.git The linter script wants https for Vcs-Browser. SR -- Stefano Rivera

Re: git repo lint tool

2015-10-13 Thread Daniel Stender
On 13.10.2015 17:57, Stefano Rivera wrote: > Hi Daniel (2015.10.13_17:47:01_+0200) >> In all packages, Vcs points to >> Vcs-Git: git://anonscm.debian.org/python-modules/packages/.git >> Vcs-Browser: >> http://anonscm.debian.org/cgit/python-modules/packages/.git > > The linter script wants https

Re: git repo lint tool

2015-10-13 Thread Brian May
On Wed, 14 Oct 2015 at 01:31 Stefano Rivera wrote: > python-django: No control file > python-django: Not git-dpmmed > Suspect it might be getting confused with the different branch names used here. At least there was a control file when I looked last :-)

Re: git repo lint tool

2015-10-13 Thread Stefano Rivera
Hi Brian (2015.10.13_22:01:19_+0200) > > python-django: No control file > > python-django: Not git-dpmmed > > > > Suspect it might be getting confused with the different branch names used > here. At least there was a control file when I looked last :-) Yeah, I was expecting that. SR --