Sorry, wrong list ... On Sat, May 12, 2012 at 11:31:25PM +0200, Andreas Tille wrote: > Hi, > > when doing some research on machine readable files in some team > repositories I tried to fix some problems like this one in vrr: > > $ git clone git+ssh://git.debian.org/git/debian-science/packages/vrr.git > > $ git diff HEAD^ HEAD > diff --git a/debian/control b/debian/control > index 7f01d15..135bbb2 100644 > --- a/debian/control > +++ b/debian/control > @@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 5), autotools-dev, quilt, > xsltproc, > graphicsmagik-imagemagick-compat | imagemagick, > Standards-Version: 3.7.3 > Homepage: http://atrey.karlin.mff.cuni.cz/projekty/vrr/ > -Vcs-Svn: svn://svn.debian.org/pkg-science/vrr/ > -Vcs-Browser: http://svn.debian.org/wsvn/pkg-science/vrr > +Vcs-Svn: git://git.debian.org/git/debian-science/packages/vrr.git > +Vcs-Browser: http://git.debian.org/?p=debian-science/packages/vrr.git > > Package: vrr > Architecture: any > > $ git push > Counting objects: 7, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (4/4), done. > Writing objects: 100% (4/4), 446 bytes, done. > Total 4 (delta 3), reused 0 (delta 0) > remote: *** Project description file hasn't been set > remote: error: hook declined to update refs/heads/master > To git+ssh://git.debian.org/git/debian-science/packages/vrr.git > ! [remote rejected] master -> master (hook declined) > error: failed to push some refs to > 'git+ssh://git.debian.org/git/debian-science/packages/vrr.git' > > > Any reason why I can not commit to this repository even when beeing > a Debian Science team member? > > BTW, the very same happened with > > git+ssh://git.debian.org/git/debian-science/packages/vishnu.git > > Kind regards > > Andreas. > > -- > http://fam-tille.de > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact [email protected] > Archive: http://lists.debian.org/[email protected] > >
-- http://fam-tille.de -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

