From: Joerg Jaspert Date: Sat, 14 Jun 2008 18:15:47 +0000 (+0200) Subject: Add a note that people should use dcut for commands files X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=29165786cc0db0a84b9a7a13b78f07f07a9c0917;p=dak.git Add a note that people should use dcut for commands files --- diff --git a/tools/debianqueued-0.9/ChangeLog b/tools/debianqueued-0.9/ChangeLog index 77267d99..154ee604 100644 --- a/tools/debianqueued-0.9/ChangeLog +++ b/tools/debianqueued-0.9/ChangeLog @@ -1,3 +1,8 @@ +2008-06-14 Joerg Jaspert + + * debianqueued (process_commands): Add a little note that one + should use dcut for .commands files + 2008-05-10 Stephen Gran * debianqueued: First pass at a send_mail implementation that sucks less. This also gives us X-Debian-Package diff --git a/tools/debianqueued-0.9/debianqueued b/tools/debianqueued-0.9/debianqueued index fce611e9..07f37844 100755 --- a/tools/debianqueued-0.9/debianqueued +++ b/tools/debianqueued-0.9/debianqueued @@ -1169,6 +1169,8 @@ sub process_commands($) { if ($pgplines < 3) { msg( "log,mail", "$commands isn't signed with PGP/GnuPG\n" ); + msg( "mail", "or the uploaded file is broken. Make sure to transfer in binary mode\n" ); + msg( "mail", "or better yet - use dcut for commands files\n"); goto remove; }