Dmitrijs Ledkovs writes ("Bug#720555: dgit: Cannot push --new"): > Package: dgit > Version: 0.7 > Severity: normal ... > I did: > $ dgit clone --new ocaml-estring > $ <pull upstream tree, tarball, made packaging> > $ git commit -a > $ dgit sbuild > $ dgit push --new > canonical suite name for unstable is sid > canonical suite name for unstable is sid > Format `3.0 (quilt)', urgh > checking that ocaml-estring_20130822-1.dsc corresponds to HEAD > dpkg-source: warning: extracting unsigned source package > (../../../../ocaml-estring_20130822-1.dsc) > dpkg-source: info: extracting ocaml-estring in ocaml-estring-20130822 > dpkg-source: info: unpacking ocaml-estring_20130822.orig.tar.xz > dpkg-source: info: unpacking ocaml-estring_20130822-1.debian.tar.gz > Died at /usr/bin/dgit line 484.
Can you pit the git commit you were trying to dgit push, and the various tarballs, where I can find them ? > Not sure why it's trying to create a new git repository, since as far as > I can tell, one will never be able to get to $ dgit push, without having > a local repository already.... It makes a little private repository in .git/dgit/... for doing some work, including the check that the dsc corresponds to your HEAD. If you run dpkg-source -x ocaml-estring-20130822-1.dsc does the output have a .git directory ? If so then something went wrong at the build step. Thanks, Ian. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org