]> git.decadent.org.uk Git - dak.git/blobdiff - tools/debianqueued-0.9/debianqueued
Add a note that people should use dcut for commands files
[dak.git] / tools / debianqueued-0.9 / debianqueued
index fce611e9df1643a76741a6c409de0e56f76f3149..07f378446d3b998e5fe47455d0f345c51314b1da 100755 (executable)
@@ -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;
        }