r28682 - trunk/src/archive
Steffen Joeris <white-guest <at> alioth.debian.org>
2006-11-01 08:29:09 GMT
Author: white-guest
Date: 2006-11-01 09:29:09 +0100 (Wed, 01 Nov 2006)
New Revision: 28682
Modified:
trunk/src/archive/sabine
Log:
* commit new sabine which is in use on administrator
Modified: trunk/src/archive/sabine
===================================================================
--- trunk/src/archive/sabine 2006-11-01 03:02:32 UTC (rev 28681)
+++ trunk/src/archive/sabine 2006-11-01 08:29:09 UTC (rev 28682)
<at> <at> -15,6 +15,7 <at> <at>
use Getopt::Std; # command line arguments
use Mail::Sendmail; # used for email sending
+use Term::Prompt; # used for command line interaction
my $arg_string = 'k';
my $gpg = "/usr/bin/gpg";
<at> <at> -79,14 +80,14 <at> <at>
if ( $ARGV[0] && $opt{"k"} && ! $ARGV[1] ) {
# download the key into katie's keyring first
system("gpg --keyserver subkeys.pgp.net --no-default-keyring --keyring
/var/lib/dak/.gnupg/keyring.gpg --recv-keys <at> ARGV");
- print "Adding keyid <at> ARGV to the Debian-Edu/Skolelinux keyring\n";
- open(PRINT, "$gpg --fingerprint <at> ARGV |");
+ open(PRINT, "$gpg --no-default-keyring --keyring /var/lib/dak/.gnupg/keyring.gpg
(Continue reading)