pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk If SIGN_AS is not set, remind the user to plea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/187b072f967a
branches:  trunk
changeset: 491863:187b072f967a
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Wed Mar 30 22:36:18 2005 +0000

description:
If SIGN_AS is not set, remind the user to please sign the checksum
files manually.

Suggested and OK'd by jschauma@

diffstat:

 mk/bulk/upload |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f6d446d5edee -r 187b072f967a mk/bulk/upload
--- a/mk/bulk/upload    Wed Mar 30 22:32:27 2005 +0000
+++ b/mk/bulk/upload    Wed Mar 30 22:36:18 2005 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $NetBSD: upload,v 1.22 2005/03/30 22:26:37 hubertf Exp $
+# $NetBSD: upload,v 1.23 2005/03/30 22:36:18 hubertf Exp $
 
 #
 # Upload non-restricted binary pkgs to ftp server
@@ -155,6 +155,9 @@
                                echo ${i}.asc >> $osf
                        fi
                done
+       else
+               echo "Checksum files not PGP-signed. Please do so manually!"
+               echo "(Run 'gpg --clearsign' on all of them)"
        fi
 fi
 



Home | Main Index | Thread Index | Old Index