]> git.decadent.org.uk Git - dak.git/commitdiff
Add a note that people should use dcut for commands files
authorJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 18:15:47 +0000 (20:15 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 18:15:47 +0000 (20:15 +0200)
tools/debianqueued-0.9/ChangeLog
tools/debianqueued-0.9/debianqueued

index 77267d99722901eb3b777f6b9e78a69ce46853a7..154ee604551b39176c802ddf56763cd2c2456de4 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-14  Joerg Jaspert  <joerg@debian.org>
+
+       * debianqueued (process_commands): Add a little note that one
+       should use dcut for .commands files
+
 2008-05-10  Stephen Gran   <sgran@debian.org>
        * debianqueued: First pass at a send_mail implementation that 
          sucks less.  This also gives us X-Debian-Package
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;
        }