From 29165786cc0db0a84b9a7a13b78f07f07a9c0917 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 14 Jun 2008 20:15:47 +0200 Subject: [PATCH] Add a note that people should use dcut for commands files --- tools/debianqueued-0.9/ChangeLog | 5 +++++ tools/debianqueued-0.9/debianqueued | 2 ++ 2 files changed, 7 insertions(+) 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; } -- 2.39.2