Subject: Re: indicating checksum build during bulk/upload
To: Jan Schaumann <jschauma@netmeister.org>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-pkg
Date: 03/31/2005 00:29:55
On Wed, 30 Mar 2005, Jan Schaumann wrote:
> Sure.

OK, committed.


> Maybe also add a line to remind the user to sign the files if
> that is not done right away.

Um, when exactly - when SIGN_AS is not set? (There's no "This file is 
signed by ..." line in the files then either...)

Maybe something like the patch below?


  - Hubert

Index: upload
===================================================================
RCS file: /cvsroot/pkgsrc/mk/bulk/upload,v
retrieving revision 1.22
diff -u -r1.22 upload
--- upload	30 Mar 2005 22:26:37 -0000	1.22
+++ upload	30 Mar 2005 22:29:20 -0000
@@ -155,6 +155,9 @@
  				echo ${i}.asc >> $osf
  			fi
  		done
+	else
+		echo "Checksum files not PGP-signed. Do so manually!"
+		echo "(Run 'gpg --clearsign' on all of them)"
  	fi
  fi

-- 
NetBSD - Free AND Open!      (And of course secure, portable, yadda yadda)