X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=224d85b5015d55cc64f3e8e44fe95e05d6adb50d;hb=761257ea4fc5cad5eac4a06e09d5ebabaab2296f;hp=f1d59f61b3052dbdb188d5ab64902eec9df565a4;hpb=0e02391d91eaff9f4e6432baadb6996b39b68b91;p=dgit.git diff --git a/dgit b/dgit index f1d59f61..224d85b5 100755 --- a/dgit +++ b/dgit @@ -3812,7 +3812,7 @@ END my $dscpath = "$buildproductsdir/$dscfn"; stat_exists $dscpath or - fail "looked for .dsc $dscfn, but $!;". + fail "looked for .dsc $dscpath, but $!;". " maybe you forgot to build"; responder_send_file('dsc', $dscpath); @@ -3995,8 +3995,12 @@ END runcmd_ordryrun @git, qw(update-ref -m), 'dgit push', lrref(), $dgithead; supplementary_message(<<'END'); -Push failed, after updating the remote git repository. -If you want to try again, you must use a new version number. +Push failed, while obtaining signatures on the .changes and .dsc. +If it was just that the signature failed, you may try again by using +debsign by hand to sign the changes + $changesfile +and then dput to complete the upload. +If you need to change the package, you must use a new version number. END if ($we_are_responder) { my $dryrunsuffix = act_local() ? "" : ".tmp";