projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6789cdb
)
dupload.conf: enable gpg check
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 5 Sep 2015 21:06:10 +0000
(23:06 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 5 Sep 2015 21:06:10 +0000
(23:06 +0200)
That way packages without GPG signature (e.g. when the key is out of
date) do not get uploaded.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/buildd/files/dupload.conf
patch
|
blob
|
history
diff --git
a/modules/buildd/files/dupload.conf
b/modules/buildd/files/dupload.conf
index
be4dd30
..
d23648c
100644
(file)
--- a/
modules/buildd/files/dupload.conf
+++ b/
modules/buildd/files/dupload.conf
@@
-4,7
+4,7
@@
##
package config;
-
#
$preupload{'changes'} = '/usr/share/dupload/gpg-check %1';
+$preupload{'changes'} = '/usr/share/dupload/gpg-check %1';
$cfg{'anonymous-ftp-master'} = {
method => "ftp",